HomeSort by relevance Sort by last modified time
    Searched refs:S3 (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGenCXX/
mangle-98.cpp 3 template <bool B> struct S3 {};
6 void f(S3<true>) {}
9 void f(S3<false>) {}
12 void f2(S3<100>) {}
regparm.cpp 29 struct S3 {
34 __attribute((regparm(2))) void foo4(S3 a, int b);
35 // CHECK: declare void @_Z4foo42S3i(%struct.S3* byval align 4, i32 inreg)
36 void bar3(S3 a, int b) {
warn-padded-packed.cpp 14 struct S3 {
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
  /external/clang/test/PCH/
check-deserializations.cpp 2 // RUN: %clang_cc1 -error-on-deserialized-decl S1_keyfunc -error-on-deserialized-decl S3 -include-pch %t.1 -emit-pch -o %t.2 %s
3 // RUN: %clang_cc1 -error-on-deserialized-decl S1_method -error-on-deserialized-decl S3 -include-pch %t.2 -emit-llvm-only %s
14 struct S3 {};
17 operator S3();
  /external/clang/test/SemaCXX/
attr-aligned.cpp 12 typedef struct __attribute__((aligned(4))) S3 {
14 } S3 __attribute__((aligned(8)));
15 static_assert(alignof(S3) == 8, "attribute ignored");
16 static_assert(alignof(struct S3) == 4, "attribute clobbered");
ptrtomember.cpp 20 struct S3 {
24 void f3(S3* p, void (S3::*m)()) {
cxx11-crashes.cpp 21 struct S3; // expected-note {{forward declaration}}
24 S3 x; // expected-error {{incomplete type}}
28 struct S3 {
namespace.cpp 26 namespace S3 {
39 namespace S3 {
51 namespace S3 {
warn-unused-variables.cpp 107 struct S3 {
110 S3 makeS3();
111 void testS3(S3 a) {
112 S3 x = makeS3(); // expected-warning {{unused variable 'x'}}
113 S3 y;
114 S3 z = a; // expected-warning {{unused variable 'z'}}
elaborated-type-specifier.cpp 9 struct S3 *y;
13 bool test_elab(S1 *s1, struct S2 *s2, struct S3 *s3) {
15 if (s1->y == s3) return true;
  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 65 ImmutableSet<int> S3 = f.add(S, 2);
67 EXPECT_FALSE(S3.isEmpty());
68 EXPECT_FALSE(S == S3);
69 EXPECT_TRUE(S != S3);
71 EXPECT_TRUE(S3.contains(2));
73 EXPECT_FALSE(S2 == S3);
74 EXPECT_TRUE(S2 != S3);
76 EXPECT_FALSE(S3.contains(3));
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43);
89 EXPECT_FALSE(S3.isEmpty())
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p2.cpp 29 struct S3 {
30 S3() = default;
31 S3(const S3&) = default;
32 S3(S3&&) = default;
33 constexpr S3(int n) : n(n) {}
36 constexpr S3 s3a = S3(0);
37 constexpr S3 s3b = s3a
    [all...]
  /external/clang/test/OpenMP/
parallel_copyin_messages.cpp 17 class S3 {
20 S3():a(0) { }
21 S3 &operator =(S3 &s3) { return *this; }
45 S3 h;
parallel_firstprivate_messages.cpp 23 class S3 {
26 S3():a(0) { }
27 S3(S3 &s3):a(s3.a) { }
29 const S3 c;
30 const S3 ca[5];
47 S3 h;
parallel_sections_shared_messages.cpp 21 class S3 {
25 S3() : a(0) {}
26 S3(S3 &s3) : a(s3.a) {}
28 const S3 c;
29 const S3 ca[5];
48 S3 h;
parallel_shared_messages.cpp 20 class S3 {
23 S3():a(0) { }
24 S3(S3 &s3):a(s3.a) { }
26 const S3 c;
27 const S3 ca[5];
44 S3 h;
parallel_sections_copyin_messages.cpp 18 class S3 {
22 S3() : a(0) {}
23 S3 &operator=(S3 &s3) { return *this; }
48 S3 h;
  /external/clang/test/Modules/Inputs/
redecl-merge-left.h 50 struct S3;
51 struct S3;
56 struct S3 *produce_S3(void);
redecl-merge-bottom.h 17 struct S3;
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sinf.c 29 S3 = -0x1a00f9e2cae774.0p-65, /* -0.000198393348360966317347 */
43 r = S3+z*S4;
k_sin.c 35 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
42 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
54 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */
66 r = S2+z*(S3+z*S4) + z*w*(S5+z*S6);
  /external/clang/test/Sema/
MicrosoftCompatibility.c 21 struct __declspec(appdomain) S3 {}; /* expected-warning {{__declspec attribute 'appdomain' is not supported}} */
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-string-char-code-at.js 53 var S3 = S1 + S2;
60 assertEquals(S2, dead2(S2, S3));
61 assertEquals("11", dead3(S2, S3));
63 assertEquals(S3, dead1(S3, 399));
64 assertEquals(S3, dead2(S3, "false"));
67 assertEquals(S3, dead1(S3, 0));
68 assertEquals(S3, dead2(S3, S1))
    [all...]
dead-string-char-code-at2.js 53 var S3 = S1 + S2;
60 assertEquals(S2, dead2(S2, S3));
61 assertEquals("11", dead3(S2, S3));
63 assertEquals(S3, dead1(S3, 399));
64 assertEquals(S3, dead2(S3, "false"));
67 assertEquals(S3, dead1(S3, 0));
68 assertEquals(S3, dead2(S3, S1))
    [all...]
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 180 struct S3 {
181 virtual ~S3() throw();
182 S3() throw();
183 explicit S3(int);
184 S3(const S2&);
189 P(dynamic_cast<S3&>(f2<T&>()));
192 void operator +(const S1&, const S3&);
195 late<S3, false>();
196 late2<S3>();

Completed in 549 milliseconds

1 2 3 4 5 6