Home
last modified time | relevance | path

Searched refs:Union (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPointerUnion.h282 using Union = PointerUnion<PTs...>;
286 static inline Union getEmptyKey() { return Union(FirstInfo::getEmptyKey()); }
288 static inline Union getTombstoneKey() {
289 return Union(FirstInfo::getTombstoneKey());
292 static unsigned getHashValue(const Union &UnionVal) {
297 static bool isEqual(const Union &LHS, const Union &RHS) {
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp28 Union(std::move(UR)), Tag(&*Union) {} in NativeTypeUDT()
52 if (getUdtKind() != PDB_UdtType::Union) in dump()
107 return Union->getSize(); in getLength()
117 case TypeRecordKind::Union: in getUdtKind()
118 return PDB_UdtType::Union; in getUdtKind()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash()
49 return Union; in getRecord()
58 codeview::UnionRecord Union; member
H A DNativeTypeUDT.h30 codeview::UnionRecord Union);
67 std::optional<codeview::UnionRecord> Union; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.h38 enum Kind { Class, Struct, Union, Enum }; enumerator
63 assert(m_kind == Union); in asUnion()
68 if (m_kind == Struct || m_kind == Union) in name()
H A DUdtRecordCompleter.cpp55 m_record.record.kind = Member::Union; in UdtRecordCompleter()
357 case Member::Union: { in AddMember()
483 parent->fields.push_back(std::make_unique<Member>(Member::Union)); in ConstructRecord()
H A DUdtRecordCompleter.h82 enum Kind { Field, Struct, Union } kind; enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h196 Union = 1 << 5, enumerator
206 AnyType = Any | Class | Struct | Union | Enum | Typedef
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp348 UnionRecord &Union) { in visitKnownRecord() argument
349 P.format(" `{0}`", Union.Name); in visitKnownRecord()
350 if (Union.hasUniqueName()) in visitKnownRecord()
351 P.formatLine("unique name: `{0}`", Union.UniqueName); in visitKnownRecord()
352 P.formatLine("field list: {0}", Union.FieldList); in visitKnownRecord()
354 formatClassOptions(P.getIndentLevel(), Union.Options, Stream, in visitKnownRecord()
356 Union.Size); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp260 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord() argument
261 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord()
262 W->printNumber("MemberCount", Union.getMemberCount()); in visitKnownRecord()
264 printTypeIndex("FieldList", Union.getFieldList()); in visitKnownRecord()
265 W->printNumber("SizeOf", Union.getSize()); in visitKnownRecord()
266 W->printString("Name", Union.getName()); in visitKnownRecord()
268 W->printString("LinkageName", Union.getUniqueName()); in visitKnownRecord()
H A DRecordName.cpp115 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord() argument
116 Name = Union.getName(); in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp159 std::vector<Function *> Union; in MergeValues() local
162 std::back_inserter(Union), CVPLatticeVal::Compare{}); in MergeValues()
163 if (Union.size() > MaxFunctionsPerValue) in MergeValues()
165 return CVPLatticeVal(std::move(Union)); in MergeValues()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp115 memcpy(&Union, &M.Union, sizeof(Union)); in copyFrom()
140 memcpy(&Union, &M.Union, sizeof(Union)); in moveFrom()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DRangeMap.h57 bool Union(const Range &rhs) { in Union() function
194 if (pos != end && pos->Union(entry)) { in Insert()
200 if (prev->Union(entry)) { in Insert()
393 if (prev->Union(*pos)) in CombinePrevAndNext()
402 if (pos->Union(*next)) in CombinePrevAndNext()
/openbsd-src/games/quiz/datfiles/
H A Dlocomotive40 4-12-2:Union Pacific
H A Dafrica11 {Union of the }Comoros:Moroni
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp366 case Union: in APValue()
420 else if (Kind == Union) in DestroyDataAndMakeUninit()
436 case Union: in needsCleanup()
502 case Union: in Profile()
910 case APValue::Union: in printPretty()
1144 case APValue::Union: in getLVForValue()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-debuginfo-analyzer.rst529 =Union: A union.
1376 2 union Union {
1379 5 Union U;
1419 [003] {Member} public 'U' -> 'Union'
1420 [003] 2 {Union} 'Union'
1437 [003] {Member} public 'U' -> 'Union'
1438 [003] 2 {Union} 'Union'
1455 [003] 5 {Member} public 'U' -> 'Union'
1469 [003] 5 {Member} public 'U' -> 'Union'
1470 [003] 2 {Union} 'Union'
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp831 SmallSetVector<Metadata *, 4> Union; in uniteAccessGroups() local
832 addToAccessGroupList(Union, AccGroups1); in uniteAccessGroups()
833 addToAccessGroupList(Union, AccGroups2); in uniteAccessGroups()
835 if (Union.size() == 0) in uniteAccessGroups()
837 if (Union.size() == 1) in uniteAccessGroups()
838 return cast<MDNode>(Union.front()); in uniteAccessGroups()
841 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/openbsd-src/gnu/llvm/clang/include/clang/Index/
H A DIndexSymbol.h36 Union, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstr-2t.fin57 ;Union UNION
H A Dstr-1t.fin128 ;Union UNION
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DAPValue.h141 Union,
402 bool isUnion() const { return Kind == Union; }
665 Kind = Union;
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history43 01/23 The Union of Utrecht forms a Protestant republic in
71 the Kalmar Union, 1814
122 03/27 Khrushchev becomes Premier of Soviet Union, 1958
138 04/12 Great Britain adopts the Union Jack as their national flag, 1606
245 06/30 China and Soviet Union announce split over ideology, 1960
258 07/09 The African Union gets established, 2002
/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A DCmpRuns.py39 Sequence, Set, TextIO, TypeVar, Tuple, Union)
42 Number = Union[int, float]

1234