/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 250 typedef TypeSpecifierType TST; typedef 251 static const TST TST_unspecified = clang::TST_unspecified; 252 static const TST TST_void = clang::TST_void; 253 static const TST TST_char = clang::TST_char; 254 static const TST TST_wchar = clang::TST_wchar; 255 static const TST TST_char16 = clang::TST_char16; 256 static const TST TST_char32 = clang::TST_char32; 257 static const TST TST_int = clang::TST_int; 258 static const TST TST_int128 = clang::TST_int128; 259 static const TST TST_half = clang::TST_half; [all …]
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 383 const char *DeclSpec::getSpecifierName(DeclSpec::TST T) { in getSpecifierName() 517 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecWidth() 544 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 551 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 559 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecType() 571 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 578 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType); in SetTypeSpecType() 590 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType() 597 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType() 606 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 | 1657 if (const TemplateSpecializationType *TST in MatchTemplateParametersToScopeSpecifier() local 1659 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { in MatchTemplateParametersToScopeSpecifier() 1763 } else if (const TemplateSpecializationType *TST in MatchTemplateParametersToScopeSpecifier() local 1765 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { in MatchTemplateParametersToScopeSpecifier()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 64 if (const TemplateSpecializationType *TST in Desugar() local 66 if (!TST->isTypeAlias()) in Desugar() 637 const TemplateSpecializationType *TST; member 651 TSTiterator(const TemplateSpecializationType *TST) in TSTiterator() 652 : TST(TST), Index(0), CurrentTA(0), EndTA(0) { in TSTiterator() 656 TemplateArgument TA = TST->getArg(0); in TSTiterator() 673 return Index == TST->getNumArgs(); in isEnd() 690 if (++Index == TST->getNumArgs()) break; in operator ++() 693 TemplateArgument TA = TST->getArg(Index); in operator ++() 710 return TST->getArg(Index); in operator *() [all …]
|
D | ItaniumMangle.cpp | 733 if (const TemplateSpecializationType *TST = in manglePrefix() local 735 if (!mangleSubstitution(QualType(TST, 0))) { in manglePrefix() 736 mangleTemplatePrefix(TST->getTemplateName()); in manglePrefix() 741 mangleTemplateArgs(TST->getTemplateName(), TST->getArgs(), in manglePrefix() 742 TST->getNumArgs()); in manglePrefix() 743 addSubstitution(QualType(TST, 0)); in manglePrefix() 1763 if (const TemplateSpecializationType *TST in mangleType() local 1765 if (!TST->isTypeAlias()) in mangleType()
|
D | TypePrinter.cpp | 897 const TemplateSpecializationType *TST = in printTag() local 899 Args = TST->getArgs(); in printTag() 900 NumArgs = TST->getNumArgs(); in printTag()
|
D | ASTContext.cpp | 1463 const TemplateSpecializationType *TST = cast<TemplateSpecializationType>(T); in getTypeInfoImpl() local 1466 if (TST->isTypeAlias()) in getTypeInfoImpl() 1467 return getTypeInfo(TST->getAliasedType().getTypePtr()); in getTypeInfoImpl() 2588 QualType TST) const { in getInjectedClassNameType() 2598 new (*this, TypeAlignment) InjectedClassNameType(Decl, TST); in getInjectedClassNameType() 2799 QualType TST = getTemplateSpecializationType(Name, Args, Underlying); in getTemplateSpecializationTypeInfo() local 2801 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/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 | 513 # 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/clang/lib/Parse/ |
D | Parser.cpp | 223 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST) { in ConsumeExtraSemi() argument 251 << Kind << DeclSpec::getSpecifierName((DeclSpec::TST)TST) in ConsumeExtraSemi()
|
D | ParseDeclCXX.cpp | 1034 DeclSpec::TST TagType; in ParseClassSpecifier() 2332 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseCXXMemberSpecification() 3024 void Parser::ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, in ParseMicrosoftIfExistsClassDeclaration() 3054 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS); in ParseMicrosoftIfExistsClassDeclaration()
|
/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 | 3768 InjectedClassNameType(CXXRecordDecl *D, QualType TST) 3773 Decl(D), InjectedType(TST) { 3774 assert(isa<TemplateSpecializationType>(TST)); 3775 assert(!TST.hasQualifiers()); 3776 assert(TST->isDependentType());
|
D | ASTContext.h | 951 QualType getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const;
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb-instructions.s | 621 @ TST
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 645 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified); 1498 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType,
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 190 const TemplateSpecializationType *TST = in getClassName() local 192 Args = TST->getArgs(); in getClassName() 193 NumArgs = TST->getNumArgs(); in getClassName()
|