SageInterface::const_int_expr_t
The datastructure is used as the return type for SageInterface::evaluateConstIntegerExpression(). One needs to always check whether hasValue_ is true before accessing value_
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
struct const_int_expr_t;
Non-Member Functions
Name |
Description |
The function tries to evaluate const integer expressions (such as are used in array dimension sizes). It follows variable symbols, and requires constness. |
Created with MrDocs