1 #ifndef ROSE_AST_Utils_H
2 #define ROSE_AST_Utils_H
16 using replacement_map_t = std::map<SgNode *, SgNode *>;
Main namespace for the ROSE library.
void edgePointerReplacement(replacement_map_t const &)
For all nodes in the memory pool, it looks for the edges in the replacement map. If a match is found ...
This class represents the base class for all IR nodes within Sage III.