Searched refs:t13 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CodeGen/
H A Dms_struct-bitfield.c176 } ATTR t13; variable in typeref:struct:__anon2267
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];
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 Dasm.c84 unsigned char t13(unsigned input) { function
H A Dlibcalls-fno-builtin.c86 char *t13(char *x) { return stpcpy(x, "foo"); } function
87 // CHECK: t13
H A Dms-inline-asm.c128 void t13() {
133 // CHECK: t13
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
51 t13 = z13;
66 z13 = t13;
/external/clang/test/Analysis/
H A Dfree.c63 void t13 () { function
/external/clang/test/Coverage/
H A Dc-language-features.inc108 int t13 = va_arg(ap, int);
111 int t14 = __extension__(t13);
112 int t15 = +t13;
/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/Parser/
H A Dms-inline-asm.c56 void t13() {
/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/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.cpp411 int t13[T(__is_integral(unsigned long))]; local
434 int t13[F(__is_floating_point(signed char))]; local
462 int t13[T(__is_arithmetic(signed char))]; local
494 int t13[T(__is_complete_type(signed char))]; local
518 int t13[F(__is_void(bool))]; local
548 int t13[F(__is_array(double))]; local
587 int t13[F(__is_function(double))]; local
645 int t13[F(__is_rvalue_reference(void * const &))]; local
660 int t13[T(__is_fundamental(signed char))]; local
711 int t13[ local
780 int t13[T(__is_pointer(StructWithMembers*))]; local
809 int t13[F(__is_member_object_pointer(cvoid*))]; local
845 int t13[F(__is_member_function_pointer(cvoid*))]; local
882 int t13[F(__is_member_pointer(char*))]; local
922 int t13[T(__is_const(const unsigned int))]; local
971 int t13[T(__is_volatile(volatile unsigned int))]; local
1089 int t13[T(__is_trivial(unsigned long long))]; local
1123 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1202 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1221 int t13[F(__is_signed(double))]; local
1250 int t13[F(__is_unsigned(double))]; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2796 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
2943 t13 = newTemp(Ity_I1);
3027 /* t13 holds 1 if t12 is equal to 0x80, or 0 otherwise. */
3028 assign(t13, binop(Iop_CmpEQ32,
3039 assign(t15, IRExpr_ITE(mkexpr(t13),
3054 unop(Iop_1Sto32, mkexpr(t13)),
3459 t13 = newTemp(Ity_I1);
3540 assign(t13, binop(Iop_CmpNE32,
3553 unop(Iop_1Sto32, mkexpr(t13)))));
3584 t13
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp685 namespace t13 namespace
738 } // t13
2431 t13::test();
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3716 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
3719 MVT::i32, t13);
4153 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4155 SDValue t14 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t13);
4286 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4288 SDValue t14 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t13);
/external/fmtlib/fmt/
H A Dformat.h2250 (t12.type << 48) | (t13.type << 52) | (t14.type << 56);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4240 SDValue t13 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, TwoToFractionalPartOfX);
4242 DAG.getNode(ISD::ADD, dl, MVT::i32, t13, IntegerPartOfX));

Completed in 422 milliseconds