/external/clang/test/CodeGen/ |
arm-aapcs-zerolength-bitfield.c | 124 struct t13 struct 130 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1]; 131 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 128 struct t13 struct 134 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1]; 135 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
|
attributes.c | 7 // CHECK: @t13 = global %struct.s0 zeroinitializer, section "SECT" 9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable in typeref:struct:s0
|
asm.c | 84 unsigned char t13(unsigned input) { function
|
libcalls-fno-builtin.c | 79 char *t13(char *x) { return stpcpy(x, "foo"); } function 80 // CHECK: t13
|
ms-inline-asm.c | 118 void t13() { 123 // CHECK: t13
|
/external/clang/test/Analysis/ |
free.c | 60 void t13 (char a) { function
|
/external/clang/test/Sema/ |
function.c | 36 void t13() { function 37 return 0; // expected-error {{void function 't13' should not return a value}}
|
/external/jpeg/ |
jsimd_arm_neon.S | 115 t10, t11, t12, t13, t14 130 vqdmulh.s16 \t13, \x2, d0[1] 132 vadd.s16 \x2, \x2, \t13 133 vqdmulh.s16 \t13, \x3, d0[3] 135 vadd.s16 \t12, \t12, \t13 136 vqdmulh.s16 \t13, \t10, d0[2] 138 vadd.s16 \t10, \t10, \t13 139 vqdmulh.s16 \t13, \t11, d0[1] 140 vadd.s16 \t11, \t11, \t13 142 vqdmulh.s16 \t13, \x1, d0[0 [all...] |
/external/clang/test/CodeGenCXX/ |
new.cpp | 158 void t13(int n) { function
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 345 int t13[T(__is_integral(unsigned long))]; local 368 int t13[F(__is_floating_point(signed char))]; local 396 int t13[T(__is_arithmetic(signed char))]; local 428 int t13[T(__is_complete_type(signed char))]; local 452 int t13[F(__is_void(bool))]; local 482 int t13[F(__is_array(double))]; local 521 int t13[F(__is_function(double))]; local 579 int t13[F(__is_rvalue_reference(void * const &))]; local 594 int t13[T(__is_fundamental(signed char))]; local 645 int t13[T(__is_scalar(long))] local 714 int t13[T(__is_pointer(StructWithMembers*))]; local 743 int t13[F(__is_member_object_pointer(cvoid*))]; local 779 int t13[F(__is_member_function_pointer(cvoid*))]; local 816 int t13[F(__is_member_pointer(char*))]; local 856 int t13[T(__is_const(const unsigned int))]; local 905 int t13[T(__is_volatile(volatile unsigned int))]; local 1023 int t13[T(__is_trivial(unsigned long long))]; local 1057 int t13[T(__is_trivially_copyable(unsigned long long))]; local 1133 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local 1152 int t13[F(__is_signed(double))]; local 1181 int t13[F(__is_unsigned(double))]; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 123 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable 260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
e_lgammaf_r.c | 56 t13 = -3.1275415677e-04, /* 0xb9a3f927 */ variable 193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
/external/fdlibm/ |
e_lgamma_r.c | 122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable 266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
/external/pixman/demos/ |
quad2quad.c | 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local 128 t13 = px2 * py3 * x2 * x3 * y3; [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 678 namespace t13 namespace 731 } // t13 [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 3807 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, TwoToFracPartOfX); local 4180 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, local 4289 SDValue t13 = DAG.getNode(ISD::BITCAST, dl,MVT::i32,TwoToFractionalPartOfX); local [all...] |