Home
last modified time | relevance | path

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

12345678910>>...14

/external/clang/test/CodeGenObjCXX/
Dauto-release-result-assert.mm21 struct S2 { struct
29 S1Ref S2::m1() { argument
33 S1Ref (^Block1)(void) = ^{
/external/clang/test/Preprocessor/
Dpragma_diagnostic_sections.cpp59 struct S2 { struct
61 S2() : in S2() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStatisticTest.cpp25 OptionalStatistic &S1, OptionalStatistic &S2) { in extractCounters()
80 OptionalStatistic S2; in TEST() local
96 OptionalStatistic S2; in TEST() local
124 OptionalStatistic S2; in TEST() local
141 OptionalStatistic S2; in TEST() local
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/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/swiftshader/third_party/llvm-7.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()
DStringSwitch.h99 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
105 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
111 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
117 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
124 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
131 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
138 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
146 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases()
184 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
190 StringSwitch &CasesLower(StringLiteral S0, StringLiteral S1, StringLiteral S2, in CasesLower()
[all …]
/external/swiftshader/third_party/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/OpenMP/
Dthreadprivate_codegen.cpp50 struct S2 { struct
53 S2() in S2() argument
56 S2(int a) in S2() argument
59 S2(const S2 &s) { in S2() argument
62 ~S2() { 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}} 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() function
Dfunction-extern-c.cpp22 struct S2 { struct
32 extern "C" S2 f5( void ); argument
/external/clang/test/Modules/Inputs/PR24954/
DB.h19 template <class _CharT> class S2; variable
25 struct S2 { struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyTypeDumper.cpp36 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareNames()
40 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) { in CompareSizes()
44 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePadding()
48 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingPct()
54 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) { in ComparePaddingImmediate()
59 const LayoutPtr &S2) { in ComparePaddingPctImmediate()
/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/clang/test/Modules/Inputs/
Delaborated-type-structs.h2 struct S2 { int x; }; argument
Dredecl-merge-left.h19 struct S2 { struct
24 void consume_S2(struct S2*); argument
/external/clang/test/CodeGenCXX/
Ddebug-info-nodebug.cpp33 struct S2 { struct
37 int S2::static_member = 5; argument
Dexception-spec-decay.cpp17 struct S2 { struct
29 S2 <int[10]> s2; in main() argument
/external/clang/test/CodeGen/
Dmalign-double.cpp24 struct S2{ struct
31 unsigned S2_align = __alignof(struct S2); argument
/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/swiftshader/third_party/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

12345678910>>...14