Searched refs:checkIfLoopMustProgress (Results 1 – 2 of 2) sorted by relevance
1012 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() function in CodeGenFunction1120 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitWhileStmt()1252 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitDoStmt()1314 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitForStmt()
637 bool checkIfLoopMustProgress(const Expr *, bool HasEmptyBody);