Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2735 auto PerParentName = PerFile->second.find(ParentName); in hasTargetRegionEntryInfo() local
2736 if (PerParentName == PerFile->second.end()) in hasTargetRegionEntryInfo()
2738 auto PerLine = PerParentName->second.find(LineNum); in hasTargetRegionEntryInfo()
2739 if (PerLine == PerParentName->second.end()) in hasTargetRegionEntryInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2980 auto PerParentName = PerFile->second.find(ParentName); in hasTargetRegionEntryInfo() local
2981 if (PerParentName == PerFile->second.end()) in hasTargetRegionEntryInfo()
2983 auto PerLine = PerParentName->second.find(LineNum); in hasTargetRegionEntryInfo()
2984 if (PerLine == PerParentName->second.end()) in hasTargetRegionEntryInfo()