Home
last modified time | relevance | path

Searched refs:CombCond (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h595 void setCombinedCond(Expr *CombCond) {
598 *std::next(child_begin(), CombinedConditionOffset) = CombCond;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h675 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
678 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h595 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
598 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h720 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
723 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h704 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
707 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h720 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
723 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h704 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
707 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h720 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
723 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h717 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
720 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmtOpenMP.h717 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
720 *std::next(child_begin(), CombinedConditionOffset) = CombCond; in setCombinedCond()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DStmtOpenMP.h1273 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1276 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h1231 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1234 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h1231 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1234 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1231 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1234 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h1231 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1234 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DStmtOpenMP.h1231 void setCombinedCond(Expr *CombCond) { in setCombinedCond() argument
1234 Data->getChildren()[CombinedConditionOffset] = CombCond; in setCombinedCond()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5139 ExprResult CombCond; in checkOpenMPLoop() local
5141 CombCond = in checkOpenMPLoop()
5356 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5462 ExprResult CombCond; in checkOpenMPLoop() local
5464 CombCond = in checkOpenMPLoop()
5696 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp6389 ExprResult CombCond; in checkOpenMPLoop() local
6403 CombCond = in checkOpenMPLoop()
6659 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7666 ExprResult CombCond; in checkOpenMPLoop() local
7680 CombCond = in checkOpenMPLoop()
7951 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp7666 ExprResult CombCond; in checkOpenMPLoop() local
7680 CombCond = in checkOpenMPLoop()
7951 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8543 ExprResult CombCond; in checkOpenMPLoop() local
8557 CombCond = in checkOpenMPLoop()
8828 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp8693 ExprResult CombCond; in checkOpenMPLoop() local
8707 CombCond = in checkOpenMPLoop()
8978 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp8408 ExprResult CombCond; in checkOpenMPLoop() local
8422 CombCond = in checkOpenMPLoop()
8693 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp8404 ExprResult CombCond; in checkOpenMPLoop() local
8418 CombCond = in checkOpenMPLoop()
8689 Built.DistCombinedFields.Cond = CombCond.get(); in checkOpenMPLoop()

12