Home
last modified time | relevance | path

Searched refs:TST (Results 1 – 25 of 78) sorted by relevance

1234

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h259 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 DDeclSpec.cpp541 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 DSemaAttr.cpp153 if (auto *TST = in inferGslPointerAttribute() local
157 TST->getTemplateName().getAsTemplateDecl()->getTemplatedDecl()); in inferGslPointerAttribute()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp109 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 DQualTypeNames.cpp125 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 DCXXInheritance.cpp250 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 DItaniumMangle.cpp1199 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 DTypePrinter.cpp1343 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 DTS_VERIFY_CTX_set_certs.pod26 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 DIndexTypeSourceInfo.cpp205 const TemplateSpecializationType *TST = in VisitDependentNameTypeLoc() local
207 if (!TST) in VisitDependentNameTypeLoc()
209 TemplateName TN = TST->getTemplateName(); in VisitDependentNameTypeLoc()
H A DIndexBody.cpp158 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 Drx-parse.h212 TST = 413, /* TST */ enumerator
381 #define TST 413 macro
H A Drx-parse.y174 %token TST
638 | TST { sub_op = 12; } op_dp20_rim
1481 OPC(TST),
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.h212 TST = 413, /* TST */ enumerator
381 #define TST 413 macro
H A Drx-parse.y174 %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 DAVRISelLowering.h68 TST, enumerator
/netbsd-src/sys/arch/m68k/fpsp/
H A Dsacos.sa123 TST.L D0 ;D0 has original exponent+fraction
H A Dssin.sa253 TST.L D0
384 TST.L D0
529 TST.L D0
606 TST.L D0 ...D0 < 0 IFF N IS ODD
H A Dslogn.sa360 TST.L D0 ...CHECK IF X IS NEGATIVE
529 TST.L D0
603 TST.L D0
H A Dstan.sa237 TST.L D0
460 TST.L D0
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1041 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 DParser.cpp178 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 Dping6.c164 #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 DJSONNodeDumper.h222 void VisitTemplateSpecializationType(const TemplateSpecializationType *TST);
H A DType.h5279 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();

1234