Searched refs:TST (Results 1 - 25 of 36) sorted by relevance

12

/external/clang/include/clang/Sema/
H A DDeclSpec.h271 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 DbtBoxBoxDetector.cpp306 #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 DDeclSpec.cpp443 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 DSemaTemplateInstantiate.cpp169 const TemplateSpecializationType *TST = local
172 llvm::makeArrayRef(TST->getArgs(), TST->getNumArgs()));
H A DSemaTemplate.cpp1693 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 DSemaDecl.cpp156 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 DASTDiagnostic.cpp105 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 DItaniumMangle.cpp765 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 DASTContext.cpp3127 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 Dihevc_inter_pred_chroma_copy.s108 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 Dconstants-arm.h149 TST = 8 << 21, // Test. enumerator in enum:v8::internal::Opcode
H A Dassembler-arm.cc764 (I | TST | S);
1480 addrmod1(cond | TST | S, src1, r0, src2);
/external/clang/lib/Parse/
H A DParser.cpp199 void Parser::ConsumeExtraSemi(ExtraSemiKind Kind, unsigned TST) { argument
227 << Kind << DeclSpec::getSpecifierName((DeclSpec::TST)TST,
H A DParseDeclCXX.cpp1204 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 DIndexingContext.cpp135 TST = T->getAs<TemplateSpecializationType>()) {
136 BaseD = TST->getTemplateName().getAsTemplateDecl();
/external/llvm/test/MC/ARM/
H A Ddiagnostics.s666 TST r7, #-2149, #0
667 TST r7, #100, #1
H A Dbasic-thumb-instructions.s648 @ TST
/external/clang/include/clang/AST/
H A DType.h4145 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 DASTContext.h1209 QualType getInjectedClassNameType(CXXRecordDecl *Decl, QualType TST) const;
/external/clang/include/clang/Parse/
H A DParser.h756 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 Dcelt_pitch_xcorr_arm.s363 TST r5, #3
/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c163 #define TST 0x4200 macro
759 return push_inst16(compiler, TST | RD3(arg1) | RN3(arg2));
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s37 ; TST Xn, #<imm>
/external/tremolo/Tremolo/
H A DmdctLARM.s300 TST r0, r2 @ if (n & (1<<shift)) == 0
/external/webrtc/talk/media/testdata/
H A Dvoice.rtpdump4 ��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�

Completed in 526 milliseconds

12