HomeSort by relevance Sort by last modified time
    Searched defs:TST (Results 1 - 10 of 10) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 276 TST(int cc, int Rn, uint32_t Op2) {
  /external/clang/lib/AST/
TypePrinter.cpp 941 const TemplateSpecializationType *TST =
943 Args = TST->getArgs();
944 NumArgs = TST->getNumArgs();
    [all...]
ASTDiagnostic.cpp 70 if (const TemplateSpecializationType *TST
72 if (!TST->isTypeAlias())
729 /// TST - the template specialization whose arguments this iterator
731 const TemplateSpecializationType *TST;
737 /// Index - the index of the template argument in TST.
749 TSTiterator(ASTContext &Context, const TemplateSpecializationType *TST)
750 : TST(TST),
751 DesugarTST(GetTemplateSpecializationType(Context, TST->desugar())),
756 TemplateArgument TA = TST->getArg(0)
    [all...]
ASTContext.cpp     [all...]
  /art/compiler/utils/arm/
constants_arm.h 139 TST = 8, // Test
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 169 const TemplateSpecializationType *TST =
172 llvm::makeArrayRef(TST->getArgs(), TST->getNumArgs()));
    [all...]
SemaDecl.cpp 149 auto *TST = Base.getType()->getAs<TemplateSpecializationType>();
150 if (!TST || !TST->isDependentType())
152 auto *TD = TST->getTemplateName().getAsTemplateDecl();
459 /// so, this returns the TST for the tag corresponding to it (TST_enum,
462 DeclSpec::TST Sema::isTagName(IdentifierInfo &II, Scope *S) {
    [all...]
  /external/chromium_org/v8/src/arm/
constants-arm.h 138 TST = 8 << 21, // Test.
  /external/clang/include/clang/Sema/
DeclSpec.h 258 typedef TypeSpecifierType TST;
259 static const TST TST_unspecified = clang::TST_unspecified;
260 static const TST TST_void = clang::TST_void;
261 static const TST TST_char = clang::TST_char;
262 static const TST TST_wchar = clang::TST_wchar;
263 static const TST TST_char16 = clang::TST_char16;
264 static const TST TST_char32 = clang::TST_char32;
265 static const TST TST_int = clang::TST_int;
266 static const TST TST_int128 = clang::TST_int128;
267 static const TST TST_half = clang::TST_half
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 268 milliseconds