reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1602   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1617   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1638   auto I = OpenMPLocThreadIDMap.find(CGF.CurFn);
 1639   if (I != OpenMPLocThreadIDMap.end())
 1647     auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1693   auto I = OpenMPLocThreadIDMap.find(CGF.CurFn);
 1694   if (I != OpenMPLocThreadIDMap.end()) {
 1717           auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1729   auto &Elem = OpenMPLocThreadIDMap.FindAndConstruct(CGF.CurFn);
 1744   if (OpenMPLocThreadIDMap.count(CGF.CurFn)) {
 1746     OpenMPLocThreadIDMap.erase(CGF.CurFn);