Searched refs:checkIfLoopMustProgress (Results 1 – 2 of 2) sorted by relevance
921 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() function in CodeGenFunction1027 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitWhileStmt()1152 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitDoStmt()1206 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitForStmt()
640 bool checkIfLoopMustProgress(const Expr *, bool HasEmptyBody);