Home
last modified time | relevance | path

Searched defs:S3 (Results 1 – 25 of 191) sorted by relevance

12345678

/external/clang/test/Modules/
Delaborated-type-specifier-from-hidden-module.m11 struct S3 { float y; }; // expected-error {{redefinition}} argument
16 void useS1(struct S1 *x);
17 void useS2(struct S2 *x);
18 void useS2(struct S2 *x);
/external/clang/test/SemaCXX/
Dattr-aligned.cpp12 typedef struct __attribute__((aligned(4))) S3 { struct
14 } S3 __attribute__((aligned(8))); typedef
Dopenmp_default_simd_align.cpp31 struct S3 { struct
37 static const int test11 = __builtin_omp_required_simd_align(decltype(S3::s2.x)); argument
38 …static const int test12 = __builtin_omp_required_simd_align(decltype(S3::s2.s)); // expected-error… argument
Dwarn-dangling-field.cpp26 struct S3 { struct
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator in S3() argument
Dalignof.cpp33 struct S3 { struct
39 static const int test11 = __alignof__(S3::s2.x); argument
40 …static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'align… argument
Dwarn-bad-memaccess.cpp16 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; argument
Dnew-null.cpp32 struct S3 { struct
33 void *operator new(size_t n) { in operator new()
42 void *operator new[](size_t n) { in operator new[]()
Dnamespace.cpp32 namespace S3 { namespace
45 namespace S3 { namespace
57 namespace S3 { namespace
Dcxx11-crashes.cpp28 struct S3 { struct
29 S4 x;
30 S2 y;
/external/clang/test/OpenMP/
Dthreadprivate_codegen.cpp67 struct S3 { struct
70 S3() in S3() argument
73 S3(int a) in S3() function
76 S3(const S3 &s) { in S3() argument
79 ~S3() { in ~S3() argument
Dparallel_shared_messages.cpp20 class S3 { class
23 S3():a(0) { } in S3() function in S3
24 S3(S3 &s3):a(s3.a) { } in S3() function in S3
Dparallel_sections_shared_messages.cpp21 class S3 { class
25 S3() : a(0) {} in S3() function in S3
26 S3(S3 &s3) : a(s3.a) {} in S3() function in S3
Dtarget_parallel_shared_messages.cpp20 class S3 { class
23 S3():a(0) { } in S3() function in S3
24 S3(S3 &s3):a(s3.a) { } in S3() function in S3
Dteams_shared_messages.cpp20 class S3 { class
23 S3():a(0) { } in S3() function in S3
24 S3(S3 &s3):a(s3.a) { } in S3() function in S3
Dtask_shared_messages.cpp21 class S3 { class
25 S3() : a(0) {} in S3() function in S3
26 S3(S3 &s3) : a(s3.a) {} in S3() function in S3
Dteams_firstprivate_messages.cpp24 class S3 { class
28 S3() : a(0) {} in S3() function in S3
29 S3(const S3 &s3) : a(s3.a) {} in S3() function in S3
/external/clang/test/CodeGen/
Dpragma-pack-1.c27 struct S3 struct
29 char a[3];
31 struct T3
35 } d;
37 struct T32
61 // CHECK: %struct.S3 = type { [3 x i8], i8, %struct.T3, %struct.T32 } argument
/external/clang/test/Modules/Inputs/
Delaborated-type-structs.h3 struct S3 { int x; }; argument
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
122 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
122 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
/external/swiftshader/third_party/LLVM/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
122 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DStringSwitch.h106 StringLiteral S3, T Value) { in Cases()
112 StringLiteral S3, StringLiteral S4, T Value) { in Cases()
118 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
125 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
132 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
139 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
147 StringLiteral S3, StringLiteral S4, StringLiteral S5, in Cases()
191 StringLiteral S3, T Value) { in CasesLower()
197 StringLiteral S3, StringLiteral S4, T Value) { in CasesLower()
/external/clang/test/CodeGenCXX/
Dregparm.cpp29 struct S3 { struct
34 __attribute((regparm(2))) void foo4(S3 a, int b); argument
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp29 struct S3 { struct
33 constexpr S3(int n) : n(n) {} in S3() argument
36 constexpr S3 s3a = S3(0); argument
/external/clang/test/SemaTemplate/
Dself-comparison.cpp21 struct S3 { struct
45 S3 s3; s3.foo<1, 1>(); in test() argument

12345678