Searched refs:hasEmptyLoopBody (Results 1 – 1 of 1) sorted by relevance
1062 template <typename LoopStmt> static bool hasEmptyLoopBody(const LoopStmt &S) { in hasEmptyLoopBody() function1120 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitWhileStmt()1252 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitDoStmt()1314 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitForStmt()