Searched refs:InUnion (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Descriptor.cpp | 86 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 D | Descriptor.h | 37 bool InUnion, const Descriptor *FieldDesc); 100 unsigned InUnion : 1;
|
| H A D | Disasm.cpp | 445 OS << "InUnion: " << InUnion << "\n"; in dump()
|
| H A D | Pointer.h | 417 return getInlineDesc()->InUnion; in inUnion()
|
| H A D | Pointer.cpp | 502 if (!getInlineDesc()->InUnion) in activate()
|