Predator  [unstable] git snapshot
Data Fields
CustomValueData Union Reference

#include <symheap.hh>

Collaboration diagram for CustomValueData:
Collaboration graph
[legend]

Data Fields

int uid
 unique ID as assigned by Code Listener
double fpn
 floating-point number
std::string * str
 string literal
IR::Range rng
 closed interval over integral domain

Detailed Description

Definition at line 106 of file symheap.hh.

Field Documentation

double fpn

floating-point number

Definition at line 108 of file symheap.hh.

Referenced by CustomValue::CustomValue().

IR::Range rng

closed interval over integral domain

Definition at line 110 of file symheap.hh.

Referenced by CustomValue::CustomValue().

std::string* str

string literal

Definition at line 109 of file symheap.hh.

Referenced by CustomValue::CustomValue().

int uid

unique ID as assigned by Code Listener

Definition at line 107 of file symheap.hh.

Referenced by CustomValue::CustomValue().


The documentation for this union was generated from the following file: