Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
IPCONSTANTS_H_LOOKUPLookup the flow value for an object.
More...
Detailed Description
Lookup the flow value for an object.
IMPORTANT:
- Return a *copy* of any internal data structures because these analysisVal objects will be deleted.
- If the given object cannot be found, return 0 and the analyzer will automatically use BOTTOM.
Function Documentation
analysisVal * ipConstantPropagation::lookup |
( |
const string & |
field_name |
) |
[virtual, inherited] |
|
|
Definition at line 281 of file ipconstants.cc.
References ipConstantPropagation::_values, ipConstantPropagation::allocate(), ipConstantPropagation::clone(), const_variables_map_p, memoryBlock::decl(), declNode::decl_location(), def, declNode::ENUM, declNode::init(), use, and exprNode::value().
Referenced by ipConstantsChanger::at_expr(). |
|