Home
last modified time | relevance | path

Searched defs:S1 (Results 1 – 25 of 56) sorted by relevance

123

/external/stlport/test/unit/
Dmfunptr_test.cpp40 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/
DSetOperations.h23 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/
Dcheck-deserializations.cpp8 struct S1 { struct
17 void test(S1*) { in test() argument
/external/clang/test/CXX/class/class.nest/
Dp3.cpp19 struct S1 { }; struct
23 struct S2::S1 { }; struct in PR6107::S2
/external/clang/test/SemaCXX/
Delaborated-type-specifier.cpp6 typedef struct S1 { struct
11 } S1; typedef
Dtype-definition-in-specifier.cpp14 typedef struct S1 { int x; } S1_typedef; in f0() struct
Dnamespace.cpp21 namespace S1 { namespace
32 namespace S1 { namespace
49 namespace S1 { namespace
Dwarn-overloaded-virtual.cpp8 struct S1 : public B1 { struct
Dempty-class-layout.cpp39 struct S1 : virtual Derived<10> { struct
40 Empty e;
Dwarn-bad-memaccess.cpp8 struct S1 {} s1; struct
/external/clang/test/Index/Inputs/
Dt1.c11 struct S1 { struct
20 struct S1 s1; in field_test() argument
/external/clang/test/SemaTemplate/
Dself-comparison.cpp7 template <int A, int B> struct S1 { struct
8 void foo() { in foo()
/external/clang/test/Sema/
Dtype-spec-struct-union.c7 typedef struct S1 { struct
12 } S1; argument
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp3 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/
Dannotate-tokens.cpp16 struct S1 { void f(); }; struct
/external/clang/test/ASTMerge/Inputs/
Dstruct2.c10 struct S1 { struct
15 struct S1 x1; argument
Dstruct1.c13 struct S1 { struct
18 struct S1 x1; argument
/external/clang/test/SemaObjC/
Dnsobject-attribute.m7 typedef struct S1 __attribute__ ((NSObject)) CGColorRef1; // expected-error {{__attribute ((NSObje… struct
/external/fdlibm/
Dk_sin.c50 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
/external/dropbear/libtomcrypt/src/ciphers/
Dblowfish.c399 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/
Dsha1-tlsprf.c41 const u8 *S1, *S2; in tls_prf() local
/external/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp44 const SCEV *S1 = SE.getSCEV(V1); in TEST() local
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
Dp3.cpp22 namespace N { struct S1 { struct IS1; }; } struct
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp48 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp56 static bool CPV_streq(const char *S1, const char *S2) { in CPV_streq()

123