/external/clang/test/CXX/except/except.spec/ |
D | p5-pointers.cpp | 68 void (*t10)(void (*)() throw(B1)) = &s9; // valid in fnptrs() local
|
/external/clang/test/CodeGen/ |
D | arm-aapcs-zerolength-bitfield.c | 92 struct t10 struct 99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; argument
|
D | arm-apcs-zerolength-bitfield.c | 96 struct t10 struct 103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; argument
|
D | attributes.c | 61 void t10(void) {} in t10() function
|
D | libcalls-fno-builtin.c | 67 int t10(void) { return strcmp("foo", "bar"); } in t10() function
|
D | ms_struct-bitfield-1.c | 90 } ATTR t10; variable
|
D | asm.c | 59 void t10(int r) { in t10() function
|
D | ms_struct-bitfield.c | 115 } ATTR t10; variable
|
/external/clang/test/Analysis/ |
D | free.c | 47 void t10 () { in t10() function
|
/external/clang/test/Sema/ |
D | thread-specifier.c | 47 static __thread int t10; in f() local
|
D | function.c | 29 void t10(){} in t10() function
|
D | warn-char-subscripts.c | 60 void t10() { in t10() function
|
D | unused-expr.c | 111 void t10() { in t10() function
|
/external/clang/test/SemaCXX/ |
D | type-traits.cpp | 342 int t10[T(__is_integral(int))]; in is_integral() local 449 int t10[F(__is_void(float))]; in is_void() local 479 int t10[F(__is_array(void))]; in is_array() local 518 int t10[F(__is_function(void))]; in is_function() local 552 int t10[F(__is_reference(int))]; in is_reference() local 564 int t10[F(__is_lvalue_reference(int))]; in is_lvalue_reference() local 576 int t10[F(__is_rvalue_reference(int&))]; in is_rvalue_reference() local 626 int t10[F(__is_object(type_wrapper<void(void)>::type))]; in is_object() local 642 int t10[T(__is_scalar(unsigned short))]; in is_scalar() local 676 int t10[T(__is_compound(ClassType))]; in is_compound() local [all …]
|
D | vararg-non-pod.cpp | 140 namespace t10 { namespace
|
/external/chromium_org/net/base/ |
D | expiring_cache_unittest.cc | 101 base::TimeTicks t10 = now + kTTL; in TEST() local
|
/external/speex/libspeex/ |
D | smallft.c | 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local 845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, in dradbg() local
|
/external/libvorbis/lib/ |
D | smallft.c | 276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local 690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local 843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, in dradbg() local
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 114 A* t10() { in t10() function
|
/external/fdlibm/ |
D | e_lgamma_r.c | 119 t10 = 8.81081882437654011382e-04, /* 0x3F4CDF0C, 0xEF61A8E9 */ variable
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 455 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
|
D | PathOpsCubicIntersectionTest.cpp | 490 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear() local 1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear_repeat() local 2730 GLfloat t00[4], t01[4], t10[4], t11[4]; in sample_linear_rect() local 2866 GLfloat t00[4], t01[4], t10[4], t11[4]; in sample_2d_array_linear() local
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_texfilter.c | 1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear() local 1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear_repeat() local 2730 GLfloat t00[4], t01[4], t10[4], t11[4]; in sample_linear_rect() local 2866 GLfloat t00[4], t01[4], t10[4], t11[4]; in sample_2d_array_linear() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3798 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandExp() local 3901 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandLog() local 3996 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandLog2() local 4171 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandExp2() local 4281 SDValue t10 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t9, X); in expandPow() local
|