ASTtools::JumpMap_t
Store a list of nonālocal "jumps" (continues, breaks) and ids.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/Jumps.hh>
typedef std::map<SgStatement const*, size_t> JumpMap_t;
Created with MrDocs
Store a list of nonālocal "jumps" (continues, breaks) and ids.
Declared in <src/midend/programTransformation/astOutlining/Jumps.hh>
typedef std::map<SgStatement const*, size_t> JumpMap_t;
Created with MrDocs