| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| D | PointerUnion.h | 270 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) {
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypeUDT.cpp | 27 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | TpiHashing.h | 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) { in TagRecordHash() 49 return Union; in getRecord() 58 codeview::UnionRecord Union; member
|
| D | NativeTypeUDT.h | 27 codeview::UnionRecord Union); 64 Optional<codeview::UnionRecord> Union; variable
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| D | PdbUtil.h | 39 enum Kind { Class, Struct, Union, Enum }; enumerator 64 assert(m_kind == Union); in asUnion() 69 if (m_kind == Struct || m_kind == Union) in name()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/ |
| D | lldb-private-enumerations.h | 196 Union = 1 << 5, enumerator 206 AnyType = Any | Class | Struct | Union | Enum | Typedef
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeDumpVisitor.cpp | 260 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()
|
| D | RecordName.cpp | 111 Error TypeNameComputer::visitKnownRecord(CVType &CVR, UnionRecord &Union) { in visitKnownRecord() argument 112 Name = Union.getName(); in visitKnownRecord()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| D | MinimalTypeDumper.cpp | 345 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | CalledValuePropagation.cpp | 156 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()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | JSON.cpp | 112 memcpy(&Union, &M.Union, sizeof(Union)); in copyFrom() 136 memcpy(&Union, &M.Union, sizeof(Union)); in moveFrom()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | VectorUtils.cpp | 660 SmallSetVector<Metadata *, 4> Union; in uniteAccessGroups() local 661 addToAccessGroupList(Union, AccGroups1); in uniteAccessGroups() 662 addToAccessGroupList(Union, AccGroups2); in uniteAccessGroups() 664 if (Union.size() == 0) in uniteAccessGroups() 666 if (Union.size() == 1) in uniteAccessGroups() 667 return cast<MDNode>(Union.front()); in uniteAccessGroups() 670 return MDNode::get(Ctx, Union.getArrayRef()); in uniteAccessGroups()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/ |
| D | RangeMap.h | 52 bool Union(const Range &rhs) { in Union() function 151 if (pos != end && pos->Union(entry)) { in Insert() 157 if (prev->Union(entry)) { in Insert() 350 if (prev->Union(*pos)) in CombinePrevAndNext() 359 if (pos->Union(*next)) in CombinePrevAndNext()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | APValue.cpp | 366 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()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Index/ |
| D | IndexSymbol.h | 36 Union, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | APValue.h | 141 Union, 402 bool isUnion() const { return Kind == Union; } 665 Kind = Union;
|
| D | CommentCommands.td | 233 def Union : RecordLikeDeclarationVerbatimLineCommand<"union">;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | JSON.h | 459 new (reinterpret_cast<T *>(&Union)) T(std::forward<U>(V)...); in create() 464 void *Storage = static_cast<void *>(&Union); in as() 484 Union; variable
|
| /freebsd-12-stable/usr.bin/calendar/calendars/ |
| D | calendar.history | 53 01/23 The Union of Utrecht forms a Protestant republic in 95 the Kalmar Union, 1814 171 03/27 Khrushchev becomes Premier of Soviet Union, 1958 194 04/12 Great Britain adopts the Union Jack as their national flag, 1606 343 06/30 China and Soviet Union announce split over ideology, 1960 352 07/04 Battles of Vicksburg and Gettysburg won by Union forces, 1863 365 07/09 The African Union gets established, 2002
|
| /freebsd-12-stable/contrib/tzdata/ |
| D | leapseconds | 19 # International Telecommunication Union - Radiocommunication Sector
|
| D | calendars | 20 On 1929-10-01 the Soviet Union instituted an "Eternal Calendar"
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | ConstantRange.cpp | 733 ConstantRange Union(DstTySize, /*isFullSet=*/false); in truncate() local 745 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize)); in truncate() 751 return Union; in truncate() 765 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate() 773 UpperDiv.trunc(DstTySize)).unionWith(Union); in truncate()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Index/ |
| D | IndexSymbol.cpp | 112 Info.Kind = SymbolKind::Union; break; in getSymbolInfo() 517 case SymbolKind::Union: return "union"; in getSymbolKindString()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| D | DWARFDIE.cpp | 394 context.push_back({CompilerContextKind::Union, ConstString(GetName())}); in GetDeclContext()
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | rfc4518.txt | 473 [X.680] International Telecommunication Union - 480 [X.500] International Telecommunication Union - 485 [X.501] International Telecommunication Union - 490 [X.520] International Telecommunication Union -
|