Searched refs:CurTypes (Results 1 – 1 of 1) sorted by relevance
8244 MapFlagsArrayTy &CurTypes, in emitCombinedEntry() argument8249 if (CurTypes.size() == 1 && in emitCombinedEntry()8250 ((CurTypes.back() & OpenMPOffloadMappingFlags::OMP_MAP_MEMBER_OF) != in emitCombinedEntry()8306 if (CurTypes.end() != in emitCombinedEntry()8307 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()8313 (*CurTypes.begin()) &= ~OpenMPOffloadMappingFlags::OMP_MAP_TARGET_PARAM; in emitCombinedEntry()8320 if (CurTypes.end() != in emitCombinedEntry()8321 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()8326 for (auto &M : CurTypes) in emitCombinedEntry()8335 for (auto &M : CurTypes) in emitCombinedEntry()