Home
last modified time | relevance | path

Searched refs:LCVMap (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp125 LoopControlVariablesMapTy LCVMap; member
859 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
860 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
868 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
869 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
880 auto It = StackElem.LCVMap.find(D); in isParentLoopControlVariable()
881 if (It != StackElem.LCVMap.end()) in isParentLoopControlVariable()
890 if (StackElem.LCVMap.size() < I) in getParentLoopControlVariable()
892 for (const auto &Pair : StackElem.LCVMap) in getParentLoopControlVariable()
1345 auto LI = StartI->LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp124 LoopControlVariablesMapTy LCVMap; member
1022 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1023 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1031 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1032 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1042 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1043 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1051 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1053 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1500 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp124 LoopControlVariablesMapTy LCVMap; member
771 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
772 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
780 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
781 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
792 auto It = StackElem.LCVMap.find(D); in isParentLoopControlVariable()
793 if (It != StackElem.LCVMap.end()) in isParentLoopControlVariable()
802 if (StackElem.LCVMap.size() < I) in getParentLoopControlVariable()
804 for (const auto &Pair : StackElem.LCVMap) in getParentLoopControlVariable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp155 LoopControlVariablesMapTy LCVMap; member
1305 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1314 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1315 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1326 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1327 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1338 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1339 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1347 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1839 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp149 LoopControlVariablesMapTy LCVMap; member
1283 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1292 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1293 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1304 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1305 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1316 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1317 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1325 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1802 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp149 LoopControlVariablesMapTy LCVMap; member
1283 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1292 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1293 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1304 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1305 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1316 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1317 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1325 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1802 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp131 LoopControlVariablesMapTy LCVMap; member
1100 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1101 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1109 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1110 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1120 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1121 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1129 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1131 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1579 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp131 LoopControlVariablesMapTy LCVMap; member
1100 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1101 D, LCDeclInfo(StackElem.LCVMap.size() + 1, Capture)); in addLoopControlVariable()
1109 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1110 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1120 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1121 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1129 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1131 for (const auto &Pair : Parent->LCVMap) in getParentLoopControlVariable()
1579 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1324 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1333 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1334 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1345 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1346 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1357 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1358 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1366 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1858 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp156 LoopControlVariablesMapTy LCVMap; member
1306 StackElem.LCVMap.try_emplace( in addLoopControlVariable()
1315 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1316 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1327 auto It = StackElem.LCVMap.find(D); in isLoopControlVariable()
1328 if (It != StackElem.LCVMap.end()) in isLoopControlVariable()
1339 auto It = Parent->LCVMap.find(D); in isParentLoopControlVariable()
1340 if (It != Parent->LCVMap.end()) in isParentLoopControlVariable()
1348 if (Parent->LCVMap.size() < I) in getParentLoopControlVariable()
1840 auto LI = StackElem.LCVMap.find(D); in hasExplicitDSA()
[all …]