HomeSort by relevance Sort by last modified time
    Searched refs:t21 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
arm-apcs-zerolength-bitfield.c 211 struct t21 struct
231 static int arr21_bar1_offset[(offsetof(struct t21, bar1) == 8) ? 0 : -1];
232 static int arr21_bar2_offset[(offsetof(struct t21, bar2) == 12) ? 0 : -1];
233 static int arr21_bar3_offset[(offsetof(struct t21, bar3) == 16) ? 0 : -1];
234 static int arr21_bar4_offset[(offsetof(struct t21, bar4) == 32) ? 0 : -1];
235 static int arr21_sizeof[(sizeof(struct t21) == 44) ? 0 : -1];
attributes.c 79 void t21(void) { function
asm.c 172 float t21(long double x) { function
176 // CHECK: @t21
  /frameworks/base/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
469 M_HSUM_XOR t21, t31, tmp ;// s1', l1'
471 M_AVG4 t01, t11, t21, t31, $rndVal ;// s0', l0', s1', l1'
475 ;// t20, t21, t30, t31 required from above
482 M_AVG4 t21, t31, t01, t11, $rndVal
483 STRD t20, t21, [pDst], dstStep
599 t21 RN 9 label
  /external/clang/test/SemaCXX/
type-traits.cpp 274 int t21[F(__is_integral(float))]; local
303 int t21[F(__is_floating_point(unsigned int))]; local
331 int t21[T(__is_arithmetic(unsigned int))]; local
363 int t21[T(__is_complete_type(unsigned int))]; local
387 int t21[F(__is_void(unsigned int))]; local
417 int t21[F(__is_array(unsigned short))]; local
456 int t21[F(__is_function(unsigned short))]; local
529 int t21[T(__is_fundamental(unsigned int))]; local
579 int t21[F(__is_scalar(cvoid))]; local
608 int t21[F(__is_compound(double))] local
645 int t21[F(__is_pointer(cvoid))]; local
678 int t21[F(__is_member_object_pointer(Union*))]; local
714 int t21[F(__is_member_function_pointer(Union*))]; local
751 int t21[F(__is_member_pointer(UnionAr*))]; local
791 int t21[T(__is_const(const IntArNB))]; local
840 int t21[T(__is_volatile(volatile IntArNB))]; local
910 int t21[T(__is_trivial(UnionAr))]; local
941 int t21[T(__is_trivially_copyable(UnionAr))]; local
1033 int t21[F(__is_signed(ClassType))]; local
1061 int t21[F(__is_unsigned(long))]; local
    [all...]

Completed in 139 milliseconds