/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentHTMLTags.td | 1 class Tag<string spelling> { 7 def Em : Tag<"em">; 8 def Strong : Tag<"strong">; 9 def Tt : Tag<"tt">; 10 def I : Tag<"i">; 11 def B : Tag<"b">; 12 def Big : Tag<"big">; 13 def Small : Tag<"small">; 14 def Strike : Tag<"strike">; 15 def S : Tag<"s">; [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
H A D | evpccmcavs.txt | 17 Tag = 02209f55 25 Tag = 9a04c241 35 Tag = f5f915df 45 Tag = 7a3c3499 55 Tag = f09c2986 63 Tag = 4ae97e71 73 Tag = ecb38c8b 83 Tag = 9c4dc530 93 Tag = 67299ef6 103 Tag = b0538d02 [all …]
|
H A D | evpciph.txt | 722 Tag = 2024931d73bca480c24a24ece6b6c2bf 730 Tag = 2024931d73bca480c24a24ece6b6c2be 741 Tag = 2024931d73bca480c24a24ece6b6c2bf 752 Tag = 58e2fccefa7e3061367f1d57a4e7455a 760 Tag = ab6e47d42cec13bdf53a67b21257bddf 768 Tag = 4d5c2af327cd64a62cf35abd2ba6fab4 776 Tag = 5bc94fbc3221a5db94fae95ae7121a47 784 Tag = 3612d2e79e3b0785561be14aaca2fccb 792 Tag = 619cc5aefffe0bfa462af43c1699d050 800 Tag = 619cc5aefffe0bfa462af43c1699d051 [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_ccm_cavs.txt | 17 Tag = 02209f55 25 Tag = 9a04c241 35 Tag = f5f915df 45 Tag = 7a3c3499 55 Tag = f09c2986 63 Tag = 4ae97e71 73 Tag = ecb38c8b 83 Tag = 9c4dc530 93 Tag = 67299ef6 103 Tag = b0538d02 [all …]
|
H A D | evpciph_aes_ocb.txt | 20 Tag = 197B9C3C441D3C83EAFB2BEF633B9182 28 Tag = 16DC76A46D47E1EAD537209E8A96D14E 36 Tag = 98B91552C8C009185044E30A6EB2FE21 44 Tag = 971EFFCAE19AD4716F88E87B871FBEED 52 Tag = 776C9924D6723A1FC4524532AC3E5BEB 60 Tag = 7DDB8E6CEA6814866212509619B19CC6 68 Tag = 13CC8B747807121A4CBB3E4BD6B456AF 76 Tag = 5FA94FC3F38820F1DC3F3D1FD4E55E1C 84 Tag = 282026DA3068BC9FA118681D559F10F6 92 Tag = 6EF2F52587FDA0ED97DC7EEDE241DF68 [all …]
|
H A D | evpciph_aria.txt | 155 Tag = 5abace3f37f5a736f4be984bbffbedc1 163 Tag = e210d6ced2cf430ff841472915e7ef48 174 Tag = ebaa2645bb154542117ee46031aa176e 183 Tag = 61f7f44c7da3c60195b29ae0b46051a4 192 Tag = c8b31ab6c2ddccab06b76af4e56e664e 199 # 16-byte Tag 205 Tag = 40f04b6467e300f6b336aedf9df4185b 213 Tag = 87b6bd222c55365a9c7d0b215b77ea41 217 # 8-byte Tag 223 Tag = dd2282c93a67fe4b [all …]
|
H A D | evpciph_aes_siv.txt | 19 Tag = 85632d07c6e8f37f950acd320a2ecc93 25 Tag = f1c5fdeac1f15a26779c1501f9fb7588 32 Tag = d1022f5b3664e5a4dfaf90f85be6f28a 41 Tag = 7bdb6e3b432667eb06f4d14bff2fbd0f 50 Tag = 83ce6593a8fa67eb6fcd2819cedfc011 59 Tag = 77dd4a44f5a6b41302121ee7f378de25 66 Tag = 89e869b93256785154f0963962fe0740 73 Tag = 724dfb2eaf94dbb19b0ba3a299a0801e
|
H A D | evpciph_aes_common.txt | 610 Tag = 2024931d73bca480c24a24ece6b6c2bf 618 Tag = 2024931d73bca480c24a24ece6b6c2be 629 Tag = 2024931d73bca480c24a24ece6b6c2bf 640 Tag = 58e2fccefa7e3061367f1d57a4e7455a 648 Tag = ab6e47d42cec13bdf53a67b21257bddf 657 Tag = 4d5c2af327cd64a62cf35abd2ba6fab4 666 Tag = 5bc94fbc3221a5db94fae95ae7121a47 675 Tag = 3612d2e79e3b0785561be14aaca2fccb 683 Tag = 619cc5aefffe0bfa462af43c1699d050 691 Tag = 619cc5aefffe0bfa462af43c1699d051 [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangCommentCommandInfoEmitter.cpp | 31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local 33 << "\"" << Tag.getValueAsString("Name") << "\", " in EmitClangCommentCommandInfo() 34 << "\"" << Tag.getValueAsString("EndCommandName") << "\", " in EmitClangCommentCommandInfo() 36 << Tag.getValueAsInt("NumArgs") << ", " in EmitClangCommentCommandInfo() 37 << Tag.getValueAsBit("IsInlineCommand") << ", " in EmitClangCommentCommandInfo() 38 << Tag.getValueAsBit("IsBlockCommand") << ", " in EmitClangCommentCommandInfo() 39 << Tag.getValueAsBit("IsBriefCommand") << ", " in EmitClangCommentCommandInfo() 40 << Tag.getValueAsBit("IsReturnsCommand") << ", " in EmitClangCommentCommandInfo() 41 << Tag.getValueAsBit("IsParamCommand") << ", " in EmitClangCommentCommandInfo() 42 << Tag.getValueAsBit("IsTParamCommand") << ", " in EmitClangCommentCommandInfo() [all …]
|
H A D | ClangCommentHTMLTagsEmitter.cpp | 25 for (Record *Tag : Tags) { in EmitClangCommentHTMLTags() 26 Matches.emplace_back(std::string(Tag->getValueAsString("Spelling")), in EmitClangCommentHTMLTags() 43 for (Record *Tag : Tags) { in EmitClangCommentHTMLTagsProperties() 44 std::string Spelling = std::string(Tag->getValueAsString("Spelling")); in EmitClangCommentHTMLTagsProperties() 46 if (Tag->getValueAsBit("EndTagOptional")) in EmitClangCommentHTMLTagsProperties() 48 if (Tag->getValueAsBit("EndTagForbidden")) in EmitClangCommentHTMLTagsProperties()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 79 ValueLatticeElementTy Tag : 8; variable 93 switch (Tag) { in destroy() 146 ValueLatticeElement() : Tag(unknown), NumRangeExtensions(0) {} in ValueLatticeElement() 151 : Tag(Other.Tag), NumRangeExtensions(0) { in ValueLatticeElement() 152 switch (Other.Tag) { in ValueLatticeElement() 170 : Tag(Other.Tag), NumRangeExtensions(0) { in ValueLatticeElement() 171 switch (Other.Tag) { in ValueLatticeElement() 186 Other.Tag = unknown; in ValueLatticeElement() 238 bool isUndef() const { return Tag == undef; } in isUndef() 239 bool isUnknown() const { return Tag == unknown; } in isUnknown() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CheckerContext.h | 167 const ProgramPointTag *Tag = nullptr) { 168 return addTransitionImpl(State ? State : getState(), false, nullptr, Tag); 179 const ProgramPointTag *Tag = nullptr) { 180 return addTransitionImpl(State, false, Pred, Tag); 187 const ProgramPointTag *Tag = nullptr) { 188 return addTransitionImpl(State ? State : getState(), true, Pred, Tag); 193 const ProgramPointTag *Tag = nullptr) { 207 const ProgramPointTag *Tag = nullptr) { 209 (Tag ? Tag : Location.getTag())); 221 const ProgramPointTag *Tag = nullptr) { [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 70 StringRef DocNode::fromString(StringRef S, StringRef Tag) { in fromString() argument 71 if (Tag == "tag:yaml.org,2002:str") in fromString() 72 Tag = ""; in fromString() 73 if (Tag == "!int" || Tag == "") { in fromString() 81 if (Err == "" || Tag != "") in fromString() 84 if (Tag == "!nil") { in fromString() 88 if (Tag == "!bool" || Tag == "") { in fromString() 91 if (Err == "" || Tag != "") in fromString() 94 if (Tag == "!float" || Tag == "") { in fromString() 97 if (Err == "" || Tag != "") in fromString() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Waymarking.h | 204 static void setWaymark(T &N, unsigned Tag) { N.setWaymark(Tag); } 210 static void setWaymark(T *&N, unsigned Tag) { 211 reinterpret_cast<uintptr_t &>(N) |= static_cast<uintptr_t>(Tag); 252 unsigned Tag = Count & Marker::Traits::MARK_MASK; 256 Tag |= Marker::Traits::STOP_MASK; 267 unsigned Tag = Count & Marker::Traits::MARK_MASK; 271 Tag |= Marker::Traits::STOP_MASK; 276 Marker::setWaymark(*Begin, Tag); 306 unsigned Tag; 308 Tag = Marker::getWaymark(*I--); [all …]
|
/netbsd-src/sys/arch/ibmnws/include/ |
H A D | pnp.h | 506 unsigned char Tag; /* small tag = 0x0a */ member 511 unsigned char Tag; /* small tag = 0x15 or 0x16 */ member 519 unsigned char Tag; /* small tag = 0x1c */ member 524 unsigned char Tag; /* small tag = 0x22 or 0x23 */ member 536 unsigned char Tag; /* small tag = 0x2a */ member 542 unsigned char Tag; /* small tag = 0x30 or 0x31 */ member 550 unsigned char Tag; /* small tag = 0x38 */ member 554 unsigned char Tag; /* small tag x47 */ member 564 unsigned char Tag; /* small tag = 0x4b */ member 570 unsigned char Tag; /* small tag = 0x7m m = 1-7 */ member [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 46 unsigned Tag = DIE.getTag(); in getChildDeclContext() local 52 switch (Tag) { in getChildDeclContext() 91 bool IsAnonymousNamespace = NameRef.empty() && Tag == dwarf::DW_TAG_namespace; in getChildDeclContext() 98 if (Tag != dwarf::DW_TAG_class_type && Tag != dwarf::DW_TAG_structure_type && in getChildDeclContext() 99 Tag != dwarf::DW_TAG_union_type && in getChildDeclContext() 100 Tag != dwarf::DW_TAG_enumeration_type && NameRef.empty()) in getChildDeclContext() 117 if (Tag != dwarf::DW_TAG_namespace || IsAnonymousNamespace) { in getChildDeclContext() 152 unsigned Hash = hash_combine(Context.getQualifiedNameHash(), Tag, NameRef); in getChildDeclContext() 160 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() 167 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext() [all …]
|
/netbsd-src/sys/arch/prep/include/ |
H A D | pnp.h | 531 unsigned char Tag; /* small tag = 0x0a */ member 536 unsigned char Tag; /* small tag = 0x15 or 0x16 */ member 544 unsigned char Tag; /* small tag = 0x1c */ member 549 unsigned char Tag; /* small tag = 0x22 or 0x23 */ member 561 unsigned char Tag; /* small tag = 0x2a */ member 567 unsigned char Tag; /* small tag = 0x30 or 0x31 */ member 575 unsigned char Tag; /* small tag = 0x38 */ member 579 unsigned char Tag; /* small tag x47 */ member 589 unsigned char Tag; /* small tag = 0x4b */ member 595 unsigned char Tag; /* small tag = 0x7m m = 1-7 */ member [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 22 Class(std::move(CR)), Tag(Class.getPointer()) {} in NativeTypeUDT() 27 Union(std::move(UR)), Tag(Union.getPointer()) {} in NativeTypeUDT() 77 return std::string(Tag->getName()); in getName() 113 switch (Tag->Kind) { in getUdtKind() 131 return (Tag->Options & ClassOptions::HasConstructorOrDestructor) != in hasConstructor() 146 return (Tag->Options & ClassOptions::HasOverloadedAssignmentOperator) != in hasAssignmentOperator() 154 return (Tag->Options & ClassOptions::HasConversionOperator) != in hasCastOperator() 162 return (Tag->Options & ClassOptions::ContainsNestedClass) != in hasNestedTypes() 170 return (Tag->Options & ClassOptions::HasOverloadedOperator) != in hasOverloadedOperator() 180 return (Tag->Options & ClassOptions::Intrinsic) != ClassOptions::None; in isIntrinsic() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 209 int Tag; member 210 SlotWithTag(int FI, int Tag) : FI(FI), Tag(Tag) {} in SlotWithTag() 212 : FI(MI.getOperand(1).getIndex()), Tag(MI.getOperand(4).getImm()) {} in SlotWithTag() 214 return FI == Other.FI && Tag == Other.Tag; in operator ==() 225 DenseMapInfo<int>::getHashValue(V.Tag)); in getHashValue() 296 LLVM_DEBUG(dbgs() << "[" << ST.FI << ":" << ST.Tag << "] use of %" in findFirstSlotCandidate() 315 if (MaxScoreST.Tag == 0) in findFirstSlotCandidate() 322 if (ST.Tag == 0) { in findFirstSlotCandidate() 337 TagOp.setImm(MaxScoreST.Tag); in findFirstSlotCandidate() 391 int Tag = I->getOperand(4).getImm(); in runOnMachineFunction() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 28 class Tag { class 33 Tag(const std::string &Name, const SMLoc Location) in Tag() function in __anonb229d9d20111::Tag 35 int operator<(const Tag &B) const { return *Id < *B.Id; } in operator <() 67 std::vector<Tag> Tags; in run() 71 Tags.push_back(Tag(C.first, locate(C.second.get()))); in run() 73 Tags.push_back(Tag(D.first, locate(D.second.get()))); in run() 78 for (const Tag &T : Tags) in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 173 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry() argument 175 assert(Tag != dwarf::DW_TAG_friend && "No current LLVM clients emit friend " in hashDIEEntry() 180 if ((Tag == dwarf::DW_TAG_pointer_type || in hashDIEEntry() 181 Tag == dwarf::DW_TAG_reference_type || in hashDIEEntry() 182 Tag == dwarf::DW_TAG_rvalue_reference_type || in hashDIEEntry() 183 Tag == dwarf::DW_TAG_ptr_to_member_type) && in hashDIEEntry() 241 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute() argument 259 hashDIEEntry(Attribute, Tag, Value.getDIEEntry().getEntry()); in hashAttribute() 329 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes() argument 333 hashAttribute(Attrs.NAME, Tag); \ in hashAttributes()
|
H A D | DIEHash.h | 74 void hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag); 84 void hashAttribute(const DIEValue &Value, dwarf::Tag Tag); 87 void hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 284 unsigned Tag; 287 MDNodeKeyImpl(unsigned Tag, MDString *Header, ArrayRef<Metadata *> DwarfOps) 288 : MDNodeOpsKey(DwarfOps), Tag(Tag), Header(Header) {} 290 : MDNodeOpsKey(N, 1), Tag(N->getTag()), Header(N->getRawHeader()) {} 293 return Tag == RHS->getTag() && Header == RHS->getRawHeader() && 297 unsigned getHashValue() const { return hash_combine(getHash(), Tag, Header); } 402 unsigned Tag; 409 MDNodeKeyImpl(unsigned Tag, MDString *Name, uint64_t SizeInBits, 411 : Tag(Tag), Name(Name), SizeInBits(SizeInBits), AlignInBits(AlignInBits), 414 : Tag(N->getTag()), Name(N->getRawName()), SizeInBits(N->getSizeInBits()), [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | AutoConvert.cpp | 56 struct file_tag Tag; in setFileTag() local 57 Tag.ft_ccsid = CCSID; in setFileTag() 58 Tag.ft_txtflag = Text; in setFileTag() 59 Tag.ft_deferred = 0; in setFileTag() 60 Tag.ft_rsvflags = 0; in setFileTag() 62 if (fcntl(FD, F_SETTAG, &Tag) == -1) in setFileTag()
|
/netbsd-src/doc/ |
H A D | BRANCHES | 29 # Base Tag: netbsd-1-5-base, etc. 53 Base Tag: comdex-fall-1999-base 63 Base Tag: netbsd-0-9-base 75 Base Tag: netbsd-1-0-base 86 Base Tag: netbsd-1-1-base 97 Base Tag: netbsd-1-2-base 108 Base Tag: netbsd-1-3-base 119 Base Tag: netbsd-1-4-base 130 Base Tag: netbsd-1-5-base 141 Base Tag: netbsd-1-6-base [all …]
|