Home
last modified time | relevance | path

Searched defs:MapCombinedInfoTy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7153 struct MapCombinedInfoTy { struct in __anonad2d34463d11::MappableExprsHandler
7154 struct StructNonContiguousInfo {
7161 MapExprsArrayTy Exprs;
7162 MapBaseValuesArrayTy BasePointers;
7163 MapValuesArrayTy Pointers;
7164 MapValuesArrayTy Sizes;
7165 MapFlagsArrayTy Types;
7166 MapMappersArrayTy Mappers;
7167 StructNonContiguousInfo NonContigInfo;
7170 void append(MapCombinedInfoTy &CurInfo) { in append()