| /external/clang/test/CodeGenObjCXX/ |
| D | auto-release-result-assert.mm | 21 struct S2 { struct 29 S1Ref S2::m1() { argument 33 S1Ref (^Block1)(void) = ^{
|
| /external/libabigail/tests/data/test-diff-suppr/ |
| D | test6-fn-suppr-v0.cc | 22 struct S2 struct 26 S2() in S2() function 42 bar(int, S2**) in bar() argument
|
| D | test6-fn-suppr-v1.cc | 32 struct S2 : private base struct 36 S2() in S2() function 52 bar(int, S2**) in bar() argument
|
| /external/libabigail/tests/data/test-diff-filter/ |
| D | test45-basic-type-change-v0.cc | 20 struct S2 struct 35 foo2(S2&) in foo2() argument 39 foo3(S2&) in foo3() argument
|
| D | test45-basic-type-change-v1.cc | 20 struct S2 struct 34 foo2(S2&) in foo2() argument 38 foo3(S2&) in foo3() argument
|
| D | test44-anonymous-data-member-v0.c | 10 struct S2 { struct 24 bar(struct S2* p) in bar() argument
|
| D | test44-anonymous-data-member-v1.c | 11 struct S2 { struct 26 bar(struct S2* p) in bar() argument
|
| /external/clang/test/Preprocessor/ |
| D | pragma_diagnostic_sections.cpp | 59 struct S2 { struct 61 S2() : in S2() argument
|
| /external/clang/test/OpenMP/ |
| D | threadprivate_codegen.cpp | 50 struct S2 { struct 53 S2() in S2() function 56 S2(int a) in S2() argument 59 S2(const S2 &s) { in S2() function 62 ~S2() { in ~S2() argument
|
| /external/libabigail/tests/data/test-diff-dwarf/ |
| D | test40-v0.c | 7 struct S2 struct 26 bar(struct S2* s) in bar() argument
|
| D | test40-v1.c | 8 struct S2 struct 26 bar(struct S2* s) in bar() argument
|
| /external/libabigail/tests/data/test-abicompat/ |
| D | test0-fn-changed-libapp-v0.cc | 28 struct S2 struct 30 int m0; 32 S2() in S2() function 72 fun2(S2*) in fun2() argument
|
| D | test0-fn-changed-libapp-v1.cc | 34 struct S2 struct 36 int m0; 37 unsigned m1; 39 S2() in S2() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringSwitch.h | 92 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 …]
|
| D | SetOperations.h | 22 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/ |
| D | SetOperations.h | 23 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/ |
| D | new-null.cpp | 17 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[]()
|
| D | openmp_default_simd_align.cpp | 14 struct S2 { struct 23 const int test6 = __builtin_omp_required_simd_align(decltype(S2::x)); argument
|
| D | alignof.cpp | 16 struct S2 { struct 25 const int test6 = __alignof__(S2::x); argument
|
| /external/clang/test/Modules/ |
| D | elaborated-type-specifier-from-hidden-module.m | 6 struct S2 *y; struct 8 struct S2 { int x; }; // expected-error {{redefinition}} argument
|
| /external/libcxx/test/std/containers/views/span.sub/ |
| D | subspan.pass.cpp | 38 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/ |
| D | ImmutableSetTest.cpp | 55 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/ |
| D | subspan.pass.cpp | 35 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/ |
| D | malign-double.cpp | 24 struct S2{ struct 31 unsigned S2_align = __alignof(struct S2); argument
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-nodebug.cpp | 33 struct S2 { struct 37 int S2::static_member = 5; argument
|