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

  /external/clang/test/CodeGen/
ms_struct-bitfield.c 176 } ATTR t13; variable in typeref:struct:__anon23309
177 int s13 = sizeof(t13);
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 123 void t13() {
128 // CHECK: t13
  /external/compiler-rt/test/asan/TestCases/
stack-overflow.cc 36 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
50 t13 = z13;
65 z13 = 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 160 void t13(int n) { function
  /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/clang/test/SemaCXX/
type-traits.cpp 384 int t13[T(__is_integral(unsigned long))]; local
407 int t13[F(__is_floating_point(signed char))]; local
435 int t13[T(__is_arithmetic(signed char))]; local
467 int t13[T(__is_complete_type(signed char))]; local
491 int t13[F(__is_void(bool))]; local
521 int t13[F(__is_array(double))]; local
560 int t13[F(__is_function(double))]; local
618 int t13[F(__is_rvalue_reference(void * const &))]; local
633 int t13[T(__is_fundamental(signed char))]; local
684 int t13[T(__is_scalar(long))] local
753 int t13[T(__is_pointer(StructWithMembers*))]; local
782 int t13[F(__is_member_object_pointer(cvoid*))]; local
818 int t13[F(__is_member_function_pointer(cvoid*))]; local
855 int t13[F(__is_member_pointer(char*))]; local
895 int t13[T(__is_const(const unsigned int))]; local
944 int t13[T(__is_volatile(volatile unsigned int))]; local
1062 int t13[T(__is_trivial(unsigned long long))]; local
1096 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1175 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1194 int t13[F(__is_signed(double))]; local
1223 int t13[F(__is_unsigned(double))]; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 56 #define t13 r28 define
250 EX(.ex_handler, (p[D]) ld8 t13 = [src0], 4*8)
257 EX(.ex_handler, (p[D]) st8 [dst0] = t13, 4*8)
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
    [all...]
  /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...]
  /external/libcxxabi/test/
dynamic_cast3.cpp 678 namespace t13 namespace
731 } // t13
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 678 namespace t13 namespace
731 } // t13
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.cpp 678 namespace t13 namespace
731 } // t13
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1152 double t13 = 13.0 + t12; local
    [all...]

Completed in 891 milliseconds