Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h909 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops,
915 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
927 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
934 doForAllLoops(Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
938 return doForAllLoops(CurStmt, TryImperfectlyNestedLoops, NumLoops, Callback, in doForAllLoops()
942 doForAllLoops(const Stmt *CurStmt, bool TryImperfectlyNestedLoops, in doForAllLoops() function
948 return doForAllLoops(const_cast<Stmt *>(CurStmt), TryImperfectlyNestedLoops, in doForAllLoops()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp125 bool OMPLoopBasedDirective::doForAllLoops( in doForAllLoops() function in OMPLoopBasedDirective
182 bool Res = OMPLoopBasedDirective::doForAllLoops( in doForAllLoopsBodies()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp169 (void)OMPLoopBasedDirective::doForAllLoops( in emitPreInitStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9788 if (!OMPLoopBasedDirective::doForAllLoops( in checkOpenMPLoop()
14925 bool Result = OMPLoopBasedDirective::doForAllLoops( in checkTransformableLoopNest()