Home
last modified time | relevance | path

Searched defs:S5 (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/CXX/class/class.mem/
Dp1.cpp47 struct S5 struct
49 static int v5; //expected-note{{previous definition is here}}
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}} in v5()
52 void v6() { } //expected-note{{previous definition is here}} in v6()
53 static int v6; //expected-error{{redefinition of 'v6' as different kind of symbol}}
55 void v7() { } in v7()
56 void v7(int) { } //expected-note{{previous definition is here}} in v7()
57 static int v7; //expected-error{{redefinition of 'v7' as different kind of symbol}}
61 int v8; //expected-error{{duplicate member 'v8'}}
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
Dp2.cpp51 struct S5 { struct
55 constexpr S5::S5() = default; argument
/external/clang/test/SemaCXX/
Dtype-definition-in-specifier.cpp23 struct S5 { int x; } f1() { return S5(); } // expected-error{{result type}} argument
Delaborated-type-specifier.cpp43 struct S5 { int y; } *s5_2 = 0; in test_funcparam_scope() argument
Ddcl_ambig_res.cpp68 struct S5 { struct
72 …int v(int(S5::value)); // expected-warning{{disambiguated}} expected-error{{parameter declarator c… in foo8() argument
Dempty-class-layout.cpp57 struct S5 : S3, Empty {}; struct
Ddestructor.cpp147 struct S5 : public B { struct
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp24 struct S5 { struct
29 } u; // expected-warning {{padding struct 'S5' with 3 bytes to align 'u'}} argument
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
Dmangle.cpp116 template<int I> struct S5 { }; struct
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c27 struct S5 { int i : 8; unsigned j : 8; } x5; argument
Dstruct1.c30 struct S5 { int i : 8; unsigned j : 8; } x5; struct
/external/fdlibm/
Dk_sin.c54 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
/external/clang/test/Parser/
Dcxx0x-ambig.cpp59 struct S5 { struct
60 enum E : int { a = 1 } { b = 2 }; // expected-error {{expected member name}}
/external/libgsm/src/
Dlong_term.c367 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
533 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
747 S5 = 0, S6 = 0, S7 = 0, S8 = 0; variable
/external/srtp/crypto/hash/
Dsha1.c57 #define S5(X) ((X << 5) | (X >> 27)) macro
/external/dropbear/libtomcrypt/src/ciphers/
Dcast5.c213 static const ulong32 S5[256] = { variable
/external/valgrind/main/none/tests/arm/
Dvfp.c623 #define TESTINSN_vpush_vpop_f32(S1, Sval1, S2, Sval2, S3, Sval3, S4, S5, S6) \ argument