/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/PCH/ |
D | check-deserializations.cpp | 8 struct S1 { struct 17 void test(S1*) { in test() argument
|
/external/clang/test/CXX/class/class.nest/ |
D | p3.cpp | 19 struct S1 { }; struct 23 struct S2::S1 { }; struct in PR6107::S2
|
/external/clang/test/SemaCXX/ |
D | elaborated-type-specifier.cpp | 6 typedef struct S1 { struct 11 } S1; typedef
|
D | type-definition-in-specifier.cpp | 14 typedef struct S1 { int x; } S1_typedef; in f0() struct
|
D | namespace.cpp | 21 namespace S1 { namespace 32 namespace S1 { namespace 49 namespace S1 { namespace
|
D | warn-overloaded-virtual.cpp | 8 struct S1 : public B1 { struct
|
D | empty-class-layout.cpp | 39 struct S1 : virtual Derived<10> { struct 40 Empty e;
|
D | warn-bad-memaccess.cpp | 8 struct S1 {} s1; struct
|
/external/clang/test/Index/Inputs/ |
D | t1.c | 11 struct S1 { struct 20 struct S1 s1; in field_test() argument
|
/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/Sema/ |
D | type-spec-struct-union.c | 7 typedef struct S1 { struct 12 } S1; argument
|
/external/clang/test/CodeGenCXX/ |
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
|
/external/clang/test/Index/ |
D | annotate-tokens.cpp | 16 struct S1 { void f(); }; struct
|
/external/clang/test/ASTMerge/Inputs/ |
D | struct2.c | 10 struct S1 { struct 15 struct S1 x1; argument
|
D | struct1.c | 13 struct S1 { struct 18 struct S1 x1; argument
|
/external/clang/test/SemaObjC/ |
D | nsobject-attribute.m | 7 typedef struct S1 __attribute__ ((NSObject)) CGColorRef1; // expected-error {{__attribute ((NSObje… struct
|
/external/fdlibm/ |
D | k_sin.c | 50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | blowfish.c | 399 ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_encrypt() local 461 ulong32 *S1, *S2, *S3, *S4; in _blowfish_ecb_decrypt() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha1-tlsprf.c | 41 const u8 *S1, *S2; in tls_prf() local
|
/external/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 44 const SCEV *S1 = SE.getSCEV(V1); in TEST() local
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
D | p3.cpp | 22 namespace N { struct S1 { struct IS1; }; } struct
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 48 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 56 static bool CPV_streq(const char *S1, const char *S2) { in CPV_streq()
|