Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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 …]