Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDescriptor.cpp86 bool InUnion, const Descriptor *D) { in ctorArrayDesc() argument
105 Desc->InUnion = InUnion; in ctorArrayDesc()
111 Desc->InUnion || SD->isUnion(), D->ElemDesc); in ctorArrayDesc()
154 bool InUnion, const Descriptor *D, unsigned FieldOffset) { in initField() argument
161 Desc->InUnion = InUnion; in initField()
168 Desc->IsVolatile, Desc->IsActive, InUnion || D->isUnion(), D); in initField()
172 bool IsVolatile, bool IsActive, bool InUnion, in initBase() argument
185 Desc->IsActive = IsActive && !InUnion; in initBase()
188 Desc->InUnion = InUnion; in initBase()
193 InUnion, V.Desc, V.Offset, false); in initBase()
[all …]
H A DDescriptor.h37 bool InUnion, const Descriptor *FieldDesc);
100 unsigned InUnion : 1;
H A DDisasm.cpp445 OS << "InUnion: " << InUnion << "\n"; in dump()
H A DPointer.h417 return getInlineDesc()->InUnion; in inUnion()
H A DPointer.cpp502 if (!getInlineDesc()->InUnion) in activate()