Function ASTtools::isWhileCond#
Defined in File ASTtools.hh
Function Documentation#
-
bool ASTtools::isWhileCond(const SgStatement *s)#
Returns ‘true’ <==> ‘s’ is the condition of some ‘while’ or ‘do … while’ statement.
Defined in File ASTtools.hh
Returns ‘true’ <==> ‘s’ is the condition of some ‘while’ or ‘do … while’ statement.