Home
last modified time | relevance | path

Searched defs:S3 (Results 1 – 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
Dwarn-bad-memaccess.cpp10 struct S3 { float x, y; S1 s[4]; void (*f)(S1**); } s3; argument
Dtype-definition-in-specifier.cpp18 struct S3 { int x; } s3; in f0() struct
Dnamespace.cpp26 namespace S3 { namespace
39 namespace S3 { namespace
51 namespace S3 { namespace
Dptrtomember.cpp20 struct S3 { struct
Dwarn-overloaded-virtual.cpp29 struct S3 : public B3 { struct
Dconstructor-initializer.cpp260 struct S3 { struct
261 S1 s1;
262 S3() : s1(s1.bar) {} in S3() function
Dalias-template.cpp63 template<typename...T> struct S3 { // expected-note {{template parameter is declared here}} struct
64 …late<typename Z> using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
Dempty-class-layout.cpp49 struct S3 { struct
50 Empty e;
Dwarn-reorder-ctor-initialization.cpp92 struct S3 { }; struct
Ddestructor.cpp134 struct S3 : public S1 { // expected-warning {{has virtual functions but non-virtual destructor}} struct
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp65 ImmutableSet<int> S3 = f.add(S, 2); in TEST_F() local
84 ImmutableSet<int> S3 = f.add(f.add(f.add(S2, 9), 20), 43); in TEST_F() local
122 ImmutableSet<int> S3 = f.add(S2, 3); in TEST_F() local
145 ImmutableSet<char> S3 = f.add(f.add(S2, 'o'), 'u'); in TEST_F() local
157 ImmutableSet<char> S3 = f.add(f.add(f.add(S2, 'f'), 'g'), 'h'); in TEST_F() local
180 ImmutableSet<long> S3 = f.add(f.add(f.add(S2, 3), 4), 5); in TEST_F() local
/external/clang/test/SemaTemplate/
Dself-comparison.cpp21 struct S3 { struct
45 S3 s3; s3.foo<1, 1>(); in test() argument
/external/clang/test/ASTMerge/Inputs/
Dstruct1.c24 struct S3 { int i; float f; double d; } x3; argument
Dstruct2.c21 struct S3 { int i; float f; } x3; struct
/external/clang/test/CodeGenCXX/
Dwarn-padded-packed.cpp14 struct S3 { struct
15 char c;
16 int i;
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
/external/clang/test/CXX/class/class.mem/
Dp1.cpp30 struct S3 struct
32 static int v3;
33 struct S4
/external/fdlibm/
Dk_sin.c52 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ 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
Dcast5.c123 static const ulong32 S3[256] = { variable
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c282 #define S3 skey->twofish.S[2] macro
481 ulong32 *S1, *S2, *S3, *S4; in _twofish_ecb_encrypt() local
554 ulong32 *S1, *S2, *S3, *S4; in _twofish_ecb_decrypt() local
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
Dsema.cpp172 struct S3 { struct
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DBlowfishEngine.java303 private final int[] S0, S1, S2, S3; // the s-boxes field in BlowfishEngine
/external/libgsm/src/
Dlong_term.c366 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
532 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
746 register float S0 = 0, S1 = 0, S2 = 0, S3 = 0, S4 = 0, variable
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp84 template <const volatile int& N> struct S3 { }; struct
/external/valgrind/main/none/tests/arm/
Dvfp.c623 #define TESTINSN_vpush_vpop_f32(S1, Sval1, S2, Sval2, S3, Sval3, S4, S5, S6) \ argument

12