/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 240 typedef TypeSpecifierType TST; typedef 241 static const TST TST_unspecified = clang::TST_unspecified; 242 static const TST TST_void = clang::TST_void; 243 static const TST TST_char = clang::TST_char; 244 static const TST TST_wchar = clang::TST_wchar; 245 static const TST TST_char16 = clang::TST_char16; 246 static const TST TST_char32 = clang::TST_char32; 247 static const TST TST_int = clang::TST_int; 248 static const TST TST_int128 = clang::TST_int128; 249 static const TST TST_half = clang::TST_half; [all …]
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 379 const char *DeclSpec::getSpecifierName(DeclSpec::TST T) { in getSpecifierName() 504 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecWidth() 531 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 538 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 546 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecType() 558 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 565 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecType() 577 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 584 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 593 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecType() [all …]
|
D | SemaTemplateInstantiate.cpp | 138 const TemplateSpecializationType *TST in getTemplateInstantiationArgs() local 140 Result.addOuterTemplateArguments(TST->getArgs(), TST->getNumArgs()); in getTemplateInstantiationArgs()
|
D | SemaTemplate.cpp | 1620 if (const TemplateSpecializationType *TST in MatchTemplateParametersToScopeSpecifier() local 1622 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { in MatchTemplateParametersToScopeSpecifier() 1726 } else if (const TemplateSpecializationType *TST in MatchTemplateParametersToScopeSpecifier() local 1728 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { in MatchTemplateParametersToScopeSpecifier()
|
D | SemaDeclCXX.cpp | 5180 else if (const TemplateSpecializationType *TST = in CheckDestructorDeclarator() local 5182 if (TST->isTypeAlias()) in CheckDestructorDeclarator() 5652 } else if (const TemplateSpecializationType *TST = in isStdInitializerList() local 5655 TST->getTemplateName().getAsTemplateDecl()); in isStdInitializerList() 5656 Arguments = TST->getArgs(); in isStdInitializerList()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 60 if (const TemplateSpecializationType *TST in Desugar() local 62 if (!TST->isTypeAlias()) in Desugar()
|
D | ItaniumMangle.cpp | 732 if (const TemplateSpecializationType *TST = in manglePrefix() local 734 if (!mangleSubstitution(QualType(TST, 0))) { in manglePrefix() 735 mangleTemplatePrefix(TST->getTemplateName()); in manglePrefix() 740 mangleTemplateArgs(TST->getTemplateName(), TST->getArgs(), in manglePrefix() 741 TST->getNumArgs()); in manglePrefix() 742 addSubstitution(QualType(TST, 0)); in manglePrefix() 1765 if (const TemplateSpecializationType *TST in mangleType() local 1767 if (!TST->isTypeAlias()) in mangleType()
|
D | TypePrinter.cpp | 710 const TemplateSpecializationType *TST = in printTag() local 712 Args = TST->getArgs(); in printTag() 713 NumArgs = TST->getNumArgs(); in printTag()
|
D | ASTContext.cpp | 1098 const TemplateSpecializationType *TST = cast<TemplateSpecializationType>(T); in getTypeInfoImpl() local 1101 if (TST->isTypeAlias()) in getTypeInfoImpl() 1102 return getTypeInfo(TST->getAliasedType().getTypePtr()); in getTypeInfoImpl() 2228 QualType TST) const { in getInjectedClassNameType() 2238 new (*this, TypeAlignment) InjectedClassNameType(Decl, TST); in getInjectedClassNameType() 2439 QualType TST = getTemplateSpecializationType(Name, Args, Underlying); in getTemplateSpecializationTypeInfo() local 2441 TypeSourceInfo *DI = CreateTypeSourceInfo(TST); in getTemplateSpecializationTypeInfo()
|
/external/ping/ |
D | ping_common.h | 36 #define TST(bit) (A(bit) & B(bit)) macro
|
D | ping.c | 762 } else if (TST(seq % mx_dup_ck)) { in gather_statistics()
|
/external/llvm/test/CodeGen/ARM/ |
D | arm-and-tst-peephole.ll | 67 ; Another test that exercises the AND/TST peephole optimization and also
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 948 DeclSpec::TST TagType; in ParseClassSpecifier() 2281 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseCXXMemberSpecification() 2288 << DeclSpec::getSpecifierName((DeclSpec::TST)TagType) in ParseCXXMemberSpecification() 3022 void Parser::ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, in ParseMicrosoftIfExistsClassDeclaration() 3052 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseMicrosoftIfExistsClassDeclaration() 3059 << DeclSpec::getSpecifierName((DeclSpec::TST)TagType) in ParseMicrosoftIfExistsClassDeclaration()
|
/external/v8/src/arm/ |
D | constants-arm.h | 199 TST = 8 << 21, // Test. enumerator
|
D | disasm-arm.cc | 859 case TST: { in DecodeType01()
|
D | assembler-arm.cc | 511 (I | TST | S); in IsTstImmediate() 1123 addrmod1(cond | TST | S, src1, r0, src2); in tst()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 504 # TST
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | ARMAssembler.h | 133 TST = (0x8 << 21), enumerator 363 emitInst(static_cast<ARMWord>(cc) | TST | SET_CC, 0, rn, op2);
|
/external/ping6/ |
D | ping6.c | 172 #define TST(bit) (A(bit) & B(bit)) macro 1500 if (TST(seq % mx_dup_ck)) { in pr_pack() 1549 if (TST(seq % mx_dup_ck)) { in pr_pack()
|
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 137 TST = T->getAs<TemplateSpecializationType>()) { in CXXBasesListInfo() local 138 BaseD = TST->getTemplateName().getAsTemplateDecl(); in CXXBasesListInfo()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3704 InjectedClassNameType(CXXRecordDecl *D, QualType TST) 3709 Decl(D), InjectedType(TST) { 3710 assert(isa<TemplateSpecializationType>(TST)); 3711 assert(!TST.hasQualifiers()); 3712 assert(TST->isDependentType());
|
D | ASTContext.h | 815 QualType getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const;
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb-instructions.s | 621 @ TST
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 188 const TemplateSpecializationType *TST = in getClassName() local 190 Args = TST->getArgs(); in getClassName() 191 NumArgs = TST->getNumArgs(); in getClassName()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1596 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType,
|