/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 41 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/ |
D | msan_test.cc | 54 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/ |
D | ImmutableSetTest.cpp | 85 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 …]
|
D | VariadicFunctionTest.cpp | 79 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/ |
D | elaborated-type-specifier.cpp | 22 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()
|
D | warn-dangling-field.cpp | 31 template <typename T> struct S4 { struct 33 …S4(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
|
D | cxx11-crashes.cpp | 23 struct S4 { struct 29 S4 x; 33 S4 foo2() { in foo2() 34 S4 s; in foo2()
|
D | dcl_ambig_res.cpp | 37 struct S4 { struct 40 S4<int()> x; //type-id argument 41 S4<int(1)> y; // expected-error{{must be a type}}
|
D | type-definition-in-specifier.cpp | 7 struct S4; 20 (void)static_cast<struct S4 { int x; } *>(0); // expected-error{{can not be defined}} in f0()
|
D | warn-reorder-ctor-initialization.cpp | 94 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
|
D | empty-class-layout.cpp | 54 struct S4 : Empty, S3 { struct 56 SA(8, sizeof(S4) == 2);
|
/external/clang/test/CXX/class/class.mem/ |
D | p1.cpp | 33 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/ |
D | unalignedload.ll | 5 %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/ |
D | blowfish.c | 378 #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/ |
D | k_sin.c | 53 S4 = 2.75573137070700676789e-06, /* 0x3EC71DE3, 0x57B1FE7D */ variable 71 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
|
/external/clang/test/SemaTemplate/ |
D | self-comparison.cpp | 28 template <int A> struct S4 { struct 46 S4<1> s4; s4.foo<1>(); in test() argument
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 19 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/ |
D | redecl-merge-left.h | 52 struct S4 { struct 57 void consume_S4(struct S4*); argument
|
D | redecl-merge-right.h | 57 struct S4; 60 struct S4 *produce_S4(void);
|
/external/clang/test/Sema/ |
D | type-spec-struct-union.c | 31 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/ |
D | AlignOfTest.cpp | 58 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/ |
D | long_term.c | 366 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/ |
D | StringSwitch.h | 106 const char (&S4)[N4], const T& Value) { in Cases() 108 .Case(S4, Value); in Cases()
|
/external/clang/test/PCH/ |
D | cxx-templates.h | 129 struct S4 { 132 extern template struct S4<int>; 135 S4<int> s;
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 51 struct S4 {} constexpr s4 = S4(); struct
|