|
cecko
|
Enumeration constant descriptor. More...
#include <cktables.hpp>
Public Member Functions | |
| CKIRConstantIntObs | get_constant_value () const |
| LLVM value of the enumeration constant. | |
Public Member Functions inherited from cecko::CKAbstractNamed | |
| virtual bool | is_var () const |
| Global or local variable. | |
| virtual bool | is_function () const |
| Function. | |
| virtual bool | is_constant () const |
| Enumeration constant. | |
| virtual CKTypeSafeObs | get_type () const =0 |
| Type of the named object. | |
| virtual bool | is_const () const |
| Optional "const" flag on a variable. | |
| virtual CKIRValueObs | get_ir () const |
| The address of a variable, the value of a constant. | |
| virtual CKIRFunctionObs | get_function_ir () const |
| The address of a function. | |
Public Member Functions inherited from cecko::CINamePtr | |
| const CIName & | get_name () const |
| The name of the object. | |
Enumeration constant descriptor.