Searched refs:CurTypes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7370 MapFlagsArrayTy &Types, MapFlagsArrayTy &CurTypes, in emitCombinedEntry() argument 7389 (*CurTypes.begin()) &= ~OMP_MAP_TARGET_PARAM; in emitCombinedEntry() 7396 for (auto &M : CurTypes) in emitCombinedEntry() 7515 MapFlagsArrayTy CurTypes; in generateAllInfo() local 7527 CurPointers, CurSizes, CurTypes, PartialStruct, in generateAllInfo() 7542 CurTypes[CurrentBasePointersIdx] |= OMP_MAP_RETURN_PARAM; in generateAllInfo() 7561 CurTypes.push_back(OMP_MAP_PTR_AND_OBJ | OMP_MAP_RETURN_PARAM | in generateAllInfo() 7569 emitCombinedEntry(BasePointers, Pointers, Sizes, Types, CurTypes, in generateAllInfo() 7576 Types.append(CurTypes.begin(), CurTypes.end()); in generateAllInfo()
|