ASTtools::isC99
Returns 'true' if this node is contained in a C99‐only project.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isC99(SgNode const* n);
Return Value
'true' if this node is contained in a C99‐only project.
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs