Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerUnion.h270 using Union = PointerUnion<PTs...>;
274 static inline Union getEmptyKey() { return Union(FirstInfo::getEmptyKey()); }
276 static inline Union getTombstoneKey() {
277 return Union(FirstInfo::getTombstoneKey());
280 static unsigned getHashValue(const Union &UnionVal) {
285 static bool isEqual(const Union &LHS, const Union &RHS) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT()
51 if (getUdtKind() != PDB_UdtType::Union) in dump()
106 return Union->getSize(); in getLength()
116 case TypeRecordKind::Union: in getUdtKind()
117 return PDB_UdtType::Union; in getUdtKind()
/netbsd-src/external/apache2/llvm/dist/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.h27 codeview::UnionRecord Union);
64 Optional<codeview::UnionRecord> Union; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp345 UnionRecord &Union) { in visitKnownRecord() argument
346 P.format(" `{0}`", Union.Name); in visitKnownRecord()
347 if (Union.hasUniqueName()) in visitKnownRecord()
348 P.formatLine("unique name: `{0}`", Union.UniqueName); in visitKnownRecord()
349 P.formatLine("field list: {0}", Union.FieldList); in visitKnownRecord()
351 formatClassOptions(P.getIndentLevel(), Union.Options, Stream, in visitKnownRecord()
353 Union.Size); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/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.cpp111 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord() argument
112 Name = Union.getName(); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp156 std::vector<Function *> Union; in MergeValues() local
159 std::back_inserter(Union), CVPLatticeVal::Compare{}); in MergeValues()
160 if (Union.size() > MaxFunctionsPerValue) in MergeValues()
162 return CVPLatticeVal(std::move(Union)); in MergeValues()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp112 memcpy(&Union, &M.Union, sizeof(Union)); in copyFrom()
136 memcpy(&Union, &M.Union, sizeof(Union)); in moveFrom()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp650 SmallSetVector<Metadata *, 4> Union; in uniteAccessGroups() local
651 addToAccessGroupList(Union, AccGroups1); in uniteAccessGroups()
652 addToAccessGroupList(Union, AccGroups2); in uniteAccessGroups()
654 if (Union.size() == 0) in uniteAccessGroups()
656 if (Union.size() == 1) in uniteAccessGroups()
657 return cast<MDNode>(Union.front()); in uniteAccessGroups()
660 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
/netbsd-src/sys/arch/prep/include/
H A Dchpidpnp.h74 Union = 0x8006, /* IBM8006: IBM Union */ enumerator
/netbsd-src/external/apache2/llvm/dist/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()
839 case APValue::Union: in printPretty()
1073 case APValue::Union: in getLVForValue()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d993 Open = 0, Negate, Difference, SymDifference, Intersection, Union, None enumerator
1024 return Operator.Union; in twinSymbolOperator()
1052 op = Operator.Union;
1084 op = Operator.Union;
1195 op = Operator.Union;
1310 case Operator.Union: in parseCharsetImpl()
1367 if (opstack.top == Operator.Union) in parseCharsetImpl()
1388 if (opstack.top == Operator.Union) in parseCharsetImpl()
1398 if (opstack.top == Operator.Union) in parseCharsetImpl()
/netbsd-src/games/quiz/datfiles/
H A Dlocomotive40 4-12-2:Union Pacific
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4510.txt90 the X.500 (1993) series of International Telecommunication Union -
231 [X.500] International Telecommunication Union -
236 [X.501] International Telecommunication Union -
241 [X.511] International Telecommunication Union -
H A Drfc4526.txt179 [X.500] International Telecommunication Union -
184 [X.501] International Telecommunication Union -
189 [X.511] International Telecommunication Union -
H A Drfc3909.txt305 [X.680] International Telecommunication Union - Telecommunication
310 [X.690] International Telecommunication Union - Telecommunication
322 [X.511] International Telecommunication Union - Telecommunication
H A Drfc4530.txt343 [X.501] International Telecommunication Union -
348 [X.520] International Telecommunication Union -
353 [X.680] International Telecommunication Union -
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h36 Union, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h141 Union,
402 bool isUnion() const { return Kind == Union; }
665 Kind = Union;
/netbsd-src/external/bsd/flex/dist/tests/
H A Dyyextra.txt8 Union, establish Justice, insure domestic Tranquility, provide for the
34 the several States which may be included within this Union, according
229 Laws of the Union, suppress Insurrections and repel Invasions;
411 State of the Union, and recommend to their Consideration such Measures
505 Clause 1: New States may be admitted by the Congress into this Union;
519 The United States shall guarantee to every State in this Union a
678 appointed in the other States of the Union, at a time and place to be
694 interests of the Union if the States by which they were respectively
701 the Union; and to report such an act for that purpose to the United
739 Union as a new and entire member of the United States."
H A Dalloc_extra.txt8 Union, establish Justice, insure domestic Tranquility, provide for the
34 the several States which may be included within this Union, according
229 Laws of the Union, suppress Insurrections and repel Invasions;
411 State of the Union, and recommend to their Consideration such Measures
505 Clause 1: New States may be admitted by the Congress into this Union;
519 The United States shall guarantee to every State in this Union a
678 appointed in the other States of the Union, at a time and place to be
694 interests of the Union if the States by which they were respectively
701 the Union; and to report such an act for that purpose to the United
739 Union as a new and entire member of the United States."
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A DTODO14 Struct/Union testing
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-chu-ldap-csn-xx.txt332 [X.501] International Telecommunication Union -
336 [X.520] International Telecommunication Union -
341 [X.680] International Telecommunication Union -
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h459 new (reinterpret_cast<T *>(&Union)) T(std::forward<U>(V)...); in create()
464 void *Storage = static_cast<void *>(&Union); in as()
484 Union; variable

123456