/external/clang/test/CodeGen/ |
arm-aapcs-zerolength-bitfield.c | 197 struct t20 struct 204 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; 205 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 201 struct t20 struct 208 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1]; 209 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
|
attributes.c | 71 // CHECK:define void @t20() nounwind { 74 void t20(void) { function
|
asm.c | 154 double t20(double x) { function 159 // CHECK: @t20
|
/external/clang/test/Sema/ |
function.c | 91 void t20(int i...) { } // expected-error {{requires a comma}} function
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 465 M_LOAD_XINT pSrc, srcStep, $offset, t20, t21, t30, t31 ;// Load c, c', d, d' 467 M_EXT_XINT $offset, t20, t21, t30, t31 468 M_HSUM_XOR t20, t30, tmp ;// s1, l1 470 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1 475 ;// t20, t21, t30, t31 required from above 481 M_AVG4 t20, t30, t00, t10, $rndVal 483 STRD t20, t21, [pDst], dstStep 598 t20 RN 8 label
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 349 int t20[F(__is_floating_point(int))]; local 377 int t20[T(__is_arithmetic(int))]; local 409 int t20[T(__is_complete_type(int))]; local 433 int t20[F(__is_void(int))]; local 463 int t20[F(__is_array(short))]; local 502 int t20[F(__is_function(short))]; local 575 int t20[T(__is_fundamental(int))]; local 625 int t20[F(__is_scalar(void))]; local 654 int t20[F(__is_compound(float))]; local 691 int t20[F(__is_pointer(void))] local 724 int t20[F(__is_member_object_pointer(IntArNB*))]; local 760 int t20[F(__is_member_function_pointer(IntArNB*))]; local 797 int t20[F(__is_member_pointer(Union*))]; local 837 int t20[T(__is_const(const Enum))]; local 886 int t20[T(__is_volatile(volatile Enum))]; local 991 int t20[T(__is_trivial(Union))]; local 1025 int t20[T(__is_trivially_copyable(Union))]; local 1120 int t20[F(__is_signed(void))]; local 1148 int t20[F(__is_unsigned(int))]; local [all...] |