Searched defs:S1 (Results 1 - 25 of 100) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Dattr-aligned.cpp4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); typedef in typeref:struct:S1
5 static_assert(alignof(S1) == 8, "attribute ignored");
6 static_assert(alignof(struct S1) == 1, "attribute applied to original type");
H A Dout-of-line-def-mismatch.cpp4 struct S1;
10 void func(S1*); // expected-note {{type of 1st parameter of member declaration does not match definition ('N2::S1 *' vs 'N2::N1::S1 *')}}
11 void func(C1&, unsigned, const S1*); // expected-note {{type of 3rd parameter of member declaration does not match definition ('const N2::S1 *' vs 'const N2::N1::S1 *')}}
12 void func(const S1*, unsigned); //expected-note {{type of 1st parameter of member declaration does not match definition ('const N2::S1 *' vs 'N2::N1::S1')}}
16 struct S1 {}; struct in namespace:N2::N1
21 func(C1&, unsigned, const S1*) argument
[all...]
H A Dms-interface.cpp68 struct S1 : I6<S> { struct in inherits:I6
H A Dnew-null.cpp7 struct S1 { struct
H A Dtype-definition-in-specifier.cpp4 struct S1;
14 typedef struct S1 { int x; } S1_typedef; struct
/external/clang/test/CodeGenCXX/
H A Dfastcall.cpp10 struct S1 { struct
12 S1(const S1 &y);
15 void __attribute__((fastcall)) foo2(S1 a, int b);
16 void bar2(S1 a, int b) {
18 // CHECK: call x86_fastcallcc void @_Z4foo22S1i(%struct.S1* inreg %{{.*}}, i32 inreg %
H A Dregparm.cpp8 struct S1 { struct
10 S1(const S1 &y);
13 void __attribute__((regparm(3))) foo2(S1 a, int b);
14 // CHECK: declare void @_Z4foo22S1i(%struct.S1* inreg, i32 inreg)
15 void bar2(S1 a, int b) {
H A Dcxx0x-initializer-array.cpp31 struct S1 { struct in namespace:ValueInitArrayOfMemPtr
33 S1();
/external/clang/test/OpenMP/
H A Dflush_messages.cpp3 struct S1 { // expected-note 2 {{declared here}} struct
65 #pragma omp flush(S1) // expected-error {{'S1' does not refer to a value}}
129 #pragma omp flush(S1) // expected-error {{'S1' does not refer to a value}}
H A Dthreadprivate_codegen.cpp8 // CHECK-DAG: [[S1:%.+]] = type { [[INT:i[0-9]+]] }
15 // CHECK-DEBUG-DAG: [[S1:%.+]] = type { [[INT:i[0-9]+]] }
22 struct S1 { struct
24 S1() function in struct:S1
27 S1(int a) function in struct:S1
30 S1(const S1 &s) { function in struct:S1
33 ~S1() {
104 // CHECK-DAG: [[GS1:@.+]] = internal global [[S1]] zeroinitializer
108 // CHECK-DAG: [[ARR_X:@.+]] = global [2 x [3 x [[S1]]]] zeroinitialize
[all...]
H A Dtask_messages.cpp20 class S1 { class
24 S1() : a(0) {} function in class:S1
25 S1 &operator++() { return *this; }
26 S1(const S1 &) = delete; // expected-note 2 {{'S1' has been explicitly marked deleted here}}
34 S1 s1;
35 // expected-error@+1 2 {{call to deleted constructor of 'S1'}}
/external/v8/test/mjsunit/compiler/
H A Ddead-string-char-code-at.js30 var S1 = "string1"; variable
53 var S3 = S1 + S2;
55 assertEquals(S1, dead1(S1, S2));
56 assertEquals(S1, dead2(S1, S2));
57 assertEquals("11", dead3(S1, S2));
68 assertEquals(S3, dead2(S3, S1));
H A Ddead-string-char-code-at2.js30 var S1 = "string1"; variable
53 var S3 = S1 + S2;
55 assertEquals(S1, dead1(S1, S2));
56 assertEquals(S1, dead2(S1, S2));
57 assertEquals("11", dead3(S1, S2));
68 assertEquals(S3, dead2(S3, S1));
/external/clang/test/CXX/class/class.nest/
H A Dp3.cpp20 struct S1 { }; struct in namespace:PR6107
22 struct S1;
24 struct S2::S1 { }; struct in class:PR6107::S2
25 S1 s1;
/external/clang/test/Index/Inputs/
H A Dt1.c11 struct S1 { struct
20 struct S1 s1;
/external/clang/test/PCH/
H A Dcheck-deserializations.cpp12 struct S1 { struct
27 S1 *s1;
34 void test(S1*, S2*) {
/external/libopus/silk/float/
H A Dapply_sine_window_FLP.c46 silk_float freq, c, S0, S1; local
63 S1 = freq;
68 S1 = 0.5f * c;
74 px_win[ k + 0 ] = px[ k + 0 ] * 0.5f * ( S0 + S1 );
75 px_win[ k + 1 ] = px[ k + 1 ] * S1;
76 S0 = c * S1 - S0;
77 px_win[ k + 2 ] = px[ k + 2 ] * 0.5f * ( S1 + S0 );
79 S1 = c * S0 - S1;
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp25 struct S1 { struct
32 S1 s1;
34 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S4'}}
36 struct S5 : S1 {
37 alignas(2) S1 s1; // expected-error {{requested alignment is less than minimum alignment of 8 for type 'S1'}}
40 S1 s1;
42 struct S7 : S1 {
44 struct alignas(2) alignas(8) alignas(1) S8 : S1 {
47 S1 s
[all...]
/external/clang/test/CXX/drs/
H A Ddr6xx.cpp55 typedef S<'\001'> S1; typedef in namespace:dr603
56 typedef S<(1ul << __CHAR_BIT__) + 1> S1;
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp46 struct S1 { struct
48 S1 &operator=(int*);
52 S1 &s1 = operator=(&this->x);
/external/clang/test/Index/
H A Dannotate-tokens.cpp16 struct S1 { void f(); }; struct
17 struct S2 { S1 *operator->(); };
101 // CHECK: Keyword: "struct" [16:1 - 16:7] StructDecl=S1:16:8 (Definition)
102 // CHECK: Identifier: "S1" [16:8 - 16:10] StructDecl=S1:16:8 (Definition)
103 // CHECK: Punctuation: "{" [16:11 - 16:12] StructDecl=S1:16:8 (Definition)
108 // CHECK: Punctuation: ";" [16:21 - 16:22] StructDecl=S1:16:8 (Definition)
109 // CHECK: Punctuation: "}" [16:23 - 16:24] StructDecl=S1:16:8 (Definition)
114 // CHECK: Identifier: "S1" [17:13 - 17:15] TypeRef=struct S1
[all...]
/external/clang/test/Sema/
H A DMicrosoftCompatibility.c18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 8192 bytes or smaller}} */ struct
/external/clang/test/SemaTemplate/
H A Dself-comparison.cpp7 template <int A, int B> struct S1 { struct
43 S1<1, 1> s1; s1.foo();
/external/fdlibm/
H A Dk_sin.c26 * sin(x) ~ x + S1*x + ... + S6*x
30 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
39 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
72 if(iy==0) return x+v*(S1+z*r);
73 else return x-((z*(half*y-v*r)-y)-v*S1);
/external/llvm/include/llvm/ADT/
H A DSetOperations.h23 bool set_union(S1Ty &S1, const S2Ty &S2) { argument
28 if (S1.insert(*SI).second)
36 /// is nicer to use. Functionally, this iterates through S1, removing
40 void set_intersect(S1Ty &S1, const S2Ty &S2) { argument
41 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) {
44 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2
51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { argument
53 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1
63 set_subtract(S1Ty &S1, const S2Ty &S2) argument
[all...]

Completed in 1656 milliseconds

1234