ASTtools::createInfoList
Returns the preprocessing information list attached to the given statement; if no preprocessing information exists, then this routine will create an empty list and return its pointer. Thus, this routine is guaranteed to return a non‐NULL result.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>
AttachedPreprocessingInfoType*
createInfoList(SgStatement* s);
Parameters
Name |
Description |
s |
This class represents the notion of a statement. |
Created with MrDocs