Home
last modified time | relevance | path

Searched refs:doForAllLoops (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h892 static bool doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
898 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
910 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
917 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
921 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops()
925 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
931 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective
176 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp164 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8953 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop()
12574 bool Result = OMPLoopBasedDirective::doForAllLoops( in checkTransformableLoopNest()