ROSE
0.9.6a
|
Go to the source code of this file.
Functions | |
bool | checkIsModifiedFlag (SgNode *node) |
Clears the p_isModified bit for node and all children, recursively. More... | |
bool | CheckIsModifiedFlagSupport (SgNode *node) |
bool checkIsModifiedFlag | ( | SgNode * | node) |
Clears the p_isModified bit for node
and all children, recursively.
Returns true iff node or one of its descendants had p_isModified set.
Definition at line 8 of file checkIsModifiedFlag.C.
References CheckIsModifiedFlagSupport().
Referenced by SgAsmExecutableFileFormat::unparseBinaryFormat().
bool CheckIsModifiedFlagSupport | ( | SgNode * | node) |
Definition at line 18 of file checkIsModifiedFlag.C.
References SgNode::get_isModified(), SgNode::get_parent(), SgNode::get_traversalSuccessorContainer(), and SgNode::set_isModified().
Referenced by checkIsModifiedFlag().