Home
last modified time | relevance | path

Searched refs:checkIfLoopMustProgress (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1012 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() function in CodeGenFunction
1120 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitWhileStmt()
1252 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitDoStmt()
1314 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitForStmt()
H A DCodeGenFunction.h637 bool checkIfLoopMustProgress(const Expr *, bool HasEmptyBody);