HomeSort by: relevance | last modified time | path
    Searched defs:TST (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp 205 const TemplateSpecializationType *TST =
207 if (!TST)
209 TemplateName TN = TST->getTemplateName();
IndexBody.cpp 158 const TemplateSpecializationType *TST =
160 if (!TST)
162 TemplateName TN = TST->getTemplateName();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.h 68 TST,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 184 const TemplateSpecializationType *TST =
187 llvm::makeArrayRef(TST->getArgs(), TST->getNumArgs()));
  /src/sbin/ping/
ping.c 138 #define TST(seq) (A(seq) & B(seq))
1128 if (TST(ntohs((u_int16_t)icp->icmp_seq))) {
  /src/sbin/ping6/
ping6.c 164 #define TST(bit) (A(bit) & B(bit))
1362 if (TST(seq % mx_dup_ck)) {
1412 if (TST(seq % mx_dup_ck)) {
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_T2_32.c 164 #define TST 0x4200
769 return push_inst16(compiler, TST | RD3(arg1) | RN3(arg2));
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTDiagnostic.cpp 109 if (const TemplateSpecializationType *TST =
111 if (!TST->isTypeAlias()) {
114 for (unsigned I = 0, N = TST->getNumArgs(); I != N; ++I) {
115 const TemplateArgument &Arg = TST->getArg(I);
125 TST->getTemplateName(), Args, QT);
933 /// TST - the template specialization whose arguments this iterator
935 const TemplateSpecializationType *TST;
937 /// Index - the index of the template argument in TST.
949 InternalIterator(const TemplateSpecializationType *TST)
950 : TST(TST), Index(0), CurrentTA(nullptr), EndTA(nullptr)
    [all...]
TypePrinter.cpp 1343 const TemplateSpecializationType *TST =
1345 Args = TST->template_arguments();
1369 if (auto *TST = dyn_cast<TemplateSpecializationType>(T))
1370 return printTemplateId(TST, OS, /*FullyQualify=*/true);
ItaniumMangle.cpp 1199 if (const auto *TST = type->getAs<TemplateSpecializationType>()) {
1200 if (!mangleSubstitution(QualType(TST, 0))) {
1201 mangleTemplatePrefix(TST->getTemplateName());
1206 mangleTemplateArgs(TST->getTemplateName(), TST->getArgs(),
1207 TST->getNumArgs());
1208 addSubstitution(QualType(TST, 0));
2301 const TemplateSpecializationType *TST =
2303 TemplateName TN = TST->getTemplateName();
2346 mangleTemplateArgs(TemplateName(), TST->getArgs(), TST->getNumArgs())
    [all...]
ASTContext.cpp 4474 QualType TST) const {
4484 new (*this, TypeAlignment) InjectedClassNameType(Decl, TST);
4679 QualType TST = getTemplateSpecializationType(Name, Args, Underlying);
4681 TypeSourceInfo *DI = CreateTypeSourceInfo(TST);
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.h 212 TST = 413, /* TST */
381 #define TST 413
rx-parse.c 394 TST = 413, /* TST */
563 #define TST 413
757 YYSYMBOL_TST = 158, /* TST */
1337 "SUNTIL", "SWHILE", "TST", "UTOD", "UTOF", "WAIT", "XCHG", "XOR", "'#'",
4827 OPC(TST),
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.h 212 TST = 413, /* TST */
381 #define TST 413
rx-parse.c 394 TST = 413, /* TST */
563 #define TST 413
757 YYSYMBOL_TST = 158, /* TST */
1337 "SUNTIL", "SWHILE", "TST", "UTOD", "UTOF", "WAIT", "XCHG", "XOR", "'#'",
4827 OPC(TST),
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 259 typedef TypeSpecifierType TST;
260 static const TST TST_unspecified = clang::TST_unspecified;
261 static const TST TST_void = clang::TST_void;
262 static const TST TST_char = clang::TST_char;
263 static const TST TST_wchar = clang::TST_wchar;
264 static const TST TST_char8 = clang::TST_char8;
265 static const TST TST_char16 = clang::TST_char16;
266 static const TST TST_char32 = clang::TST_char32;
267 static const TST TST_int = clang::TST_int;
268 static const TST TST_int128 = clang::TST_int128
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 43 #define TST(_flag) (aarch64_test_CPSR_bit (cpu, _flag))
44 #define IS_SET(_X) (TST (( _X )) ? 1 : 0)
45 #define IS_CLEAR(_X) (TST (( _X )) ? 0 : 1)
4871 case 0x23: /* 0100011 TST */ VEC_CMP (u, & );
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 43 #define TST(_flag) (aarch64_test_CPSR_bit (cpu, _flag))
44 #define IS_SET(_X) (TST (( _X )) ? 1 : 0)
45 #define IS_CLEAR(_X) (TST (( _X )) ? 0 : 1)
4871 case 0x23: /* 0100011 TST */ VEC_CMP (u, & );

Completed in 98 milliseconds