Home
last modified time | relevance | path

Searched refs:EmptySubobjects (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp584 EmptySubobjectMap *EmptySubobjects; member in __anonbcc347f50111::ItaniumRecordLayoutBuilder
699 EmptySubobjectMap *EmptySubobjects) in ItaniumRecordLayoutBuilder() argument
700 : Context(Context), EmptySubobjects(EmptySubobjects), Size(0), in ItaniumRecordLayoutBuilder()
1269 EmptySubobjects->CanPlaceBaseAtOffset(Base, CharUnits::Zero())) { in LayoutBase()
1293 while (!EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset)) in LayoutBase()
1296 bool Allowed = EmptySubobjects->CanPlaceBaseAtOffset(Base, Offset); in LayoutBase()
2069 if (!IsUnion && EmptySubobjects) { in LayoutField()
2071 bool Allowed = EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset); in LayoutField()
2076 if (!IsUnion && EmptySubobjects) { in LayoutField()
2078 while (!EmptySubobjects->CanPlaceFieldAtOffset(D, FieldOffset)) { in LayoutField()
[all …]