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

1 2 3 4 5 6 7 8 910

  /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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
CVTypeVisitor.h 35 TypeServerHandler *TS = nullptr);
38 TypeServerHandler *TS = nullptr);
50 TypeServerHandler *TS = nullptr);
52 TypeServerHandler *TS = nullptr);
54 TypeServerHandler *TS = nullptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
CVTypeVisitor.h 35 TypeServerHandler *TS = nullptr);
38 TypeServerHandler *TS = nullptr);
50 TypeServerHandler *TS = nullptr);
52 TypeServerHandler *TS = nullptr);
54 TypeServerHandler *TS = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
CVTypeVisitor.h 35 TypeServerHandler *TS = nullptr);
38 TypeServerHandler *TS = nullptr);
50 TypeServerHandler *TS = nullptr);
52 TypeServerHandler *TS = nullptr);
54 TypeServerHandler *TS = nullptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeServerHandler.h 28 virtual Expected<bool> handle(TypeServer2Record &TS,
CVTypeVisitor.h 35 TypeServerHandler *TS = nullptr);
38 TypeServerHandler *TS = nullptr);
50 TypeServerHandler *TS = nullptr);
52 TypeServerHandler *TS = nullptr);
54 TypeServerHandler *TS = nullptr);
  /external/clang/test/SemaCXX/
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}}
nonnull.cpp 4 struct TS {
  /external/clang/test/Index/
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...]
index-file.cpp 10 struct TS {};
11 struct TS<int> {};
46 // CHECK: [indexDeclaration]: kind: struct-template-spec | name: TS | {{.*}} | loc: 11:8
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...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
29 #define TS R0
43 #define BR0 R0 /* shared with TS */
63 MOVW to+0(FP), TS
67 ADD N, TS, TE /* to end pointer */
69 CMP FROM, TS
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
90 MOVW TS, savedts-4(SP)
100 MOVW savedts-4(SP), TS
101 ADD $3, TS, TM
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
memmove_arm.s 28 // TE or TS are spilled to the stack during bulk register moves.
29 #define TS R0
43 #define BR0 R0 /* shared with TS */
63 MOVW to+0(FP), TS
67 ADD N, TS, TE /* to end pointer */
69 CMP FROM, TS
89 ADD $31, TS, TMP /* do 32-byte chunks if possible */
90 MOVW TS, savedts-4(SP)
100 MOVW savedts-4(SP), TS
101 ADD $3, TS, TM
    [all...]
  /external/expat/tests/
xmltest.sh 30 TS="$MYDIR"
32 OUTPUT="$TS/out/"
35 DIFF="$TS/udiffer.py"
91 cd "$TS/xmlconf"
101 cd "$TS/xmlconf/$xmldir"
111 cd "$TS/xmlconf/oasis"
123 cd "$TS/xmlconf"
131 cd "$TS/xmlconf/$xmldir"
139 cd "$TS/xmlconf/oasis"
  /external/selinux/mcstrans/share/examples/urcsts-via-include/setrans.d/
ts.conf 6 s9=TS
  /external/clang/test/OpenMP/
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_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...]
  /external/strace/
sysent_shorthand_defs.h 8 # define TS 0
32 # define TS TRACE_SIGNAL
sysent_shorthand_undefs.h 6 #undef TS

Completed in 403 milliseconds

1 2 3 4 5 6 7 8 910