Searched refs:t10 (Results 1 - 25 of 25) sorted by relevance

/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 Dms_struct-bitfield-1.c90 } ATTR t10; variable in typeref:struct:__anon4240
91 static int a10[(sizeof(t10) == 2) -1];
H A Dms_struct-bitfield.c115 } ATTR t10; variable in typeref:struct:__anon4253
126 static int arr10[(sizeof(t10) == 16) -1];
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 Darm-aapcs-zerolength-bitfield.c91 struct t10 struct
98 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
99 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c95 struct t10 struct
102 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
103 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
H A Dms-inline-asm.c80 unsigned t10(void) {
87 // CHECK: t10
H A Dasm.c59 void t10(int r) { function
62 // CHECK: @t10(
/external/clang/test/Sema/
H A Dfunction.c29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
H A Dthread-specifier.c13 static __thread int t10; local
H A Dwarn-char-subscripts.c60 void t10() { function
H A Dunused-expr.c111 void t10() {
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
/external/libvorbis/lib/
H A Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
290 t10=ip*ido;
471 t2+=t10;
483 t2+=t10;
505 t5+=t10;
535 t6+=t10;
536 t7+=t10;
564 t6+=t10;
565 t7+=t10;
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/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/CodeGenCXX/
H A Dnew.cpp96 A* t10() { function
/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
1522 int t10[F(__is_same(Base, const Base))]; local
[all...]
/external/clang/test/Coverage/
H A Dc-language-features.inc101 char t10 = 'x';
/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/openssl/crypto/aes/asm/
H A Daes-mips.pl105 my ($t0,$t1,$t2,$t3,$t4,$t5,$t6,$t7,$t8,$t9,$t10,$t11) = map("\$$_",(12..23));
186 lwl $t10,1($i2) # Te3[s1]
190 lwr $t10,0($i2) # Te3[s1]
221 xor $t2,$t10
287 lbu $t10,2($i2) # Te4[s2>>24]
325 _ins $t10,24
335 xor $t2,$t10
517 lwl $t10,1($i2) # Td3[s3]
521 lwr $t10,0($i2) # Td3[s3]
555 xor $t2,$t10
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc1001 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, NULL, "10");
1004 Print(t10));
/external/gtest/test/
H A Dgtest-printers_test.cc1007 t10(false, 'a', 3, 4, 5, 1.5F, -2.5, str, NULL, "10");
1010 Print(t10));
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp412 #define DELEGATE_TO_IMPL_10(name, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) \
413 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6, t7 a7, t8 a8, t9 a9, t10 a10) \
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3768 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3769 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
3886 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3887 SDValue LogOfMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,
3995 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
3996 SDValue Log2ofMantissa = DAG.getNode(ISD::FSUB, dl, MVT::f32, t10,
4205 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4206 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
4338 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); local
4339 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10,
[all...]
/external/elfutils/tests/
H A Drun-allregs.sh2550 24: $t10 (t10), signed 64 bits

Completed in 294 milliseconds