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

/external/clang/test/Sema/
H A Dthread-specifier.c12 __thread static int t10; local
H A Dwarn-char-subscripts.c60 void t10() { function
H A Dfunction.c29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
/external/clang/test/Analysis/
H A Dfree.c47 void t10 () { function
48 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
/external/clang/test/CodeGen/
H A Dattributes.c59 // CHECK: define void @t10() nounwind section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
H A Dms_struct-bitfield-1.c90 } ATTR t10; variable in typeref:struct:__anon3759
91 static int a10[(sizeof(t10) == 2) -1];
H A Dms_struct-bitfield.c115 } ATTR t10; variable in typeref:struct:__anon3772
126 static int arr10[(sizeof(t10) == 16) -1];
H A Dasm.c59 void t10(int r) { function
62 // CHECK: @t10(
H A Darm-aapcs-zerolength-bitfield.c90 struct t10 struct
97 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
98 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c94 struct t10 struct
101 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
102 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
/external/clang/test/CodeGenCXX/
H A Dnew.cpp96 A* t10() { function
/external/fdlibm/
H A De_lgamma_r.c119 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
/external/speex/libspeex/
H A Dsmallft.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
292 t10=ip*ido;
473 t2+=t10;
485 t2+=t10;
507 t5+=t10;
537 t6+=t10;
538 t7+=t10;
566 t6+=t10;
567 t7+=t10;
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp316 int t10[T(__is_integral(int))]; local
423 int t10[F(__is_void(float))]; local
453 int t10[F(__is_array(void))]; local
492 int t10[F(__is_function(void))]; local
526 int t10[F(__is_reference(int))]; local
538 int t10[F(__is_lvalue_reference(int))]; local
550 int t10[F(__is_rvalue_reference(int&))]; local
600 int t10[F(__is_object(type_wrapper<void(void)>::type))]; local
616 int t10[T(__is_scalar(unsigned short))]; local
650 int t10[ local
685 int t10[T(__is_pointer(IntArNB*))]; local
714 int t10[F(__is_member_object_pointer(void (StructWithMembers::*) ()))]; local
750 int t10[F(__is_member_function_pointer(int StructWithMembers::*))]; local
787 int t10[F(__is_member_pointer(void*))]; local
827 int t10[T(__is_const(const double))]; local
876 int t10[T(__is_volatile(volatile double))]; local
981 int t10[T(__is_trivial(long double))]; local
1015 int t10[T(__is_trivially_copyable(long double))]; local
1091 int t10[F(__is_standard_layout(CppStructNonStandardByVirt))]; local
1110 int t10[F(__is_signed(bool))]; local
1139 int t10[F(__is_unsigned(void))]; local
1530 int t10[F(__is_same(Base, const Base))]; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3733 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3734 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
3851 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3852 SDValue LogOfMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,
3960 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3961 SDValue Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,
4170 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4171 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
4303 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4304 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
[all...]

Completed in 142 milliseconds