/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 271 typedef TypeSpecifierType TST; typedef in class:clang::DeclSpec 272 static const TST TST_unspecified = clang::TST_unspecified; 273 static const TST TST_void = clang::TST_void; 274 static const TST TST_char = clang::TST_char; 275 static const TST TST_wchar = clang::TST_wchar; 276 static const TST TST_char16 = clang::TST_char16; 277 static const TST TST_char32 = clang::TST_char32; 278 static const TST TST_int = clang::TST_int; 279 static const TST TST_int128 = clang::TST_int128; 280 static const TST TST_hal [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
H A D | btBoxBoxDetector.cpp | 306 #define TST(expr1,expr2,norm,cc) \ macro 321 TST (pp[0],(A[0] + B[0]*Q11 + B[1]*Q12 + B[2]*Q13),R1+0,1); 322 TST (pp[1],(A[1] + B[0]*Q21 + B[1]*Q22 + B[2]*Q23),R1+1,2); 323 TST (pp[2],(A[2] + B[0]*Q31 + B[1]*Q32 + B[2]*Q33),R1+2,3); 326 TST (dDOT41(R2+0,p),(A[0]*Q11 + A[1]*Q21 + A[2]*Q31 + B[0]),R2+0,4); 327 TST (dDOT41(R2+1,p),(A[0]*Q12 + A[1]*Q22 + A[2]*Q32 + B[1]),R2+1,5); 328 TST (dDOT41(R2+2,p),(A[0]*Q13 + A[1]*Q23 + A[2]*Q33 + B[2]),R2+2,6); 332 #undef TST macro 333 #define TST(expr1,expr2,n1,n2,n3,cc) \ macro 363 TST(p 377 #undef TST macro [all...] |
/external/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 443 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, 534 assert(!isInvalid && "auto SCS -> TST recovery failed"); 602 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 610 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, 619 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); 631 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 639 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); 651 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, 659 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, 669 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecTyp [all...] |
H A D | SemaTemplateInstantiate.cpp | 169 const TemplateSpecializationType *TST = local 172 llvm::makeArrayRef(TST->getArgs(), TST->getNumArgs()));
|
H A D | SemaTemplate.cpp | 1693 if (const TemplateSpecializationType *TST 1695 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { 1830 } else if (const TemplateSpecializationType *TST 1832 if (TemplateDecl *Template = TST->getTemplateName().getAsTemplateDecl()) { 2191 // If so, the canonical type of this TST is the injected
|
H A D | SemaDecl.cpp | 156 else if (auto *TST = Base.getType()->getAs<TemplateSpecializationType>()) { 159 if (!TST || !TST->isDependentType()) 161 auto *TD = TST->getTemplateName().getAsTemplateDecl(); 503 /// so, this returns the TST for the tag corresponding to it (TST_enum, 506 DeclSpec::TST Sema::isTagName(IdentifierInfo &II, Scope *S) { 3688 static unsigned GetDiagnosticTypeSpecifierID(DeclSpec::TST T) { 3936 DeclSpec::TST TypeSpecType = DS.getTypeSpecType();
|
/external/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 105 if (const TemplateSpecializationType *TST = 107 if (!TST->isTypeAlias()) { 110 for (unsigned I = 0, N = TST->getNumArgs(); I != N; ++I) { 111 const TemplateArgument &Arg = TST->getArg(I); 121 TST->getTemplateName(), Args.data(), Args.size(), QT); 807 /// TST - the template specialization whose arguments this iterator 809 const TemplateSpecializationType *TST; member in struct:__anon1133::TemplateDiff::TSTiterator 815 /// Index - the index of the template argument in TST. 827 TSTiterator(ASTContext &Context, const TemplateSpecializationType *TST) argument 828 : TST(TS 1182 makeTemplateList( SmallVectorImpl<const TemplateSpecializationType *> &TemplateList, const TemplateSpecializationType *TST) argument [all...] |
H A D | ItaniumMangle.cpp | 765 if (const auto *TST = type->getAs<TemplateSpecializationType>()) { 766 if (!mangleSubstitution(QualType(TST, 0))) { 767 mangleTemplatePrefix(TST->getTemplateName()); 772 mangleTemplateArgs(TST->getArgs(), TST->getNumArgs()); 773 addSubstitution(QualType(TST, 0)); 1558 const TemplateSpecializationType *TST = local 1560 TemplateName TN = TST->getTemplateName(); 1597 mangleTemplateArgs(TST->getArgs(), TST [all...] |
H A D | ASTContext.cpp | 3127 QualType TST) const { 3137 new (*this, TypeAlignment) InjectedClassNameType(Decl, TST); 3333 QualType TST = getTemplateSpecializationType(Name, Args, Underlying); local 3335 TypeSourceInfo *DI = CreateTypeSourceInfo(TST);
|
/external/libhevc/common/arm64/ |
H A D | ihevc_inter_pred_chroma_copy.s | 108 TST x12,#15 //checks wd for multiples for 16 110 TST x12,#7 //checks wd for multiples for 4 & 8
|
/external/v8/src/arm/ |
H A D | constants-arm.h | 149 TST = 8 << 21, // Test. enumerator in enum:v8::internal::Opcode
|
H A D | assembler-arm.cc | 764 (I | TST | S); 1480 addrmod1(cond | TST | S, src1, r0, src2);
|
/external/clang/lib/Parse/ |
H A D | Parser.cpp | 199 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST) { argument 227 << Kind << DeclSpec::getSpecifierName((DeclSpec::TST)TST,
|
H A D | ParseDeclCXX.cpp | 1204 DeclSpec::TST TagType; 2824 DeclSpec::TST TagType, Decl *TagDecl) { 3081 CurAS, AccessAttrs, static_cast<DeclSpec::TST>(TagType), TagDecl); 3883 void Parser::ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, 3913 ParseMicrosoftIfExistsClassDeclaration((DeclSpec::TST)TagType, CurAS);
|
/external/clang/tools/libclang/ |
H A D | IndexingContext.cpp | 135 TST = T->getAs<TemplateSpecializationType>()) { 136 BaseD = TST->getTemplateName().getAsTemplateDecl();
|
/external/llvm/test/MC/ARM/ |
H A D | diagnostics.s | 666 TST r7, #-2149, #0 667 TST r7, #100, #1
|
H A D | basic-thumb-instructions.s | 648 @ TST
|
/external/clang/include/clang/AST/ |
H A D | Type.h | 4145 InjectedClassNameType(CXXRecordDecl *D, QualType TST) argument 4150 Decl(D), InjectedType(TST) { 4151 assert(isa<TemplateSpecializationType>(TST)); 4152 assert(!TST.hasQualifiers()); 4153 assert(TST->isDependentType()); 4226 /// Converts a type specifier (DeclSpec::TST) into an elaborated type keyword. 4229 /// Converts a type specifier (DeclSpec::TST) into a tag type kind.
|
H A D | ASTContext.h | 1209 QualType getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const;
|
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 756 void ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST = TST_unspecified); 1716 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, 2400 DeclSpec::TST TagType, Decl *TagDecl);
|
/external/libopus/celt/arm/ |
H A D | celt_pitch_xcorr_arm.s | 363 TST r5, #3
|
/external/pcre/dist/sljit/ |
H A D | sljitNativeARM_T2_32.c | 163 #define TST 0x4200 macro 759 return push_inst16(compiler, TST | RD3(arg1) | RN3(arg2));
|
/external/llvm/test/MC/AArch64/ |
H A D | arm64-aliases.s | 37 ; TST Xn, #<imm>
|
/external/tremolo/Tremolo/ |
H A D | mdctLARM.s | 300 TST r0, r2 @ if (n & (1<<shift)) == 0
|
/external/webrtc/talk/media/testdata/ |
H A D | voice.rtpdump | 4 ��pjhoiiq]]VORjkd[V^lqpiz���lo���{f�����k���������������k]TST]mbfeflm��{kot��������ill��zqk���bcl���l���������hy��uro��{ut�je`hozv�{w����������q]`q|g[W^y��jjj���mks � � � 9:�4����pj�����ve~��lbpv�m^Wedcl~����{��������w�����������pnl�|}bzuuiy~����lhnw�|x���ri]Zcck���rkh������������{ul��z^hjb_j|���ziz���������cfo�k��zf_airlcj����pn����}~�� � � *� 9;�4�J��pjnpmpy������}em��unekl{�����~|osxqy}j����uor����p���fax���q���������yuv��uhho���gcdiknun���refu|{y����y�s|o���b\i��~[Za����n���y������zy���yl\[Xe���w[[j���nu�� � � >� 9<�4���pj���������~||pairx��ddjk��|oewhljn�m]c}��uz|������q|������������������������yn����������p���k`k�nX\]]^_^getbbm~mb_]kq��tl��l]u��~�xlj���kp~����|nnp}u�ygi������� � � R� 9=�4����pj��s}x���ejhaXW]o�������������|����mn}��j_\d�yfZ`g�}o\X\t�|gky��~r{so�������������mw�qhl{���k��~{���������igh���nj~vnfokrnj`l��������������s���{}x|~tlkbjuk\SXn� � � g� 9>�4�*��pjtnko���kh]n~����{���zmi���v{���wbp��djo�mj[`g��{����������������ydjw�nso�����ik��������j`t��quq���gaju�plhnlxe_fggrld_^����u}�������id���]cu��vl}������������gny � � {� 9?�4�ʎ�pj��nr�kcel~��onu���^bn���xjl`_``jx�y^_l��zhl{w�zo_]~~zz�o��������y����������yl����nj���w���jk|����nk]_m��zm_`bjmm]at�uwv��{kvz���sh�����������}|�����������lh~�~� � � �� 9@�4�j��pj�ycn���t_`i���s����j\hl{~nnk���h_^dbdehd_h��������rn���������������|v��������hh��rxo_^^koj\[[_dhtw�t�����������rn�������������|�����}meel���j]dnrjb]m�n`^Z]kkj]_ � � �� 9A�4�
|