Home
last modified time | relevance | path

Searched refs:S4 (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp41 struct S4 { struct
42 S4() = default;
43 S4(const S4&) = default; // expected-note {{here}}
44 S4(S4&&) = default; // expected-note {{here}}
47 constexpr S4 s4a{}; // ok argument
48 constexpr S4 s4b = S4(); // expected-error {{constant expression}} expected-note {{non-constexpr co…
49 constexpr S4 s4c = s4a; // expected-error {{constant expression}} expected-note {{non-constexpr con…
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc54 typedef signed int S4; typedef
170 S4 a_s4[100];
182 S4 *x = GetPoisoned<S4>(); in TEST()
192 EXPECT_POISONED(*GetPoisoned<S4>()); in TEST()
204 EXPECT_POISONED(*GetPoisoned<S4>()); in TEST()
205 EXPECT_POISONED(*GetPoisoned<S4>()); in TEST()
206 EXPECT_POISONED(*GetPoisoned<S4>()); in TEST()
221 EXPECT_POISONED(- *GetPoisoned<S4>()); in TEST()
223 EXPECT_UMR(a_s4[g_zero] = 100 / *GetPoisoned<S4>(0, 1)); in TEST()
226 a_s4[g_zero] = 1 - *GetPoisoned<S4>(); in TEST()
[all …]
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp85 ImmutableSet<int> S4 = f.add(S2, 9); in TEST_F() local
90 EXPECT_FALSE(S4.isEmpty()); in TEST_F()
109 EXPECT_TRUE(S4.contains(9)); in TEST_F()
110 EXPECT_TRUE(S4.contains(3)); in TEST_F()
111 EXPECT_TRUE(S4.contains(4)); in TEST_F()
112 EXPECT_TRUE(S4.contains(5)); in TEST_F()
113 EXPECT_FALSE(S4.contains(20)); in TEST_F()
114 EXPECT_FALSE(S4.contains(43)); in TEST_F()
123 ImmutableSet<int> S4 = f.remove(S3, 3); in TEST_F() local
127 EXPECT_FALSE(S4.contains(3)); in TEST_F()
[all …]
DVariadicFunctionTest.cpp79 std::string S4("Fab4"); in TEST() local
81 StringAppend(&S4, "John", "Paul", "George", "Ringo")); in TEST()
82 EXPECT_EQ("Fab4JohnPaulGeorgeRingo", S4); in TEST()
/external/clang/test/SemaCXX/
Delaborated-type-specifier.cpp22 void test_elab2(struct S4 *s4); // expected-note{{'NS::S4' declared here}}
25 void X::test_elab2(S4 *s4) { } // expected-note{{passing argument to parameter 's4' here}} in test_elab2()
29 struct S4 *s4 = 0; in test_X_elab()
34 S4 *get_S4();
38 S4 *s4; // expected-error{{unknown type name 'S4'; did you mean 'NS::S4'?}} in test_S5_scope()
Dwarn-dangling-field.cpp31 template <typename T> struct S4 { struct
33S4(int i) : x(i) {} // expected-warning {{binding reference member 'x' to stack allocated paramete… in S4() argument
36 template struct S4<int>; // no warning from this instantiation variable
37 template struct S4<int&>; // expected-note {{in instantiation}} variable
Dcxx11-crashes.cpp23 struct S4 { struct
29 S4 x;
33 S4 foo2() { in foo2()
34 S4 s; in foo2()
Ddcl_ambig_res.cpp37 struct S4 { struct
40 S4<int()> x; //type-id argument
41 S4<int(1)> y; // expected-error{{must be a type}}
Dtype-definition-in-specifier.cpp7 struct S4;
20 (void)static_cast<struct S4 { int x; } *>(0); // expected-error{{can not be defined}} in f0()
Dwarn-reorder-ctor-initialization.cpp94 struct S4: virtual S3, S2 { struct
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}} in S4() function
Dempty-class-layout.cpp54 struct S4 : Empty, S3 { struct
56 SA(8, sizeof(S4) == 2);
/external/clang/test/CXX/class/class.mem/
Dp1.cpp33 struct S4 struct
39 struct S4 struct
44 int S4::v4; //expected-note{{previous definition is here}} argument
45 int S4::v4; //expected-error{{redefinition of 'v4'}}
/external/llvm/test/CodeGen/Mips/
Dunalignedload.ll5 %struct.S4 = type { [7 x i8] }
8 @s4 = common global %struct.S4 zeroinitializer, align 1
25 tail call void @foo4(%struct.S4* byval @s4) nounwind
31 declare void @foo4(%struct.S4* byval)
/external/dropbear/libtomcrypt/src/ciphers/
Dblowfish.c378 #define F(x) ((S1[byte(x,3)] + S2[byte(x,2)]) ^ S3[byte(x,1)]) + S4[byte(x,0)]
399 ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_encrypt() local
410 S4 = skey->blowfish.S[3]; in _blowfish_ecb_encrypt()
461 ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_decrypt() local
472 S4 = skey->blowfish.S[3]; in _blowfish_ecb_decrypt()
/external/fdlibm/
Dk_sin.c53 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */ variable
71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/external/clang/test/SemaTemplate/
Dself-comparison.cpp28 template <int A> struct S4 { struct
46 S4<1> s4; s4.foo<1>(); in test() argument
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp19 struct S4 { struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
/external/clang/test/Modules/Inputs/
Dredecl-merge-left.h52 struct S4 { struct
57 void consume_S4(struct S4*); argument
Dredecl-merge-right.h57 struct S4;
60 struct S4 *produce_S4(void);
/external/clang/test/Sema/
Dtype-spec-struct-union.c31 int test_struct_scope_3(struct S4 * s4) { // expected-warning{{declaration of 'struct S4' will not … in test_struct_scope_3()
32 struct S4 { int y; } *s4_2 = 0; in test_struct_scope_3() struct
/external/llvm/unittests/Support/
DAlignOfTest.cpp58 struct S4 { double y; }; struct
113 [AlignOf<S4>::Alignment > 0]
155 EXPECT_LE(alignOf<S1>(), alignOf<S4>()); in TEST()
233 EXPECT_EQ(alignOf<S4>(), alignOf<AlignedCharArrayUnion<S4> >()); in TEST()
288 EXPECT_EQ(sizeof(S4), sizeof(AlignedCharArrayUnion<S4>)); in TEST()
/external/libgsm/src/
Dlong_term.c366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
376 E = W * e; S4 += E; \
411 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
542 E = W * e; S4 += E; \
577 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
756 E = W * e; S4 += E; \
791 if (S4 > L_max) { L_max = S4; Nc = lambda + 4; }
/external/llvm/include/llvm/ADT/
DStringSwitch.h106 const char (&S4)[N4], const T& Value) { in Cases()
108 .Case(S4, Value); in Cases()
/external/clang/test/PCH/
Dcxx-templates.h129 struct S4 {
132 extern template struct S4<int>;
135 S4<int> s;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp51 struct S4 {} constexpr s4 = S4(); struct

1234