Searched refs:doForAllLoops (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 894 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, 900 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function 912 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops() 919 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function 923 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops() 927 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function 933 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective 182 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 169 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9573 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop() 14627 bool Result = OMPLoopBasedDirective::doForAllLoops( in checkTransformableLoopNest()
|