HomeSort by relevance Sort by last modified time
    Searched refs:t12 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Sema/
thread-specifier.c 15 __thread auto int t12; // expected-error {{'__thread' variables must have global storage}} local
function.c 33 void t12(int) {} // expected-error{{parameter name omitted}} function
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 112 struct t12 struct
120 static int arr12_offset[(offsetof(struct t12, bar) == 8) ? 0 : -1];
121 static int arr12_sizeof[(sizeof(struct t12) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 116 struct t12 struct
124 static int arr12_offset[(offsetof(struct t12, bar) == 4) ? 0 : -1];
125 static int arr12_sizeof[(sizeof(struct t12) == 8) ? 0 : -1];
attributes.c 26 // CHECK: @t12 = global i32 0, section "SECT"
27 int t12 __attribute__((section("SECT"))); variable
ms-inline-asm.c 104 void t12(void) {
110 // CHECK: t12
asm.c 76 unsigned char t12(unsigned input) { function
  /external/clang/test/Analysis/
free.c 56 void t12 () { function
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 70 void (*t12)(void (*)() throw(D)) = &s9; // expected-error {{argument types differ}}
  /external/clang/test/CodeGenCXX/
new.cpp 126 void t12() { function
  /external/clang/test/SemaCXX/
type-traits.cpp 318 int t12[T(__is_integral(long))]; local
341 int t12[F(__is_floating_point(char))]; local
369 int t12[T(__is_arithmetic(char))]; local
401 int t12[T(__is_complete_type(char))]; local
425 int t12[F(__is_void(long double))]; local
455 int t12[F(__is_array(float))]; local
494 int t12[F(__is_function(float))]; local
528 int t12[F(__is_reference(void *))]; local
540 int t12[F(__is_lvalue_reference(void *))]; local
552 int t12[F(__is_rvalue_reference(const int&))] local
567 int t12[T(__is_fundamental(char))]; local
602 int t12[F(__is_object(void))]; local
618 int t12[T(__is_scalar(unsigned int))]; local
652 int t12[T(__is_compound(Enum))]; local
687 int t12[T(__is_pointer(UnionAr*))]; local
716 int t12[F(__is_member_object_pointer(cvoid*))]; local
752 int t12[F(__is_member_function_pointer(cvoid*))]; local
789 int t12[F(__is_member_pointer(cvoid*))]; local
829 int t12[T(__is_const(const unsigned char))]; local
878 int t12[T(__is_volatile(volatile unsigned char))]; local
983 int t12[T(__is_trivial(unsigned int))]; local
1017 int t12[T(__is_trivially_copyable(unsigned int))]; local
1093 int t12[F(__is_standard_layout(CppStructNonStandardByProt))]; local
1112 int t12[F(__is_signed(float))]; local
1141 int t12[F(__is_unsigned(float))]; local
1524 int t12[F(__is_same(Base, Derived))]; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 122 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
258 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgammaf_r.c 56 t12 = 3.1563205994e-04, /* 0x39a57b6b */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/fdlibm/
e_lgamma_r.c 121 t12 = 3.15632070903625950361e-04, /* 0x3F34AF6D, 0x6C0EBBF7 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/libvorbis/lib/
smallft.c 844 t11,t12; local
964 t12=t9;
966 ch[t5-1]=cc[t11-1]+cc[t12-1];
967 ch[t6-1]=cc[t11-1]-cc[t12-1];
968 ch[t5]=cc[t11]-cc[t12];
969 ch[t6]=cc[t11]+cc[t12];
973 t12+=t10;
1016 t12=t7;
1019 c2[t5++]+=ai2*ch2[t12++];
  /external/speex/libspeex/
smallft.c 846 t11,t12; local
966 t12=t9;
968 ch[t5-1]=cc[t11-1]+cc[t12-1];
969 ch[t6-1]=cc[t11-1]-cc[t12-1];
970 ch[t5]=cc[t11]-cc[t12];
971 ch[t6]=cc[t11]+cc[t12];
975 t12+=t10;
1018 t12=t7;
1021 c2[t5++]+=ai2*ch2[t12++];
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3771 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local
4208 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local
4341 SDValue t12 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t11, X); local
    [all...]
  /external/elfutils/tests/
run-allregs.sh     [all...]

Completed in 1467 milliseconds