Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp109 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()
763 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
1578 bool IsUnion = CTy->getTag() == dwarf::DW_TAG_union_type; in endModule() local
/aosp_15_r20/external/flatbuffers/python/flatbuffers/reflection/
H A DEnum.py64 def IsUnion(self): member in Enum
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h59 IsUnion, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h59 IsUnion, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h59 IsUnion, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h59 IsUnion, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h59 IsUnion, enumerator
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp598 unsigned IsUnion : 1; member in __anoncf5b328d0111::ItaniumRecordLayoutBuilder
2304 bool IsUnion : 1; member
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h440 inline bool IsUnion(const Type &type) { in IsUnion() function
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h467 inline bool IsUnion(const Type &type) { in IsUnion() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h467 inline bool IsUnion(const Type &type) { in IsUnion() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1143 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder
H A DSemaDecl.cpp4093 bool IsUnion) { in CheckAnonMemberRedeclaration()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2200 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DMasmParser.cpp127 bool IsUnion = false; member