Home
last modified time | relevance | path

Searched refs:TST (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/libgsm/
DMakefile119 TST = $(ROOT)/tst macro
198 $(TST)/cod2lin.c \
199 $(TST)/cod2txt.c \
200 $(TST)/gsm2cod.c \
201 $(TST)/lin2cod.c \
202 $(TST)/lin2txt.c
254 $(TST)/run
285 tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result
293 $(TST)/lin2txt $(TST)/cod2txt $(TST)/gsm2cod
420 $(TST)/lin2cod $(TST)/lin2txt \
[all …]
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h259 typedef TypeSpecifierType TST; typedef
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 …]
/external/clang/include/clang/Sema/
DDeclSpec.h271 typedef TypeSpecifierType TST; typedef
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_half = clang::TST_half;
[all …]
/external/llvm/test/Transforms/AtomicExpand/ARM/
Datomic-expansion-v7.ll12 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
13 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
31 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
32 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
48 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
49 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
67 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
68 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
87 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
88 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
[all …]
Datomic-expansion-v8.ll12 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
13 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
31 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
32 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
48 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
49 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
76 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
77 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
99 ; CHECK: [[TST:%.*]] = icmp eq i32 [[TRYAGAIN]], 0
100 ; CHECK: br i1 [[TST]], label %[[SUCCESS_BB:.*]], label %[[LOOP]]
[all …]
/external/llvm-project/llvm/test/Transforms/AtomicExpand/ARM/
Datomic-expansion-v7.ll12 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
13 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
31 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
32 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
48 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
49 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
67 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
68 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
87 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
88 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
[all …]
Datomic-expansion-v8.ll12 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
13 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
31 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
32 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
48 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
49 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
76 ; CHECK: [[TST:%.*]] = icmp ne i32 [[TRYAGAIN]], 0
77 ; CHECK: br i1 [[TST]], label %[[LOOP]], label %[[END:.*]]
103 ; CHECK: [[TST:%.*]] = icmp eq i32 [[TRYAGAIN]], 0
104 ; CHECK: br i1 [[TST]], label %[[SUCCESS_BB:.*]], label %[[LOOP]]
[all …]
/external/clang/lib/Sema/
DDeclSpec.cpp447 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, in getSpecifierName()
612 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
620 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
629 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
641 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
649 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
661 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
669 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
679 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
691 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
[all …]
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp540 const char *DeclSpec::getSpecifierName(DeclSpec::TST T, in getSpecifierName()
727 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
735 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
746 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
758 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
768 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
780 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, in SetTypeSpecType()
788 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation TagKwLoc, in SetTypeSpecType()
800 PrevSpec = DeclSpec::getSpecifierName((TST) TypeSpecType, Policy); in SetTypeSpecType()
812 bool DeclSpec::SetTypeSpecType(TST T, SourceLocation Loc, const char *&PrevSpec, in SetTypeSpecType()
[all …]
/external/llvm-project/clang/lib/AST/
DASTDiagnostic.cpp109 if (const TemplateSpecializationType *TST = in Desugar() local
111 if (!TST->isTypeAlias()) { in Desugar()
114 for (unsigned I = 0, N = TST->getNumArgs(); I != N; ++I) { in Desugar()
115 const TemplateArgument &Arg = TST->getArg(I); in Desugar()
125 TST->getTemplateName(), Args, QT); in Desugar()
935 const TemplateSpecializationType *TST; member
949 InternalIterator(const TemplateSpecializationType *TST) in InternalIterator()
950 : TST(TST), Index(0), CurrentTA(nullptr), EndTA(nullptr) { in InternalIterator()
951 if (!TST) return; in InternalIterator()
956 TemplateArgument TA = TST->getArg(0); in InternalIterator()
[all …]
DQualTypeNames.cpp125 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType() local
128 for (TemplateSpecializationType::iterator I = TST->begin(), E = TST->end(); in getFullyQualifiedTemplateType()
142 TST->getTemplateName(), FQArgs, in getFullyQualifiedTemplateType()
143 TST->getCanonicalTypeInternal()); in getFullyQualifiedTemplateType()
327 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local
328 Decl = TST->getTemplateName().getAsTemplateDecl(); in createNestedNameSpecifierForScopeOf()
DCXXInheritance.cpp250 const TemplateSpecializationType *TST = in lookupInBases() local
252 if (!TST) { in lookupInBases()
256 TemplateName TN = TST->getTemplateName(); in lookupInBases()
414 const TemplateSpecializationType *TST = in findOrdinaryMemberInDependentClasses() local
416 if (!TST) { in findOrdinaryMemberInDependentClasses()
422 TemplateName TN = TST->getTemplateName(); in findOrdinaryMemberInDependentClasses()
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp141 if (const auto *TST = dyn_cast<const TemplateSpecializationType>(TypePtr)) { in getFullyQualifiedTemplateType() local
144 for (TemplateSpecializationType::iterator I = TST->begin(), E = TST->end(); in getFullyQualifiedTemplateType()
158 TST->getTemplateName(), FQArgs, in getFullyQualifiedTemplateType()
159 TST->getCanonicalTypeInternal()); in getFullyQualifiedTemplateType()
343 } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) { in createNestedNameSpecifierForScopeOf() local
344 Decl = TST->getTemplateName().getAsTemplateDecl(); in createNestedNameSpecifierForScopeOf()
/external/clang/lib/AST/
DASTDiagnostic.cpp106 if (const TemplateSpecializationType *TST = in Desugar() local
108 if (!TST->isTypeAlias()) { in Desugar()
111 for (unsigned I = 0, N = TST->getNumArgs(); I != N; ++I) { in Desugar()
112 const TemplateArgument &Arg = TST->getArg(I); in Desugar()
122 TST->getTemplateName(), Args, QT); in Desugar()
904 const TemplateSpecializationType *TST; member
918 InternalIterator(const TemplateSpecializationType *TST) in InternalIterator()
919 : TST(TST), Index(0), CurrentTA(nullptr), EndTA(nullptr) { in InternalIterator()
923 TemplateArgument TA = TST->getArg(0); in InternalIterator()
940 return Index >= TST->getNumArgs(); in isEnd()
[all …]
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dx86-shuffle-sink.ll13 ; CHECK-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
34 ; CHECK-SSE2-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
44 ; CHECK-XOP-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
53 ; CHECK-AVX2-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
63 ; CHECK-AVX512BW-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
84 ; CHECK-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
105 ; CHECK-SSE2-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
115 ; CHECK-XOP-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
124 ; CHECK-AVX-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
145 ; CHECK-SSE2-NEXT: br i1 [[TST:%.*]], label [[IF_TRUE:%.*]], label [[IF_FALSE:%.*]]
[all …]
/external/strace/
Dsysent_shorthand_defs.h10 # define TST 0 macro
34 # define TST TRACE_STAT macro
/external/libxaac/decoder/armv7/
Dixheaacd_conv_ergtoamplitude.s53 TST R7, #1
79 TST R7, #1
107 TST R7, #1
Dixheaacd_conv_ergtoamplitudelp.s50 TST R7, #1
76 TST R7, #1
104 TST R7, #1
/external/llvm-project/clang-tools-extra/clangd/
DFindTarget.cpp75 const auto *TST = T->getAs<TemplateSpecializationType>(); in resolveTypeToRecordDecl() local
76 if (!TST) in resolveTypeToRecordDecl()
80 TST->getTemplateName().getAsTemplateDecl()); in resolveTypeToRecordDecl()
163 auto *TST = T->getAs<TemplateSpecializationType>(); in getPointeeType() local
164 if (!TST) in getPointeeType()
166 if (TST->getNumArgs() == 0) in getPointeeType()
168 const TemplateArgument &FirstArg = TST->getArg(0); in getPointeeType()
588 VisitTemplateSpecializationType(const TemplateSpecializationType *TST) { in add()
595 if (TST->isTypeAlias()) { in add()
596 Outer.add(TST->getAliasedType(), Flags | Rel::Underlying); in add()
[all …]
/external/XNNPACK/src/f32-gemm/gen/
D4x8-minmax-aarch32-neon-ld64.S125 TST r5, 4
183 TST r1, 4
195 TST r1, 2
207 TST r1, 1
D4x8-minmax-aarch32-neon-cortex-a75.S196 TST r5, 15
250 TST r5, 8
279 TST r5, 4
301 TST r1, 4
313 TST r1, 2
325 TST r1, 1
D4x8-minmax-aarch32-neon-cortex-a7.S145 TST r5, 4
203 TST r1, 4
215 TST r1, 2
227 TST r1, 1
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dimprecise-through-phis.ll21 ; CHECK-NEXT: [[TST:%.*]] = fcmp une double [[NEXTVAL]], 4.200000e+01
22 ; CHECK-NEXT: br i1 [[TST]], label [[DO_ADD:%.*]], label [[NO_ADD:%.*]]
76 ; SSE-NEXT: [[TST:%.*]] = fcmp fast une double [[NEXTVAL]], 4.200000e+01
77 ; SSE-NEXT: br i1 [[TST]], label [[DO_ADD:%.*]], label [[NO_ADD:%.*]]
125 ; AVX-NEXT: [[TST:%.*]] = fcmp fast une double [[NEXTVAL]], 4.200000e+01
126 ; AVX-NEXT: br i1 [[TST]], label [[DO_ADD:%.*]], label [[NO_ADD:%.*]]
/external/XNNPACK/src/f32-igemm/gen/
D4x8-minmax-aarch32-neon-ld64.S147 TST r5, 4
209 TST r1, 4
221 TST r1, 2
233 TST r1, 1
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Dmismatched-intrinsics.ll10 ; CHECK-NEXT: [[TST:%.*]] = icmp sgt i64 [[VADDLVQ_S32_I]], [[VADDLV_S32_I]]
11 ; CHECK-NEXT: [[EQUAL:%.*]] = sext i1 [[TST]] to i64

12345678910