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

  /external/clang/test/Sema/
return-silent.c 4 int t14() { function
function.c 39 int t14() { function
40 return; // expected-error {{non-void function 't14' should return a value}}
thread-specifier.c 60 __thread typedef int t14; // expected-error-re {{cannot combine with previous '(__thread|_Thread_local|thread_local)' declaration specifier}} typedef
return.c 6 int t14() { function
7 return; // expected-warning {{non-void function 't14' should return a value}}
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 133 struct t14 struct
145 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1];
146 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1];
147 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 137 struct t14 struct
149 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1];
150 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1];
151 static int arr14_sizeof[(sizeof(struct t14) == 16) ? 0 : -1];
attributes.c 11 // CHECK: @t14.x = internal global i32 0, section "SECT"
12 void t14(void) { function
asm.c 108 void t14(struct S *P) { function
libcalls-fno-builtin.c 83 char *t14(char *x) { return strncpy(x, "foo", 3); } function
84 // CHECK: t14
ms-inline-asm.c 128 void t14() {
137 // CHECK: t14
  /external/clang/test/Analysis/
free.c 65 void t14 () { function
  /external/clang/test/SemaCXX/
type-traits.cpp 369 int t14[F(__is_floating_point(unsigned char))]; local
397 int t14[T(__is_arithmetic(unsigned char))]; local
429 int t14[T(__is_complete_type(unsigned char))]; local
453 int t14[F(__is_void(char))]; local
483 int t14[F(__is_array(long double))]; local
522 int t14[F(__is_function(long double))]; local
580 int t14[F(__is_rvalue_reference(int))]; local
595 int t14[T(__is_fundamental(unsigned char))]; local
646 int t14[T(__is_scalar(unsigned long))]; local
715 int t14[T(__is_pointer(void (*)()))] local
744 int t14[F(__is_member_object_pointer(char*))]; local
780 int t14[F(__is_member_function_pointer(char*))]; local
817 int t14[F(__is_member_pointer(int*))]; local
857 int t14[T(__is_const(const unsigned long long))]; local
906 int t14[T(__is_volatile(volatile unsigned long long))]; local
1024 int t14[T(__is_trivial(unsigned long))]; local
1058 int t14[T(__is_trivially_copyable(unsigned long))]; local
1134 int t14[F(__is_standard_layout(CppStructNonStandardByBase))]; local
1153 int t14[F(__is_signed(long double))]; local
1182 int t14[F(__is_unsigned(long double))]; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 124 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable
261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgammaf_r.c 57 t14 = 3.3552918467e-04, /* 0x39afe9f7 */ variable
194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /external/fdlibm/
e_lgamma_r.c 123 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /external/chromium_org/v8/test/mjsunit/
string-lastindexof.js 40 assertEquals(10, s.lastIndexOf("test", 14), "t14");
  /external/v8/test/mjsunit/
string-lastindexof.js 40 assertEquals(10, s.lastIndexOf("test", 14), "t14");
  /external/jpeg/
jsimd_arm_neon.S 115 t10, t11, t12, t13, t14
144 vsub.s16 \t14, \x0, \x2
158 vadd.s16 \x6, \t14, \t12
159 vsub.s16 \x1, \t14, \t12
  /external/pixman/demos/
quad2quad.c 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
129 t14 = y0 * y0;
1005 + t14 * (px0 * (x1 * (t484 + t482 + t480 + t479)
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 733 namespace t14 namespace
786 } // t14
    [all...]

Completed in 665 milliseconds