/external/clang/test/CXX/class/class.mem/ |
D | p1.cpp | 47 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/ |
D | p2.cpp | 51 struct S5 { struct 55 constexpr S5::S5() = default; argument
|
/external/clang/test/SemaCXX/ |
D | type-definition-in-specifier.cpp | 23 struct S5 { int x; } f1() { return S5(); } // expected-error{{result type}} argument
|
D | elaborated-type-specifier.cpp | 43 struct S5 { int y; } *s5_2 = 0; in test_funcparam_scope() argument
|
D | dcl_ambig_res.cpp | 68 struct S5 { struct 72 …int v(int(S5::value)); // expected-warning{{disambiguated}} expected-error{{parameter declarator c… in foo8() argument
|
D | empty-class-layout.cpp | 57 struct S5 : S3, Empty {}; struct
|
D | destructor.cpp | 147 struct S5 : public B { struct
|
/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 24 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
|
D | mangle.cpp | 116 template<int I> struct S5 { }; struct
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct2.c | 27 struct S5 { int i : 8; unsigned j : 8; } x5; argument
|
D | struct1.c | 30 struct S5 { int i : 8; unsigned j : 8; } x5; struct
|
/external/fdlibm/ |
D | k_sin.c | 54 S5 = -2.50507602534068634195e-08, /* 0xBE5AE5E6, 0x8A2B9CEB */ variable
|
/external/clang/test/Parser/ |
D | cxx0x-ambig.cpp | 59 struct S5 { struct 60 enum E : int { a = 1 } { b = 2 }; // expected-error {{expected member name}}
|
/external/libgsm/src/ |
D | long_term.c | 367 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/ |
D | sha1.c | 57 #define S5(X) ((X << 5) | (X >> 27)) macro
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | cast5.c | 213 static const ulong32 S5[256] = { variable
|
/external/valgrind/main/none/tests/arm/ |
D | vfp.c | 623 #define TESTINSN_vpush_vpop_f32(S1, Sval1, S2, Sval2, S3, Sval3, S4, S5, S6) \ argument
|