/external/clang/test/Sema/ |
warn-type-safety-mpi-hdf5.c | 201 struct S2 { int a; int b; }; 202 MPI_Datatype my_s2_datatype __attribute__(( type_tag_for_datatype(mpi,struct S2) )); 210 struct S2 *s2_buf, 217 MPI_Send(s1_buf, 1, my_s2_datatype); // expected-warning {{argument type 'struct S1 *' doesn't match specified 'mpi' type tag that requires 'struct S2 *'}} 243 struct S3_compat { int a; long b; double c; double d; struct S2 s2; }; member in struct:S3_compat 253 union U1_compat { long b; double c; struct S2 s; int a; double d; };
|
warn-documentation.cpp | 1055 @struct S2 1057 union S2 {}; [all...] |
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 259 struct S2 { 260 S2(); 268 const S2 s; 269 s.methodd(&b); // expected-error{{no member named 'methodd' in 'b6956809_test1::S2'; did you mean 'method'}} expected-error{{no matching member function for call to 'method'}}
|
destructor.cpp | 142 struct S2 { 143 ~S2(); // expected-warning {{has virtual functions but non-virtual destructor}} 151 struct S4 : public S2 { // expected-warning {{has virtual functions but non-virtual destructor}}
|
new-delete.cpp | 295 class S2 { 300 void test(S1* s1, S2* s2) { 302 delete s2; // expected-error {{is a private member}} 305 (void)new S2(); // expected-error {{is a private member}}
|
/external/ltrace/testsuite/ltrace.main/ |
parameters-lib.c | 148 struct S2 { 159 struct S2 162 return (struct S2){ s3.f, s3.a[1], s3.a[2] };
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 54 #define S2 18
|
/external/clang/test/CodeGenCXX/ |
catch-undef-behavior.cpp | 423 struct S2 { 427 void callee2(S2); 429 S2 s21; 431 S2 s22;
|
/external/emma/lib/internal/ |
stamptool.jar | |
/external/llvm/unittests/IR/ |
InstructionsTest.cpp | 333 Value *S2 = BTC2->stripPointerCasts(); 338 EXPECT_NE(S2, Gep2);
|
/external/pdfium/core/src/fdrm/crypto/ |
fx_crypt_sha.cpp | 222 #define S2(x) (ROTR(x, 2) ^ ROTR(x,13) ^ ROTR(x,22))
234 temp2 = S2(a) + F0(a,b,c); \
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ClassCastExceptionTest.java | 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2, 88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
|
/art/runtime/arch/arm64/ |
registers_arm64.h | 156 S2 = 2,
|