Home
last modified time | relevance | path

Searched refs:tryToFindNextInnerLoop (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h1074 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1076 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1078 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1092 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1094 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1096 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h1074 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1076 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1078 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1092 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1094 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1096 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h1074 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1076 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1078 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h1105 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1107 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1109 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmtOpenMP.h1105 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
1107 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
1109 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DStmtOpenMP.h882 static Stmt *tryToFindNextInnerLoop(Stmt *CurStmt,
884 static const Stmt *tryToFindNextInnerLoop(const Stmt *CurStmt, in tryToFindNextInnerLoop() function
886 return tryToFindNextInnerLoop(const_cast<Stmt *>(CurStmt), in tryToFindNextInnerLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp77 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
132 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp77 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
132 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp77 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
132 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
173 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DStmtOpenMP.cpp78 OMPLoopBasedDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopBasedDirective
167 CurStmt = OMPLoopBasedDirective::tryToFindNextInnerLoop( in doForAllLoops()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp44 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
100 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DStmtOpenMP.cpp44 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
100 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DStmtOpenMP.cpp45 Stmt *OMPLoopDirective::tryToFindNextInnerLoop(Stmt *CurStmt, in tryToFindNextInnerLoop() function in OMPLoopDirective
101 Body = tryToFindNextInnerLoop(Body, /*TryImperfectlyNestedLoops=*/true); in getBody()

12