Function ASTtools::isWhileCond

Function ASTtools::isWhileCond#

Function Documentation#

bool ASTtools::isWhileCond(const SgStatement *s)#

Returns ‘true’ <==> ‘s’ is the condition of some ‘while’ or ‘do … while’ statement.