Searched defs:t11 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Sema/
H A Dthread-specifier.c13 __thread __private_extern__ int t11; local
H A Dfunction.c30 void t11(){t10(1);} // expected-warning{{too many arguments}} function
/external/clang/test/Analysis/
H A Dfree.c51 void t11 () { function
/external/clang/test/CodeGen/
H A Dattributes.c62 // CHECK: define void @t11() nounwind section "SECT" {
63 void __attribute__((section("SECT"))) t11(void) {} function
H A Dasm.c67 unsigned t11(signed char input) { function
H A Darm-aapcs-zerolength-bitfield.c100 struct t11 struct
108 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1];
109 static int arr11_sizeof[(sizeof(struct t11) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c104 struct t11 struct
112 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1];
113 static int arr11_sizeof[(sizeof(struct t11) == 8) ? 0 : -1];
/external/clang/test/CodeGenCXX/
H A Dnew.cpp105 void t11(int n) { function
/external/fdlibm/
H A De_lgamma_r.c120 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
/external/speex/libspeex/
H A Dsmallft.c846 t11,t12; local
928 t11=t8;
933 t11-=2;
934 ch[t5-1]=cc[t9-1]+cc[t11-1];
935 ch[t6-1]=cc[t9-1]-cc[t11-1];
936 ch[t5]=cc[t9]-cc[t11];
937 ch[t6]=cc[t9]+cc[t11];
965 t11=t8;
968 ch[t5-1]=cc[t11-1]+cc[t12-1];
969 ch[t6-1]=cc[t11
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp317 int t11[T(__is_integral(unsigned int))]; local
340 int t11[F(__is_floating_point(bool))]; local
368 int t11[T(__is_arithmetic(bool))]; local
400 int t11[T(__is_complete_type(bool))]; local
424 int t11[F(__is_void(double))]; local
454 int t11[F(__is_array(cvoid))]; local
493 int t11[F(__is_function(cvoid))]; local
527 int t11[F(__is_reference(const int))]; local
539 int t11[F(__is_lvalue_reference(const int))]; local
551 int t11[ local
566 int t11[T(__is_fundamental(bool))]; local
601 int t11[F(__is_object(int&))]; local
617 int t11[T(__is_scalar(int))]; local
651 int t11[T(__is_compound(IntArNB))]; local
686 int t11[T(__is_pointer(Union*))]; local
715 int t11[F(__is_member_object_pointer(void*))]; local
751 int t11[F(__is_member_function_pointer(void*))]; local
788 int t11[F(__is_member_pointer(cvoid*))]; local
828 int t11[T(__is_const(const long double))]; local
877 int t11[T(__is_volatile(volatile long double))]; local
982 int t11[T(__is_trivial(unsigned char))]; local
1016 int t11[T(__is_trivially_copyable(unsigned char))]; local
1092 int t11[F(__is_standard_layout(CppStructNonStandardByMemb))]; local
1111 int t11[F(__is_signed(cvoid))]; local
1140 int t11[F(__is_unsigned(cvoid))]; local
1531 int t11[F(__is_same(Base, Base&))]; local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3734 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
3736 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);
4171 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
4173 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);
4304 SDValue t11 = DAG.getNode(ISD::FADD, dl, MVT::f32, t10, local
4306 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X);

Completed in 220 milliseconds