/external/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 16 struct S1 {}; struct 20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() argument 21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() 22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() argument 23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() argument 24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() argument
|
D | attr-aligned.cpp | 4 typedef struct S1 { char c; } S1 __attribute__((aligned(8))); argument
|
D | new-null.cpp | 7 struct S1 { struct 8 void *operator new(size_t n) { in operator new() 11 void *operator new[](size_t n) noexcept { in operator new[]()
|
D | elaborated-type-specifier.cpp | 6 typedef struct S1 { struct 11 } S1; typedef
|
D | namespace.cpp | 21 namespace S1 { namespace 32 namespace S1 { namespace 49 namespace S1 { namespace
|
D | type-definition-in-specifier.cpp | 14 typedef struct S1 { int x; } S1_typedef; in f0() argument
|
/external/stlport/test/unit/ |
D | mfunptr_test.cpp | 40 struct S1 { } s1; struct 131 int f1(S1&) in f1() argument 134 int f2(S1&, S2&) in f2() argument 137 int f1c(const S1&) in f1c() 140 int f2c(const S1&, const S2&) in f2c() 143 void vf1(S1&) in vf1() argument 146 void vf2(S1&, S2&) in vf2() argument 149 void vf1c(const S1&) in vf1c() 152 void vf2c(const S1&, const S2&) in vf2c() 158 int Class::f1(const S1&) in f1() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | SetOperations.h | 23 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() 40 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() 51 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() 63 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract()
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p7.cpp | 46 struct S1 { struct 48 S1 &operator=(int*); argument 52 S1 &s1 = operator=(&this->x); in f() argument
|
/external/clang/test/CodeGenObjC/ |
D | arc-property.m | 17 struct S1 { Class isa; }; struct 19 @property (nonatomic, strong) __attribute__((NSObject)) struct S1 *pointer; argument
|
/external/clang/test/CodeGenCXX/ |
D | fastcall.cpp | 10 struct S1 { struct 12 S1(const S1 &y); argument
|
D | warn-padded-packed.cpp | 3 struct S1 { struct 5 short s; // expected-warning {{padding struct 'S1' with 1 byte to align 's'}} argument 6 long l; // expected-warning {{padding struct 'S1' with 4 bytes to align 'l'}} argument 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
D | regparm.cpp | 8 struct S1 { struct 10 S1(const S1 &y); argument
|
D | cxx0x-initializer-array.cpp | 31 struct S1 { struct 32 p x;
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 20 struct S1 { }; struct 24 struct S2::S1 { }; struct in PR6107::S2
|
/external/clang/test/PCH/ |
D | check-deserializations.cpp | 9 struct S1 { struct 31 void test(S1*, S2*) { in test() argument
|
/external/clang/test/Index/Inputs/ |
D | t1.c | 11 struct S1 { struct 20 struct S1 s1; in field_test() argument
|
/external/clang/test/Sema/ |
D | MicrosoftCompatibility.c | 18 __declspec(align(32768)) struct S1 { int a; } s; /* expected-error {{requested alignment must be 81… argument
|
D | type-spec-struct-union.c | 7 typedef struct S1 { struct 12 } S1; argument
|
/external/clang/test/ARCMT/ |
D | objcmt-designated-initializer.m | 14 @interface S1 : B1 interface 18 @implementation S1 implementation
|
/external/clang/test/SemaTemplate/ |
D | self-comparison.cpp | 7 template <int A, int B> struct S1 { struct 8 void foo() { in foo()
|
/external/clang/test/Modules/ |
D | redecl-merge.m | 55 struct S1 { struct 68 struct S1 s1; argument
|
/external/clang/test/ARCMT/designated-init-in-header/ |
D | file2.m.in | 3 @implementation S1 implementation
|
/external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
D | p2.cpp | 5 struct S1 { struct 12 int n;
|
/external/libopus/silk/float/ |
D | apply_sine_window_FLP.c | 46 silk_float freq, c, S0, S1; in silk_apply_sine_window_FLP() local
|