Home
last modified time | relevance | path

Searched defs:IsUnion (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp97 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()
526 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
1212 bool IsUnion = Fixup.second.first; in endModule() local
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp98 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()
532 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
1300 bool IsUnion = Fixup.second.first; in endModule() local
/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DProTypeMemberInitCheck.cpp393 bool IsUnion = ClassDecl.isUnion(); in checkMissingMemberInitializer() local
/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.cpp119 const bool IsUnion = D->ElemRecord->isUnion(); in ctorRecord() local
/external/clang/lib/AST/
DRecordLayoutBuilder.cpp598 unsigned IsUnion : 1; member in __anon149eb1fe0111::ItaniumRecordLayoutBuilder
2304 bool IsUnion : 1; member
/external/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp614 unsigned IsUnion : 1; member in __anonb7f8836c0111::ItaniumRecordLayoutBuilder
2525 bool IsUnion : 1; member
/external/flatbuffers/include/flatbuffers/
Didl.h440 inline bool IsUnion(const Type &type) { in IsUnion() function
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp4816 bool IsUnion) { in CheckAnonMemberRedeclaration()
11787 bool IsUnion = false; in visitStruct() local
11852 bool IsUnion = false; in visitStruct() local
11918 bool IsUnion = false; in visitStruct() local
DSemaCodeComplete.cpp1464 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp3398 TEST_P(ASTMatchersTest, IsUnion) { in TEST_P() argument
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1143 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder
DSemaDecl.cpp4093 bool IsUnion) { in CheckAnonMemberRedeclaration()
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp130 bool IsUnion = false; member
/external/clang/lib/CodeGen/
DCGObjCMac.cpp2200 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp2502 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local
DTargetInfo.cpp3067 bool IsUnion = RT->isUnionType() && !UseClang11Compat; in classify() local