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