Home
last modified time | relevance | path

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

12345678910>>...17

/external/clang/test/CodeGenObjCXX/
Dauto-release-result-assert.mm21 struct S2 { struct
29 S1Ref S2::m1() { argument
33 S1Ref (^Block1)(void) = ^{
/external/swiftshader/third_party/llvm-16.0/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()
72 bool set_is_subset(const S1Ty &S1, const S2Ty &S2) { in set_is_subset()
DStringSwitch.h94 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/
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() 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/
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/stg/test_cases/diff_tests/composite/
Dnamed_definition_change.1.c2 struct S2 { int a2; int b2; } v2; argument
Dnamed_change.1.c2 struct S2 { int a2; } v2; struct
/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
Dwarn-dangling-field.cpp21 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/
Delaborated-type-specifier-from-hidden-module.m6 struct S2 *y; struct
8 struct S2 { int x; }; // expected-error {{redefinition}} argument
/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/third_party/libc++/src/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
/external/cronet/third_party/libc++/src/test/libcxx/utilities/function.objects/refwrap/
Dlayout.binary.compile.pass.cpp19 struct S2 : std::less<int> { char c; }; struct
Dlayout.unary.compile.pass.cpp20 struct S2 : std::negate<int> { char c; }; argument
/external/clang/test/Modules/Inputs/PR24954/
DB.h19 template <class _CharT> class S2; variable
25 struct S2 { struct
/external/clang/test/Modules/Inputs/
Delaborated-type-structs.h2 struct S2 { int x; }; struct
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-name-value.rs17 struct S2 { struct
18 f: (),

12345678910>>...17