ASTtools::isIfCond
Returns 'true' <==> 's' is the condition of some 'if' statement.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/ASTtools.hh>
bool
isIfCond(SgStatement const* s);
Parameters
Name |
Description |
s |
This class represents the notion of a statement. |
Created with MrDocs