Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp98 BTFTypeFwd::BTFTypeFwd(StringRef Name, bool IsUnion) : Name(Name) { in BTFTypeFwd()
557 void BTFDebug::visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, in visitFwdDeclType()
1339 bool IsUnion = Fixup.second.first; in endModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp119 const bool IsUnion = D->ElemRecord->isUnion(); in ctorRecord() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp614 unsigned IsUnion : 1; member in __anond6239b400111::ItaniumRecordLayoutBuilder
2571 bool IsUnion : 1; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp4837 bool IsUnion) { in CheckAnonMemberRedeclaration()
11896 bool IsUnion = false; in visitStruct() local
11961 bool IsUnion = false; in visitStruct() local
12027 bool IsUnion = false; in visitStruct() local
H A DSemaCodeComplete.cpp1493 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp130 bool IsUnion = false; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2524 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local
H A DTargetInfo.cpp3082 bool IsUnion = RT->isUnionType() && !UseClang11Compat; in classify() local