Home
last modified time | relevance | path

Searched defs:Union (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeUDT.h67 std::optional<codeview::UnionRecord> Union; variable
H A DTpiHashing.h58 codeview::UnionRecord Union; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h48 Union = 13, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h38 enum Kind { Class, Struct, Union, Enum }; enumerator
H A DUdtRecordCompleter.h82 enum Kind { Field, Struct, Union } kind; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h36 Union, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord() argument
H A DTypeDumpVisitor.cpp261 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp158 std::vector<Function *> Union; in MergeValues() local
H A DAttributorAttributes.cpp1553 auto Union = PtrOI; in collectConstantsForGEP() local
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h202 Union = 1 << 5, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp350 UnionRecord &Union) { in visitKnownRecord()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h57 bool Union(const Range &rhs) { in Union() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h310 enum class PDB_UdtType { Struct, Class, Union, Interface }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h525 Union; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp781 SmallSetVector<Metadata *, 4> Union; in uniteAccessGroups() local
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h1627 } Union; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp654 Error LVTypeVisitor::visitKnownRecord(CVType &Record, UnionRecord &Union) { in visitKnownRecord()
2447 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, UnionRecord &Union, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h223 enum class TagKind { Class, Struct, Union, Enum }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp871 ConstantRange Union(DstTySize, /*isFullSet=*/false); in truncate() local
H A DMetadata.cpp1257 ConstantRange Union = LastRange.unionWith(NewRange); in tryMergeRange() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2234 Value *SCEVExpander::expandUnionPredicate(const SCEVUnionPredicate *Union, in expandUnionPredicate()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp223 StructInfo::StructInfo(StringRef StructName, bool Union, in StructInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp781 auto Union = AL.getArg(Index - 1); in handleDiagnoseAsBuiltinAttr() local