| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | RecordLayoutBuilder.cpp | 614 unsigned IsUnion : 1; member in __anon28bd2e0c0111::ItaniumRecordLayoutBuilder 697 InferAlignment(false), Packed(false), IsUnion(false), in ItaniumRecordLayoutBuilder() 1069 assert(!IsUnion && "Unions cannot be dynamic classes."); in LayoutNonVirtualBases() 1207 assert(!IsUnion && "Unions cannot have base classes."); in LayoutBase() 1317 IsUnion = RD->isUnion(); in InitializeLayout() 1503 if (IsUnion) { in LayoutWideBitField() 1654 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit); in LayoutBitField() 1662 if (!IsUnion && FieldOffset == 0 && in LayoutBitField() 1705 if (IsMsStruct && IsUnion) { in LayoutBitField() 1801 if (IsUnion) { in LayoutBitField() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 82 BTFTypeFwd(StringRef Name, bool IsUnion); 329 void visitFwdDeclType(const DICompositeType *CTy, bool IsUnion,
|
| H A D | BTFDebug.cpp | 109 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd() argument 111 BTFType.Info = IsUnion << 31 | Kind << 24; in BTFTypeFwd() 763 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType() argument 765 auto TypeEntry = std::make_unique<BTFTypeFwd>(CTy->getName(), IsUnion); in visitFwdDeclType() 1596 bool IsUnion = CTy->getTag() == dwarf::DW_TAG_union_type; in endModule() local 1608 auto FwdTypeEntry = std::make_unique<BTFTypeFwd>(TypeName, IsUnion); in endModule()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | Descriptor.cpp | 126 const bool IsUnion = D->ElemRecord->isUnion(); in ctorRecord() local 133 Desc->IsActive = IsActive && !IsUnion; in ctorRecord()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 59 IsUnion, enumerator 183 KIND_1(LVScopeKind, IsUnion, IsAggregate);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 367 clEnumValN(LVScopeKind::IsUnion, "Union", "Union.")));
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 127 bool IsUnion = false; member 225 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo() 235 if (!IsUnion) { in addField() 3780 if (!Struct.IsUnion) { in addIntegralField() 3987 if (!Struct.IsUnion) { in addRealField() 4482 if (!OwningStruct.IsUnion) { in addStructField() 4648 if (!Structure.Fields.empty() && !ParentStruct.IsUnion) { in parseDirectiveNestedEnds() 4654 if (ParentStruct.IsUnion) { in parseDirectiveNestedEnds() 4661 if (!ParentStruct.IsUnion) { in parseDirectiveNestedEnds() 4675 if (!ParentStruct.IsUnion) { in parseDirectiveNestedEnds()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 5322 bool IsUnion) { in CheckAnonMemberRedeclaration() argument 5335 << IsUnion << Name; in CheckAnonMemberRedeclaration() 12812 bool IsUnion = false; in visitStruct() local 12814 IsUnion = OrigRD->isUnion(); in visitStruct() 12816 << 0 << OrigTy << IsUnion << UseContext; in visitStruct() 12877 bool IsUnion = false; in visitStruct() local 12879 IsUnion = OrigRD->isUnion(); in visitStruct() 12881 << 1 << OrigTy << IsUnion << UseContext; in visitStruct() 12943 bool IsUnion = false; in visitStruct() local 12945 IsUnion = OrigRD->isUnion(); in visitStruct() [all …]
|
| H A D | SemaInit.cpp | 5381 bool IsUnion = RT->isUnionType(); in TryOrBuildParenListInitialization() local 5384 if (!IsUnion) { in TryOrBuildParenListInitialization() 5450 if (IsUnion) { in TryOrBuildParenListInitialization()
|
| H A D | SemaCodeComplete.cpp | 374 bool IsUnion(const NamedDecl *ND) const; 1528 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder 5809 Filter = &ResultBuilder::IsUnion; in CodeCompleteTag()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 113 {LVScopeKind::IsUnion, &LVScope::getIsUnion}};
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 512 TYPE_TRAIT_1(__is_union, IsUnion, KEYCXX)
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 2465 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local 2532 if (IsUnion) { in BuildRCRecordLayout()
|
| H A D | TargetInfo.cpp | 3139 bool IsUnion = RT->isUnionType() && !UseClang11Compat; in classify() local 3160 ((!IsUnion && Size != getContext().getTypeSize(i->getType())) || in classify()
|