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

  /external/clang/test/Sema/
thread-specifier.c 15 __thread register int t13; // expected-error {{'__thread' variables must have global storage}} local
function.c 36 void t13() { function
37 return 0; // expected-error {{void function 't13' should not return a value}}
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 122 struct t13 struct
128 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
129 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 126 struct t13 struct
132 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
133 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
attributes.c 7 // CHECK: @t13 = global %struct.s0 zeroinitializer, section "SECT"
9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable in typeref:struct:s0
asm.c 84 unsigned char t13(unsigned input) { function
  /external/clang/test/Analysis/
free.c 60 void t13 (char a) { function
  /external/clang/test/CodeGenCXX/
new.cpp 140 void t13(int n) { function
  /external/clang/test/SemaCXX/
type-traits.cpp 319 int t13[T(__is_integral(unsigned long))]; local
342 int t13[F(__is_floating_point(signed char))]; local
370 int t13[T(__is_arithmetic(signed char))]; local
402 int t13[T(__is_complete_type(signed char))]; local
426 int t13[F(__is_void(bool))]; local
456 int t13[F(__is_array(double))]; local
495 int t13[F(__is_function(double))]; local
553 int t13[F(__is_rvalue_reference(void * const &))]; local
568 int t13[T(__is_fundamental(signed char))]; local
619 int t13[T(__is_scalar(long))] local
688 int t13[T(__is_pointer(StructWithMembers*))]; local
717 int t13[F(__is_member_object_pointer(cvoid*))]; local
753 int t13[F(__is_member_function_pointer(cvoid*))]; local
790 int t13[F(__is_member_pointer(char*))]; local
830 int t13[T(__is_const(const unsigned int))]; local
879 int t13[T(__is_volatile(volatile unsigned int))]; local
984 int t13[T(__is_trivial(unsigned long long))]; local
1018 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1094 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1113 int t13[F(__is_signed(double))]; local
1142 int t13[F(__is_unsigned(double))]; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 123 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
259 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
e_lgammaf_r.c 57 t13 = -3.1275415677e-04, /* 0xb9a3f927 */ variable
193 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/fdlibm/
e_lgamma_r.c 122 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3737 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4174 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4307 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
    [all...]

Completed in 219 milliseconds