Searched defs:IsUnion (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 110 BTFTypeFwd(StringRef Name,bool IsUnion) BTFTypeFwd() argument 764 visitFwdDeclType(const DICompositeType * CTy,bool IsUnion,uint32_t & TypeId) visitFwdDeclType() argument 1603 bool IsUnion = CTy->getTag() == dwarf::DW_TAG_union_type; endModule() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 138 const bool IsUnion = D->ElemRecord->isUnion(); ctorRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 59 IsUnion, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 614 unsigned IsUnion : 1; global() member in __anon84cdfbc70111::ItaniumRecordLayoutBuilder 2646 bool IsUnion : 1; global() member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2076 bool IsUnion = RT->isUnionType() && !UseClang11Compat; classify() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 5415 CheckAnonMemberRedeclaration(Sema & SemaRef,Scope * S,DeclContext * Owner,DeclarationName Name,SourceLocation NameLoc,bool IsUnion,StorageClass SC) CheckAnonMemberRedeclaration() argument 13258 bool IsUnion = false; visitStruct() local 13323 bool IsUnion = false; visitStruct() local 13389 bool IsUnion = false; visitStruct() local [all...] |
H A D | SemaInit.cpp | 5514 bool IsUnion = RT->isUnionType(); TryOrBuildParenListInitialization() local
|
H A D | SemaCodeComplete.cpp | 1587 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { IsUnion() function in ResultBuilder
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MasmParser.cpp | 127 bool IsUnion = false; member [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 2457 bool IsUnion = (RD && RD->isUnion()); BuildRCRecordLayout() local
|