Home
last modified time | relevance | path

Searched defs:S2 (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/clang/test/CodeGenObjCXX/
Dauto-release-result-assert.mm21 struct S2 { struct
29 S1Ref S2::m1() { argument
33 S1Ref (^Block1)(void) = ^{
/external/libabigail/tests/data/test-diff-suppr/
Dtest6-fn-suppr-v0.cc22 struct S2 struct
26 S2() in S2() argument
42 bar(int, S2**) in bar() argument
Dtest6-fn-suppr-v1.cc32 struct S2 : private base struct
36 S2() in S2() argument
52 bar(int, S2**) in bar() argument
/external/libabigail/tests/data/test-diff-filter/
Dtest45-basic-type-change-v0.cc20 struct S2 struct
35 foo2(S2&) in foo2() argument
39 foo3(S2&) in foo3() argument
Dtest45-basic-type-change-v1.cc20 struct S2 struct
34 foo2(S2&) in foo2() argument
38 foo3(S2&) in foo3() argument
Dtest44-anonymous-data-member-v0.c10 struct S2 { struct
24 bar(struct S2* p) in bar() argument
Dtest44-anonymous-data-member-v1.c11 struct S2 { struct
26 bar(struct S2* p) in bar() argument
/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp59 struct S2 { struct
61 S2() : in S2() argument
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp50 struct S2 { struct
53 S2() in S2() argument
56 S2(int a) in S2() function
59 S2(const S2 &s) { in S2() function
62 ~S2() { in ~S2() argument
/external/libabigail/tests/data/test-diff-dwarf/
Dtest40-v0.c7 struct S2 struct
26 bar(struct S2* s) in bar() argument
Dtest40-v1.c8 struct S2 struct
26 bar(struct S2* s) in bar() argument
/external/libabigail/tests/data/test-abicompat/
Dtest0-fn-changed-libapp-v0.cc28 struct S2 struct
30 int m0;
32 S2() in S2() argument
72 fun2(S2*) in fun2() argument
Dtest0-fn-changed-libapp-v1.cc34 struct S2 struct
36 int m0;
37 unsigned m1;
39 S2() in S2() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
119 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
125 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
132 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
165 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
170 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
[all …]
DSetOperations.h22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
/external/llvm/include/llvm/ADT/
DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union()
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect()
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference()
63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
/external/clang/test/SemaCXX/
Dnew-null.cpp17 struct S2 { struct
18 static size_t x;
19 void *operator new(size_t n) throw() { in operator new()
22 void *operator new[](size_t n) { in operator new[]()
Dopenmp_default_simd_align.cpp14 struct S2 { struct
23 const int test6 = __builtin_omp_required_simd_align(decltype(S2::x)); argument
Dalignof.cpp16 struct S2 { struct
25 const int test6 = __alignof__(S2::x); argument
/external/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m6 struct S2 *y; struct
8 struct S2 { int x; }; // expected-error {{redefinition}} struct
/external/libcxx/test/std/containers/views/span.sub/
Dsubspan.pass.cpp38 using S2 = decltype(s2); in testConstexprSpan() typedef
57 using S2 = decltype(s2); in testConstexprSpan() typedef
77 using S2 = decltype(s2); in testRuntimeSpan() typedef
96 using S2 = decltype(s2); in testRuntimeSpan() typedef
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp55 ImmutableSet<int> S2 = f.add(S, 3); in TEST_F() local
83 ImmutableSet<int> S2 = f.add(f.add(f.add(S, 3), 4), 5); in TEST_F() local
121 ImmutableSet<int> S2 = f.add(f.add(S, 4), 5); in TEST_F() local
144 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'a'), 'e'), 'i'); in TEST_F() local
156 ImmutableSet<char> S2 = f.add(f.add(f.add(S, 'b'), 'c'), 'd'); in TEST_F() local
179 ImmutableSet<long> S2 = f.add(f.add(f.add(S, 0), 1), 2); in TEST_F() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/containers/views/views.span/span.sub/
Dsubspan.pass.cpp35 using S2 = decltype(s2); in testConstexprSpan() typedef
54 using S2 = decltype(s2); in testConstexprSpan() typedef
74 using S2 = decltype(s2); in testRuntimeSpan() typedef
93 using S2 = decltype(s2); in testRuntimeSpan() typedef
/external/clang/test/CodeGen/
Dmalign-double.cpp24 struct S2{ struct
31 unsigned S2_align = __alignof(struct S2); argument
/external/clang/test/CodeGenCXX/
Ddebug-info-nodebug.cpp33 struct S2 { struct
37 int S2::static_member = 5; argument

12345678910>>...16