HomeSort by relevance Sort by last modified time
    Searched defs:TS (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/Index/skip-parsed-bodies/
pragma_once.h 6 struct TS {
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 14 struct TS
20 const _Tp TS<_Tp, __v>::value;
22 TS<int, 2> g1;
33 int g2 = NS::TS<int, 2>::value;
42 int g3 = NS::TS<int, 2>::value;
  /external/clang/test/SemaCXX/
nonnull.cpp 4 struct TS {
warn-large-by-value-copy.cpp 30 struct TS {
35 void tf(TS<size> ts) {} // expected-warning {{ts' is a large (300 bytes) pass-by-value argument}}
38 TS<300> ts; local
39 tf<300>(ts); // expected-note {{instantiation}}
  /external/clang/test/Index/
index-file.cpp 10 struct TS {};
11 struct TS<int> {};
46 // CHECK: [indexDeclaration]: kind: struct-template-spec | name: TS | {{.*}} | loc: 11:8
annotate-tokens.cpp 24 struct TS {
29 void TS<tfn>::foo() {}
140 // CHECK: Keyword: "template" [23:1 - 23:9] ClassTemplate=TS:24:8 (Definition)
141 // CHECK: Punctuation: "<" [23:10 - 23:11] ClassTemplate=TS:24:8 (Definition)
151 // CHECK: Punctuation: ">" [23:26 - 23:27] ClassTemplate=TS:24:8 (Definition)
152 // CHECK: Keyword: "struct" [24:1 - 24:7] ClassTemplate=TS:24:8 (Definition)
153 // CHECK: Identifier: "TS" [24:8 - 24:10] ClassTemplate=TS:24:8 (Definition)
154 // CHECK: Punctuation: "{" [24:11 - 24:12] ClassTemplate=TS:24:8 (Definition)
159 // CHECK: Punctuation: ";" [25:13 - 25:14] ClassTemplate=TS:24:8 (Definition
    [all...]
get-cursor.cpp 51 struct TS {
56 void TS<tfn>::foo() {}
index-refs.cpp 47 struct TS { };
50 struct TS<T, int> {
55 TS<int, int> s;
105 // CHECK: [indexDeclaration]: kind: c++-class-template | name: TS | {{.*}} | loc: 47:8
106 // CHECK-NEXT: [indexDeclaration]: kind: struct-template-partial-spec | name: TS | USR: c:@SP>1#T@TS>#t0.0#I | {{.*}} | loc: 50:8
107 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt | USR: c:index-refs.cpp@SP>1#T@TS>#t0.0#I@T@MyInt | {{.*}} | loc: 51:15 | semantic-container: [TS:50:8] | lexical-container: [TS:50:8]
109 [indexDeclaration]: kind: struct-template-spec | name: TS | USR: c:@S@TS>#I | {{.*}} | loc: 50:
    [all...]
  /external/clang/test/OpenMP/
parallel_sections_ast_print.cpp 14 static T TS;
15 #pragma omp threadprivate(TS)
19 // CHECK: static int TS;
20 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
23 // CHECK: static long TS;
24 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS)
27 // CHECK: static T TS;
28 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
40 #pragma omp parallel sections default(none), private(argc, b) firstprivate(argv) shared(d) if (parallel: argc > 0) num_threads(C) copyin(S < T > ::TS) proc_bind(master) reduction(+ : c) reduction(max : e)
61 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) shared(d) if(parallel: argc > 0) num_threads(5) copyin(S<int>::TS) proc_bind(master) reduction(+: c) reduction(max: e
    [all...]
teams_ast_print.cpp 14 static T TS;
15 #pragma omp threadprivate(TS)
19 // CHECK: static int TS;
20 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
23 // CHECK: static long TS;
24 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS)
27 // CHECK: static T TS;
28 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
112 extern template int S<int>::TS;
113 extern template long S<long>::TS;
    [all...]
parallel_ast_print.cpp 121 static T TS;
122 #pragma omp threadprivate(TS)
126 // CHECK: static int TS;
127 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
130 // CHECK: static long TS;
131 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS)
134 // CHECK: static T TS;
135 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
146 #pragma omp parallel default(none), private(argc,b) firstprivate(argv) shared (d) if (parallel:argc > 0) num_threads(C) copyin(S<T>::TS) proc_bind(master) reduction(+:c, arr1[argc]) reduction(max:e, arr[:C][0:10])
160 // CHECK-NEXT: #pragma omp parallel default(none) private(argc,b) firstprivate(argv) shared(d) if(parallel: argc > 0) num_threads(5) copyin(S<int>::TS) proc_bind(master) reduction(+: c,arr1[argc]) reduction(max: e,arr[:5][0:10]
    [all...]
target_parallel_ast_print.cpp 14 static T TS;
15 #pragma omp threadprivate(TS)
19 // CHECK: static int TS;
20 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
23 // CHECK: static char TS;
24 // CHECK-NEXT: #pragma omp threadprivate(S<char>::TS)
27 // CHECK: static T TS;
28 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
230 extern template int S<int>::TS;
231 extern template char S<char>::TS;
    [all...]
task_ast_print.cpp 65 static T TS;
66 #pragma omp threadprivate(TS)
70 // CHECK: static int TS;
71 // CHECK-NEXT: #pragma omp threadprivate(S<int>::TS)
74 // CHECK: static long TS;
75 // CHECK-NEXT: #pragma omp threadprivate(S<long>::TS)
78 // CHECK: static T TS;
79 // CHECK-NEXT: #pragma omp threadprivate(S::TS)
90 #pragma omp task default(none), private(argc, b) firstprivate(argv) shared(d) if (argc > 0) final(S<T>::TS > 0) priority(argc)
104 // CHECK-NEXT: #pragma omp task default(none) private(argc,b) firstprivate(argv) shared(d) if(argc > 0) final(S<int>::TS > 0) priority(argc
    [all...]
  /external/clang/test/Preprocessor/
pragma_diagnostic_sections.cpp 20 struct TS {
26 TS<int> ts; local
27 ts.m();
  /external/strace/
sysent_shorthand_undefs.h 6 #undef TS
sysent_shorthand_defs.h 8 # define TS 0
32 # define TS TRACE_SIGNAL
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 58 struct timespec TS;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/xray/
xray_records.h 58 struct timespec TS;
  /prebuilts/go/darwin-x86/src/fmt/
stringer_test.go 27 type TS string
44 func (v TS) String() string { return Sprintf("S: %q", string(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /prebuilts/go/linux-x86/src/fmt/
stringer_test.go 27 type TS string
44 func (v TS) String() string { return Sprintf("S: %q", string(v)) }
59 s = Sprintf("%v %v", TB(true), TS("x"))
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 42 MCTargetStreamer &TS = *Asm->OutStreamer->getTargetStreamer();
43 return static_cast<ARMTargetStreamer &>(TS);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 121 MCTargetStreamer *TS = OutStreamer->getTargetStreamer();
122 return static_cast<WebAssemblyTargetStreamer *>(TS);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.cpp 85 TEStats TS = {};
292 EventHandlerFile::Handle(TessPrims(event.data.drawId, TS.inputPrims));
301 TS = {};
319 TS.inputPrims += event.data.primCount;
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 84 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>();
85 if (!TS)
88 TemplateName TM = TS->getTemplateName();
98 const TemplateSpecializationType *TS = T->getAs<TemplateSpecializationType>();
99 if (!TS)
102 TemplateName TM = TS->getTemplateName();
  /external/clang/test/Analysis/
stack-addr-ps.cpp 84 struct TS {

Completed in 428 milliseconds

1 2 3