Searched refs:CurTypes (Results 1 – 1 of 1) sorted by relevance
8234 MapFlagsArrayTy &CurTypes, in emitCombinedEntry() argument8238 if (CurTypes.size() == 1 && in emitCombinedEntry()8239 ((CurTypes.back() & OMP_MAP_MEMBER_OF) != OMP_MAP_MEMBER_OF) && in emitCombinedEntry()8264 if (CurTypes.end() != in emitCombinedEntry()8265 llvm::find_if(CurTypes, [](OpenMPOffloadMappingFlags Type) { in emitCombinedEntry()8270 if (!CurTypes.empty()) in emitCombinedEntry()8271 CurTypes.front() &= ~OMP_MAP_TARGET_PARAM; in emitCombinedEntry()8278 for (auto &M : CurTypes) in emitCombinedEntry()