Searched refs:CurTypes (Results 1 – 1 of 1) sorted by relevance
8500 MapFlagsArrayTy &CurTypes, in emitCombinedEntry() argument8506 if (CurTypes.size() == 1 && in emitCombinedEntry()8507 ((CurTypes.back() & OpenMPOffloadMappingFlags::OMP_MAP_MEMBER_OF) != in emitCombinedEntry()8565 if (CurTypes.end() != in emitCombinedEntry()8566 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()8572 (*CurTypes.begin()) &= ~OpenMPOffloadMappingFlags::OMP_MAP_TARGET_PARAM; in emitCombinedEntry()8579 if (CurTypes.end() != in emitCombinedEntry()8580 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()8585 for (auto &M : CurTypes) in emitCombinedEntry()8594 for (auto &M : CurTypes) in emitCombinedEntry()