Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/external/clang/test/SemaCXX/
Dout-of-line-def-mismatch.cpp16 struct S1 {}; struct
20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func()
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
Dattr-aligned.cpp4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); struct
Dnew-null.cpp7 struct S1 { struct
8 void *operator new(size_t n) { in operator new()
11 void *operator new[](size_t n) noexcept { in operator new[]()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringSwitch.h88 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
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()
161 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringSwitch.h90 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, T Value) { in Cases()
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()
163 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, T Value) { in CasesLower()
[all …]
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()
72 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
/external/clang/test/OpenMP/
Dtask_ast_print.cpp11 struct S1 { struct
12 S1(): a(0) {} in S1() function
13 S1(int v) : a(v) {} in S1() argument
14 int a;
38 // CHECK: #pragma omp task private(this->a) private(this->a) private(this->S1::a) argument
Dthreadprivate_codegen.cpp34 struct S1 { struct
36 S1() in S1() function
39 S1(int a) in S1() function
42 S1(const S1 &s) { in S1() function
45 ~S1() { in ~S1() argument
Dparallel_for_simd_ast_print.cpp11 struct S1 { struct
12 S1() : a(0) {} in S1() function
13 S1(int v) : a(v) {} in S1() argument
14 int a;
38 // CHECK: #pragma omp parallel for simd private(this->a) private(this->a) private(this->S1::a) argument
Dfor_simd_ast_print.cpp9 struct S1 { struct
10 S1(): a(0) {} in S1() argument
11 S1(int v) : a(v) {} in S1() function
12 int a;
36 // CHECK: #pragma omp for simd private(this->a) private(this->a) private(this->S1::a) argument
Dparallel_ast_print.cpp11 struct S1 { struct
12 S1(): a(0) {} in S1() argument
13 S1(int v) : a(v) {} in S1() function
16 S1& operator +(const S1&); argument
/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/CXX/expr/expr.prim/expr.prim.lambda/
Dp7.cpp46 struct S1 { struct
48 S1 &operator=(int*); argument
52 S1 &s1 = operator=(&this->x); in f() argument
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbtf_data.c15 struct S1 { struct
31 typedef int S1; argument
/external/libcxx/test/std/containers/views/span.sub/
Dsubspan.pass.cpp37 using S1 = decltype(s1); in testConstexprSpan() typedef
56 using S1 = decltype(s1); in testConstexprSpan() typedef
76 using S1 = decltype(s1); in testRuntimeSpan() typedef
95 using S1 = decltype(s1); in testRuntimeSpan() typedef
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.sub/
Dsubspan.pass.cpp34 using S1 = decltype(s1); in testConstexprSpan() typedef
53 using S1 = decltype(s1); in testConstexprSpan() typedef
73 using S1 = decltype(s1); in testRuntimeSpan() typedef
92 using S1 = decltype(s1); in testRuntimeSpan() typedef
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.sub/
Dsubspan.pass.cpp34 using S1 = decltype(s1); in testConstexprSpan() typedef
53 using S1 = decltype(s1); in testConstexprSpan() typedef
73 using S1 = decltype(s1); in testRuntimeSpan() typedef
92 using S1 = decltype(s1); in testRuntimeSpan() typedef
/external/clang/test/CodeGenCXX/
Ddebug-info-nodebug.cpp19 struct S1 { struct
23 NODEBUG S1 global_struct = { 2, 3 }; argument
Dfloat128-declarations.cpp52 template <class C> struct S1 { struct
55 template <> struct S1<__float128> { struct
65 S1<__float128> s1 = { 132.q }; in main() argument
/external/clang/test/CodeGenObjC/
Darc-property.m17 struct S1 { Class isa; }; struct
19 @property (nonatomic, strong) __attribute__((NSObject)) struct S1 *pointer; argument
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
Dranges.find_first_of.pass.cpp170 struct S1 { in test() struct
171 constexpr S1(int i_) : i(i_) {} in test() argument
172 constexpr bool compare(int j) const { return j == i; } in test()
173 constexpr const S1& identity() const { return *this; } in test()
174 int i; in test()
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.first.of/
Dranges.find_first_of.pass.cpp170 struct S1 { in test() struct
171 constexpr S1(int i_) : i(i_) {} in test() argument
172 constexpr bool compare(int j) const { return j == i; } in test()
173 constexpr const S1& identity() const { return *this; } in test()
174 int i; in test()
/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/
Dtuple_comparison.hpp111 inline bool operator==(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator ==()
122 inline bool operator!=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator !=()
133 inline bool operator<(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator <()
143 inline bool operator>(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator >()
153 inline bool operator<=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator <=()
163 inline bool operator>=(const cons<T1, T2>& lhs, const cons<S1, S2>& rhs) in operator >=()
/external/stg/test_cases/diff_tests/composite/
Dnamed_definition_change.0.c1 struct S1 { int a1; } v1; struct

12345678910>>...16