Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8846 MapFlagsArrayTy &CurTypes, in emitCombinedEntry() argument
8850 if (CurTypes.size() == 1 && in emitCombinedEntry()
8851 ((CurTypes.back() & OMP_MAP_MEMBER_OF) != OMP_MAP_MEMBER_OF) && in emitCombinedEntry()
8883 if (CurTypes.end() != in emitCombinedEntry()
8884 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()
8889 (*CurTypes.begin()) &= ~OMP_MAP_TARGET_PARAM; in emitCombinedEntry()
8896 if (CurTypes.end() != in emitCombinedEntry()
8897 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()
8901 for (auto &M : CurTypes) in emitCombinedEntry()
8910 for (auto &M : CurTypes) in emitCombinedEntry()