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

12

/external/clang/test/Sema/
H A Dwarn-char-subscripts.c60 void t10() { function
H A Dms-inline-asm.c141 void t10() { function
H A Dfunction.c29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
H A Dthread-specifier.c47 static __thread int t10; local
/external/clang/test/Analysis/
H A Dweak-functions.c73 void t10 () { function
74 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
H A Dfree.c49 void t10 () { function
50 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() [[NUW]] section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
H A Dlibcalls-fno-builtin.c67 int t10(void) { return strcmp("foo", "bar"); } function
68 // CHECK: t10
H A Dms_struct-bitfield-1.c90 } ATTR t10; variable in typeref:struct:__anon1837
91 static int a10[(sizeof(t10) == 2) -1];
H A Dasm.c59 void t10(int r) { function
62 // CHECK: @t10(
H A Dms_struct-bitfield.c147 } ATTR t10; variable in typeref:struct:__anon1850
148 int s10 = sizeof(t10);
H A Darm-aapcs-zerolength-bitfield.c92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c96 struct t10 struct
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp93 struct t10 struct
100 static_assert(offsetof(struct t10, bar2) == 9);
101 static_assert(sizeof(struct t10) == 16);
H A Dnew.cpp120 A* t10() { function
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp143 namespace t10 { namespace
H A Dtype-traits.cpp385 int t10[T(__is_integral(int))]; local
492 int t10[F(__is_void(float))]; local
522 int t10[F(__is_array(void))]; local
561 int t10[F(__is_function(void))]; local
595 int t10[F(__is_reference(int))]; local
607 int t10[F(__is_lvalue_reference(int))]; local
619 int t10[F(__is_rvalue_reference(int&))]; local
669 int t10[F(__is_object(type_wrapper<void(void)>::type))]; local
685 int t10[T(__is_scalar(unsigned short))]; local
719 int t10[ local
754 int t10[T(__is_pointer(IntArNB*))]; local
783 int t10[F(__is_member_object_pointer(void (StructWithMembers::*) ()))]; local
819 int t10[F(__is_member_function_pointer(int StructWithMembers::*))]; local
856 int t10[F(__is_member_pointer(void*))]; local
896 int t10[T(__is_const(const double))]; local
945 int t10[T(__is_volatile(volatile double))]; local
1063 int t10[T(__is_trivial(long double))]; local
1097 int t10[T(__is_trivially_copyable(long double))]; local
1176 int t10[F(__is_standard_layout(CppStructNonStandardByVirt))]; local
1195 int t10[F(__is_signed(bool))]; local
1224 int t10[F(__is_unsigned(void))]; local
1691 int t10[F(__is_same(Base, const Base))]; local
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp510 namespace t10 namespace
565 } // t10
2422 t10::test();
/external/llvm/include/llvm/Support/
H A DAlignOf.h176 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp448 double t10 = t1Seed - t1Step * 2; local
454 test = quad1.ptAtT(t10);
455 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
477 t10, t1Seed, t12, t20, t2Seed, t22);
478 SkDPoint p10 = quad1.ptAtT(t10);
H A DPathOpsCubicIntersectionTest.cpp553 double t10 = t1Seed - t1Step * 2; local
559 test = cubic1.ptAtT(t10);
560 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
582 t10, t1Seed, t12, t20, t2Seed, t22);
583 SkDPoint p10 = cubic1.ptAtT(t10);
/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/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/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c109 const GLfloat t00[4], const GLfloat t10[4],
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ local
1185 get_border_color(samp, img, t10);
1188 swImg->FetchTexel(swImg, i1, j0, 0, t10);
1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1223 GLfloat t00[4], t10[ local
108 lerp_rgba_2d(GLfloat result[4], GLfloat a, GLfloat b, const GLfloat t00[4], const GLfloat t10[4], const GLfloat t01[4], const GLfloat t11[4]) argument
2730 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2866 GLfloat t00[4], t01[4], t10[4], t11[4]; local
[all...]

Completed in 796 milliseconds

12