| /src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/ |
| H A D | tst.general.d | 23 #define TST(name) \ macro 38 TST("empty array"); 42 TST("one-element array: integer"); 49 TST("one-element array: hex integer (not in spec, not supported)"); 53 TST("one-element array: float"); 57 TST("one-element array: float + exponent"); 61 TST("one-element array: integer + whitespace"); 65 TST("one-element array: integer + exponent + whitespace"); 69 TST("one-element array: string"); 73 TST("alternative first-element indexing"); [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 277 typedef TypeSpecifierType TST; typedef 278 static const TST TST_unspecified = clang::TST_unspecified; 279 static const TST TST_void = clang::TST_void; 280 static const TST TST_char = clang::TST_char; 281 static const TST TST_wchar = clang::TST_wchar; 282 static const TST TST_char8 = clang::TST_char8; 283 static const TST TST_char16 = clang::TST_char16; 284 static const TST TST_char32 = clang::TST_char32; 285 static const TST TST_int = clang::TST_int; 286 static const TST TST_int128 = clang::TST_int128; [all …]
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 559 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, in getSpecifierName() 754 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 762 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 773 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 794 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 804 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 816 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 824 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 836 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType() 848 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType() [all …]
|
| H A D | SemaTemplateDeductionGuide.cpp | 960 if (const auto *TST = RhsType->getAs<TemplateSpecializationType>()) { in getRHSTemplateDeclAndArgs() local 964 Template = TST->getTemplateName().getAsTemplateDecl(); in getRHSTemplateDeclAndArgs() 965 AliasRhsTemplateArgs = TST->template_arguments(); in getRHSTemplateDeclAndArgs()
|
| H A D | SemaAttr.cpp | 156 if (auto *TST = in inferGslPointerAttribute() local 160 TST->getTemplateName().getAsTemplateDecl()->getTemplatedDecl()); in inferGslPointerAttribute()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 117 if (const TemplateSpecializationType *TST = in desugarForDiagnostic() local 119 if (!TST->isTypeAlias()) { in desugarForDiagnostic() 122 for (const TemplateArgument &Arg : TST->template_arguments()) { in desugarForDiagnostic() 133 TST->getTemplateName(), Args, QT); in desugarForDiagnostic() 968 const TemplateSpecializationType *TST; member 982 InternalIterator(const TemplateSpecializationType *TST) in InternalIterator() 983 : TST(TST), Index(0), CurrentTA(nullptr), EndTA(nullptr) { in InternalIterator() 984 if (!TST) return; in InternalIterator() 989 TemplateArgument TA = TST->template_arguments()[0]; in InternalIterator() 1005 bool isValid() const { return TST; } in isValid() [all …]
|
| H A D | QualTypeNames.cpp | 130 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType() local 135 for (TemplateArgument Arg : TST->template_arguments()) { in getFullyQualifiedTemplateType() 145 TST->getTemplateName(), FQArgs, in getFullyQualifiedTemplateType() 146 TST->getCanonicalTypeInternal()); in getFullyQualifiedTemplateType() 330 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local 331 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 | 1296 if (const auto *TST = type->getAs<TemplateSpecializationType>()) { in manglePrefix() local 1297 if (!mangleSubstitution(QualType(TST, 0))) { in manglePrefix() 1298 mangleTemplatePrefix(TST->getTemplateName()); in manglePrefix() 1303 mangleTemplateArgs(TST->getTemplateName(), TST->template_arguments()); in manglePrefix() 1304 addSubstitution(QualType(TST, 0)); in manglePrefix() 2483 const TemplateSpecializationType *TST = in mangleUnresolvedTypeOrSimpleId() local 2485 TemplateName TN = TST->getTemplateName(); in mangleUnresolvedTypeOrSimpleId() 2534 mangleTemplateArgs(TemplateName(), TST->template_arguments()); in mangleUnresolvedTypeOrSimpleId() 2955 if (const TemplateSpecializationType *TST in mangleType() local 2957 if (!TST->isTypeAlias()) in mangleType()
|
| H A D | JSONNodeDumper.cpp | 799 const TemplateSpecializationType *TST) { in VisitTemplateSpecializationType() argument 800 attributeOnlyIfTrue("isAlias", TST->isTypeAlias()); in VisitTemplateSpecializationType() 804 TST->getTemplateName().print(OS, PrintPolicy); in VisitTemplateSpecializationType()
|
| /src/crypto/krb5/src/lib/krb5/os/ |
| H A D | td_krb5.conf | 2 default_realm = DEFAULT.REALM.TST 5 DEFAULT_REALM.TST = {
|
| H A D | ref_std_conf.out | 1 krb5_get_default_realm() returned 'DEFAULT.REALM.TST' 4 krb5_get_realm_domain(DEFAULT_REALM.TST) returned 'MIT.EDU'
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 215 const TemplateSpecializationType *TST = in VisitDependentNameTypeLoc() local 217 if (!TST) in VisitDependentNameTypeLoc() 219 TemplateName TN = TST->getTemplateName(); in VisitDependentNameTypeLoc()
|
| H A D | IndexBody.cpp | 173 const TemplateSpecializationType *TST = in indexDependentReference() local 175 if (!TST) in indexDependentReference() 177 TemplateName TN = TST->getTemplateName(); in indexDependentReference()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | TS_VERIFY_CTX.pod | 53 needs to sign the response data - the TimeStampToken (TST) - with its private 54 key. Then the client verifies the received TST using the server's certificate 83 verifying a TST. I<certs> is a stack of B<X509> certificates.
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 234 const auto *TST = ResourceTy->getAs<TemplateSpecializationType>(); in calculateElementType() local 235 assert(TST && "Resource types must be template specializations"); in calculateElementType() 236 ArrayRef<TemplateArgument> Args = TST->template_arguments(); in calculateElementType()
|
| /src/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.h | 70 TST, enumerator
|
| H A D | AVRISelLowering.cpp | 252 NODE(TST); in getTargetNodeName() 800 Cmp = DAG.getNode(AVRISD::TST, DL, MVT::Glue, Top); in getAVRCmp() 838 Cmp = DAG.getNode(AVRISD::TST, DL, MVT::Glue, Top); in getAVRCmp() 848 Cmp = DAG.getNode(AVRISD::TST, DL, MVT::Glue, in getAVRCmp()
|
| /src/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1130 void ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST T = TST_unspecified); 2246 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, 2545 void ParseStructUnionBody(SourceLocation StartLoc, DeclSpec::TST TagType, 3253 DeclSpec::TST TypeTransformTokToDeclSpec(); 3361 DeclSpec::TST TagType, Decl *Tag); 3482 DeclSpec::TST TagType = DeclSpec::TST_unspecified,
|
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 186 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, DeclSpec::TST TST) { in ConsumeExtraSemi() argument 214 << Kind << DeclSpec::getSpecifierName(TST, in ConsumeExtraSemi() 1165 auto LengthOfTSTToken = [](DeclSpec::TST TKind) { in ParseDeclOrFunctionDefInternal()
|
| H A D | ParseDeclCXX.cpp | 1341 DeclSpec::TST Parser::TypeTransformTokToDeclSpec() { in TypeTransformTokToDeclSpec() 1357 DeclSpec::TST TypeTransformTST = TypeTransformTokToDeclSpec(); in MaybeParseTypeTransformTypeSpecifier() 1712 DeclSpec::TST TagType; in ParseClassSpecifier() 3526 AccessSpecifier &AS, ParsedAttributes &AccessAttrs, DeclSpec::TST TagType, in ParseCXXClassMemberDeclarationWithPragmas() 3837 CurAS, AccessAttrs, static_cast<DeclSpec::TST>(TagType), TagDecl); in ParseCXXMemberSpecification() 5165 DeclSpec::TST TagType, ParsedAttributes &AccessAttrs, in ParseMicrosoftIfExistsClassDeclaration()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 239 void VisitTemplateSpecializationType(const TemplateSpecializationType *TST);
|
| H A D | Type.h | 6629 InjectedClassNameType(CXXRecordDecl *D, QualType TST) 6632 Decl(D), InjectedType(TST) { 6633 assert(isa<TemplateSpecializationType>(TST)); 6634 assert(!TST.hasQualifiers()); 6635 assert(TST->isDependentType()); 8450 if (auto *TST = getAs<TemplateSpecializationType>()) 8451 return TST->isTypeAlias();
|
| /src/sbin/ping/ |
| H A D | ping6.c | 156 #define TST(bit) (A(bit) & B(bit)) macro 1598 if (TST(seq % mx_dup_ck)) { in pr_pack() 1653 if (TST(seq % mx_dup_ck)) { in pr_pack()
|
| H A D | ping.c | 109 #define TST(bit) (A(bit) & B(bit)) macro 1186 if (TST(seq % mx_dup_ck)) { in pr_pack()
|