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

  /external/clang/test/Sema/
return-silent.c 3 int t14() { function
thread-specifier.c 17 __thread typedef int t14; // expected-error {{'__thread' is only allowed on variable declarations}} typedef
function.c 39 int t14() { function
40 return; // expected-error {{non-void function 't14' should return a value}}
return.c 6 int t14() { function
7 return; // expected-warning {{non-void function 't14' should return a value}}
  /external/clang/test/CodeGen/
arm-apcs-zerolength-bitfield.c 135 struct t14 struct
147 static int arr14_bar1_offset[(offsetof(struct t14, bar1) == 10) ? 0 : -1];
148 static int arr14_bar2_offset[(offsetof(struct t14, bar2) == 12) ? 0 : -1];
149 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 112 void t14(struct S *P) { function
  /external/clang/test/Analysis/
free.c 64 void t14 () { function
  /external/clang/test/SemaCXX/
type-traits.cpp 296 int t14[F(__is_floating_point(unsigned char))]; local
324 int t14[T(__is_arithmetic(unsigned char))]; local
356 int t14[T(__is_complete_type(unsigned char))]; local
380 int t14[F(__is_void(char))]; local
410 int t14[F(__is_array(long double))]; local
449 int t14[F(__is_function(long double))]; local
507 int t14[F(__is_rvalue_reference(int))]; local
522 int t14[T(__is_fundamental(unsigned char))]; local
573 int t14[T(__is_scalar(unsigned long))]; local
642 int t14[T(__is_pointer(void (*)()))] local
671 int t14[F(__is_member_object_pointer(char*))]; local
707 int t14[F(__is_member_function_pointer(char*))]; local
744 int t14[F(__is_member_pointer(int*))]; local
784 int t14[T(__is_const(const unsigned long long))]; local
833 int t14[T(__is_volatile(volatile unsigned long long))]; local
903 int t14[T(__is_trivial(unsigned long))]; local
934 int t14[T(__is_trivially_copyable(unsigned long))]; local
1007 int t14[F(__is_standard_layout(CppStructNonStandardByBase))]; local
1026 int t14[F(__is_signed(long double))]; local
1055 int t14[F(__is_unsigned(long double))]; local
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 124 t14 = 3.35529192635519073543e-04, /* 0x3F35FD3E, 0xE8C2D3F4 */ variable
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgammaf_r.c 58 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/v8/test/mjsunit/
string-lastindexof.js 40 assertEquals(10, s.lastIndexOf("test", 14), "t14");
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3719 SDValue t14 = DAG.getNode(ISD::ADD, dl, MVT::i32, local
4152 SDValue t14 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t13); local
4285 SDValue t14 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t13); local
    [all...]

Completed in 1398 milliseconds