Searched defs:t13 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Analysis/
H A Dfree.c60 void t13 (char a) { function
/external/clang/test/CodeGen/
H A Dattributes.c7 // CHECK: @t13 = global %struct.s0 zeroinitializer, section "SECT"
9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable in typeref:struct:s0
H A Dlibcalls-fno-builtin.c79 char *t13(char *x) { return stpcpy(x, "foo"); } function
80 // CHECK: t13
H A Dasm.c84 unsigned char t13(unsigned input) { function
H A Dms_struct-bitfield.c176 } ATTR t13; variable in typeref:struct:__anon18691
177 int s13 = sizeof(t13);
H A Darm-aapcs-zerolength-bitfield.c124 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];
H A Darm-apcs-zerolength-bitfield.c128 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];
/external/clang/test/Sema/
H A Dfunction.c36 void t13() { function
37 return 0; // expected-error {{void function 't13' should not return a value}}
/external/clang/test/CodeGenCXX/
H A Dnew.cpp160 void t13(int n) { function
/external/libcxxabi/test/
H A Ddynamic_cast3.cpp678 namespace t13 namespace
731 } // t13
2430 t13::test();
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemcpy_mck.S56 #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/fdlibm/
H A De_lgamma_r.c122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp384 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[ 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/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
2521 t13 = newTemp(Ity_I1);
2605 /* t13 holds 1 if t12 is equal to 0x80, or 0 otherwise. */
2606 assign(t13, binop(Iop_CmpEQ32,
2617 assign(t15, IRExpr_ITE(mkexpr(t13),
2632 unop(Iop_1Sto32, mkexpr(t13)),
3037 t13 = newTemp(Ity_I1);
3118 assign(t13, binop(Iop_CmpNE32,
3131 unop(Iop_1Sto32, mkexpr(t13)))));
3162 t13
[all...]
/external/pixman/demos/
H A Dquad2quad.c23 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;
1661 + t121 + py1 * t113 + px1 * t29 * t109 + t13 + t12 + t11
1668 + t1 * (px1 * (t13 + t12 + t11) + t8));
1695 + px1 * (t696 + t13 + t695) + t8) + px1 * x1 * y2 * t606
1718 + px0 * (x1 * (t702 + py1 * t698 + t696 + t13 + t695)
1837 + t1 * (t840 + px1 * t850 + t13 + t752 + t825))
1851 + py1 * (t13 + t752 + t825) + py1 * t29 * t36
1933 + y1 * (py1 * x1 * t801 + py1 * (t1024 + t13 + t1023) + t830)
1937 + y1 * (x1 * (t1026 + px1 * t1025 + t1024 + t13
[all...]

Completed in 480 milliseconds