| /external/clang/test/CodeGenObjCXX/ |
| D | auto-release-result-assert.mm | 21 struct S2 { struct 29 S1Ref S2::m1() { argument 33 S1Ref (^Block1)(void) = ^{
|
| /external/swiftshader/third_party/llvm-16.0/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() 72 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
|
| D | StringSwitch.h | 94 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 104 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 109 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 115 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 121 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 127 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 134 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() 167 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() 172 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower() [all …]
|
| /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() function 59 S2(const S2 &s) { in S2() argument 62 ~S2() { in ~S2() argument
|
| /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/stg/test_cases/diff_tests/composite/ |
| D | named_definition_change.1.c | 2 struct S2 { int a2; int b2; } v2; argument
|
| D | named_change.1.c | 2 struct S2 { int a2; } v2; struct
|
| /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
|
| D | warn-dangling-field.cpp | 21 struct S2 { struct 23 S2(int i) : x(i) {} // expected-warning {{binding reference member 'x' to a temporary}} in S2() 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/third_party/libc++/src/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
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/refwrap/ |
| D | layout.binary.compile.pass.cpp | 19 struct S2 : std::less<int> { char c; }; struct
|
| D | layout.unary.compile.pass.cpp | 20 struct S2 : std::negate<int> { char c; }; argument
|
| /external/clang/test/Modules/Inputs/PR24954/ |
| D | B.h | 19 template <class _CharT> class S2; variable 25 struct S2 { struct
|
| /external/clang/test/Modules/Inputs/ |
| D | elaborated-type-structs.h | 2 struct S2 { int x; }; struct
|
| /external/rust/crates/pin-project/tests/ui/pin_project/ |
| D | packed-name-value.rs | 17 struct S2 { struct 18 f: (),
|