HomeSort by relevance Sort by last modified time
    Searched refs:t13 (Results 1 - 12 of 12) 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-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 85 unsigned char t13(unsigned input) { function
  /external/clang/test/Analysis/
free.c 59 void t13 (char a) { function
  /external/clang/test/CodeGenCXX/
new.cpp 140 void t13(int n) { function
  /external/clang/test/SemaCXX/
type-traits.cpp 272 int t13[T(__is_integral(unsigned long))]; local
295 int t13[F(__is_floating_point(signed char))]; local
323 int t13[T(__is_arithmetic(signed char))]; local
355 int t13[T(__is_complete_type(signed char))]; local
379 int t13[F(__is_void(bool))]; local
409 int t13[F(__is_array(double))]; local
448 int t13[F(__is_function(double))]; local
506 int t13[F(__is_rvalue_reference(void * const &))]; local
521 int t13[T(__is_fundamental(signed char))]; local
572 int t13[T(__is_scalar(long))] local
641 int t13[T(__is_pointer(StructWithMembers*))]; local
670 int t13[F(__is_member_object_pointer(cvoid*))]; local
706 int t13[F(__is_member_function_pointer(cvoid*))]; local
743 int t13[F(__is_member_pointer(char*))]; local
783 int t13[T(__is_const(const unsigned int))]; local
832 int t13[T(__is_volatile(volatile unsigned int))]; local
902 int t13[T(__is_trivial(unsigned long long))]; local
933 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1006 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1025 int t13[F(__is_signed(double))]; local
1054 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 3713 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4150 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4283 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
    [all...]

Completed in 344 milliseconds