Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7104 struct MapCombinedInfoTy { struct in __anonbe229beb3d11::MappableExprsHandler
7105 struct StructNonContiguousInfo {
7112 MapExprsArrayTy Exprs;
7113 MapBaseValuesArrayTy BasePointers;
7114 MapValuesArrayTy Pointers;
7115 MapValuesArrayTy Sizes;
7116 MapFlagsArrayTy Types;
7117 MapMappersArrayTy Mappers;
7118 StructNonContiguousInfo NonContigInfo;
7121 void append(MapCombinedInfoTy &CurInfo) { in append()