| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 259 typedef TypeSpecifierType TST; typedef 260 static const TST TST_unspecified = clang::TST_unspecified; 261 static const TST TST_void = clang::TST_void; 262 static const TST TST_char = clang::TST_char; 263 static const TST TST_wchar = clang::TST_wchar; 264 static const TST TST_char8 = clang::TST_char8; 265 static const TST TST_char16 = clang::TST_char16; 266 static const TST TST_char32 = clang::TST_char32; 267 static const TST TST_int = clang::TST_int; 268 static const TST TST_int128 = clang::TST_int128; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 541 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, in getSpecifierName() 729 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 737 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 748 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 760 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 770 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 782 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 790 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 802 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 814 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType() [all …]
|
| H A D | SemaAttr.cpp | 153 if (auto *TST = in inferGslPointerAttribute() local 157 TST->getTemplateName().getAsTemplateDecl()->getTemplatedDecl()); in inferGslPointerAttribute()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 109 if (const TemplateSpecializationType *TST = in Desugar() local 111 if (!TST->isTypeAlias()) { in Desugar() 114 for (unsigned I = 0, N = TST->getNumArgs(); I != N; ++I) { in Desugar() 115 const TemplateArgument &Arg = TST->getArg(I); in Desugar() 125 TST->getTemplateName(), Args, QT); in Desugar() 935 const TemplateSpecializationType *TST; member 949 InternalIterator(const TemplateSpecializationType *TST) in InternalIterator() 950 : TST(TST), Index(0), CurrentTA(nullptr), EndTA(nullptr) { in InternalIterator() 951 if (!TST) return; in InternalIterator() 956 TemplateArgument TA = TST->getArg(0); in InternalIterator() [all …]
|
| H A D | QualTypeNames.cpp | 125 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType() local 128 for (TemplateSpecializationType::iterator I = TST->begin(), E = TST->end(); in getFullyQualifiedTemplateType() 142 TST->getTemplateName(), FQArgs, in getFullyQualifiedTemplateType() 143 TST->getCanonicalTypeInternal()); in getFullyQualifiedTemplateType() 327 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local 328 Decl = TST->getTemplateName().getAsTemplateDecl(); in createNestedNameSpecifierForScopeOf()
|
| H A D | CXXInheritance.cpp | 250 const TemplateSpecializationType *TST = in lookupInBases() local 252 if (!TST) { in lookupInBases() 256 TemplateName TN = TST->getTemplateName(); in lookupInBases() 414 const TemplateSpecializationType *TST = in findOrdinaryMemberInDependentClasses() local 416 if (!TST) { in findOrdinaryMemberInDependentClasses() 422 TemplateName TN = TST->getTemplateName(); in findOrdinaryMemberInDependentClasses()
|
| H A D | ItaniumMangle.cpp | 1199 if (const auto *TST = type->getAs<TemplateSpecializationType>()) { in manglePrefix() local 1200 if (!mangleSubstitution(QualType(TST, 0))) { in manglePrefix() 1201 mangleTemplatePrefix(TST->getTemplateName()); in manglePrefix() 1206 mangleTemplateArgs(TST->getTemplateName(), TST->getArgs(), in manglePrefix() 1207 TST->getNumArgs()); in manglePrefix() 1208 addSubstitution(QualType(TST, 0)); in manglePrefix() 2301 const TemplateSpecializationType *TST = in mangleUnresolvedTypeOrSimpleId() local 2303 TemplateName TN = TST->getTemplateName(); in mangleUnresolvedTypeOrSimpleId() 2346 mangleTemplateArgs(TemplateName(), TST->getArgs(), TST->getNumArgs()); in mangleUnresolvedTypeOrSimpleId() 2760 if (const TemplateSpecializationType *TST in mangleType() local [all …]
|
| H A D | TypePrinter.cpp | 1343 const TemplateSpecializationType *TST = in printTag() local 1345 Args = TST->template_arguments(); in printTag() 1369 if (auto *TST = dyn_cast<TemplateSpecializationType>(T)) in printRecordBefore() local 1370 return printTemplateId(TST, OS, /*FullyQualify=*/true); in printRecordBefore()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | TS_VERIFY_CTX_set_certs.pod | 26 needs to sign the response data - the TimeStampToken (TST) - with its private 27 key. Then the client shall verify the received TST by the server's certificate 31 verifying a TST. B<ctx> is the verification context created in advance and
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 205 const TemplateSpecializationType *TST = in VisitDependentNameTypeLoc() local 207 if (!TST) in VisitDependentNameTypeLoc() 209 TemplateName TN = TST->getTemplateName(); in VisitDependentNameTypeLoc()
|
| H A D | IndexBody.cpp | 158 const TemplateSpecializationType *TST = in indexDependentReference() local 160 if (!TST) in indexDependentReference() 162 TemplateName TN = TST->getTemplateName(); in indexDependentReference()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | rx-parse.h | 212 TST = 413, /* TST */ enumerator 381 #define TST 413 macro
|
| H A D | rx-parse.y | 174 %token TST 638 | TST { sub_op = 12; } op_dp20_rim 1481 OPC(TST),
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | rx-parse.h | 212 TST = 413, /* TST */ enumerator 381 #define TST 413 macro
|
| H A D | rx-parse.y | 174 %token TST 638 | TST { sub_op = 12; } op_dp20_rim 1481 OPC(TST),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 68 TST, enumerator
|
| /netbsd-src/sys/arch/m68k/fpsp/ |
| H A D | sacos.sa | 123 TST.L D0 ;D0 has original exponent+fraction
|
| H A D | ssin.sa | 253 TST.L D0 384 TST.L D0 529 TST.L D0 606 TST.L D0 ...D0 < 0 IFF N IS ODD
|
| H A D | slogn.sa | 360 TST.L D0 ...CHECK IF X IS NEGATIVE 529 TST.L D0 603 TST.L D0
|
| H A D | stan.sa | 237 TST.L D0 460 TST.L D0
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1041 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified); 2130 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, 2356 void ParseStructUnionBody(SourceLocation StartLoc, DeclSpec::TST TagType, 3104 DeclSpec::TST TagType, Decl *Tag); 3213 bool Delayed = false, DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | Parser.cpp | 178 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST TST) { in ConsumeExtraSemi() argument 206 << Kind << DeclSpec::getSpecifierName(TST, in ConsumeExtraSemi() 1054 auto LengthOfTSTToken = [](DeclSpec::TST TKind) { in ParseDeclOrFunctionDefInternal()
|
| /netbsd-src/sbin/ping6/ |
| H A D | ping6.c | 164 #define TST(bit) (A(bit) & B(bit)) macro 1362 if (TST(seq % mx_dup_ck)) { in pr_pack() 1412 if (TST(seq % mx_dup_ck)) { in pr_pack()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 222 void VisitTemplateSpecializationType(const TemplateSpecializationType *TST);
|
| H A D | Type.h | 5279 InjectedClassNameType(CXXRecordDecl *D, QualType TST) 5282 Decl(D), InjectedType(TST) { 5283 assert(isa<TemplateSpecializationType>(TST)); 5284 assert(!TST.hasQualifiers()); 5285 assert(TST->isDependentType()); 7091 if (auto *TST = getAs<TemplateSpecializationType>()) 7092 return TST->isTypeAlias();
|