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

/external/clang/test/Analysis/
H A Dfree.c63 void t13 () { 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:__anon1853
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/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp125 struct t13 struct
131 static_assert(offsetof(struct t13, bar) == 8);
132 static_assert(sizeof(struct t13) == 16);
H A Dnew.cpp164 void t13(int n) { function
/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/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp679 namespace t13 namespace
732 } // t13
2425 t13::test();
/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.cpp388 int t13[T(__is_integral(unsigned long))]; local
411 int t13[F(__is_floating_point(signed char))]; local
439 int t13[T(__is_arithmetic(signed char))]; local
471 int t13[T(__is_complete_type(signed char))]; local
495 int t13[F(__is_void(bool))]; local
525 int t13[F(__is_array(double))]; local
564 int t13[F(__is_function(double))]; local
622 int t13[F(__is_rvalue_reference(void * const &))]; local
637 int t13[T(__is_fundamental(signed char))]; local
688 int t13[ local
757 int t13[T(__is_pointer(StructWithMembers*))]; local
786 int t13[F(__is_member_object_pointer(cvoid*))]; local
822 int t13[F(__is_member_function_pointer(cvoid*))]; local
859 int t13[F(__is_member_pointer(char*))]; local
899 int t13[T(__is_const(const unsigned int))]; local
948 int t13[T(__is_volatile(volatile unsigned int))]; local
1066 int t13[T(__is_trivial(unsigned long long))]; local
1100 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1179 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1198 int t13[F(__is_signed(double))]; local
1227 int t13[F(__is_unsigned(double))]; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2710 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
2857 t13 = newTemp(Ity_I1);
2941 /* t13 holds 1 if t12 is equal to 0x80, or 0 otherwise. */
2942 assign(t13, binop(Iop_CmpEQ32,
2953 assign(t15, IRExpr_ITE(mkexpr(t13),
2968 unop(Iop_1Sto32, mkexpr(t13)),
3373 t13 = newTemp(Ity_I1);
3454 assign(t13, binop(Iop_CmpNE32,
3467 unop(Iop_1Sto32, mkexpr(t13)))));
3498 t13
[all...]

Completed in 478 milliseconds