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