HomeSort by relevance Sort by last modified time
    Searched defs:t13 (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/Analysis/
free.c 63 void t13 () { function
  /external/clang/test/CodeGen/
attributes.c 7 // CHECK: @t13 = global %struct.s0 zeroinitializer, section "SECT"
9 struct s0 t13 __attribute__((section("SECT"))) = { 0 }; variable in typeref:struct:s0
libcalls-fno-builtin.c 86 char *t13(char *x) { return stpcpy(x, "foo"); } function
87 // CHECK: t13
asm.c 84 unsigned char t13(unsigned input) { function
ms_struct-bitfield.c 176 } ATTR t13; variable in typeref:struct:__anon14982
177 int s13 = sizeof(t13);
arm-aapcs-zerolength-bitfield.c 124 struct t13 struct
130 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
131 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 128 struct t13 struct
134 static int arr13_offset[(offsetof(struct t13, bar) == 4) ? 0 : -1];
135 static int arr13_sizeof[(sizeof(struct t13) == 8) ? 0 : -1];
  /external/clang/test/Sema/
function.c 36 void t13() { function
37 return 0; // expected-error {{void function 't13' should not return a value}}
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_1.cc 142 t13() function
two_file_test_1.cc 170 t13() function
two_file_test_1_v1.cc 175 t13() function
basic_test.cc 169 char* t13 = &t4[6]; variable
185 && *t13 == ' '
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 125 struct t13 struct
131 static_assert(offsetof(struct t13, bar) == 8);
132 static_assert(sizeof(struct t13) == 16);
new.cpp 164 void t13(int n) { function
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 685 namespace t13 namespace
738 } // t13
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 678 namespace t13 namespace
731 } // t13
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp 679 namespace t13 namespace
732 } // t13
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 678 namespace t13 namespace
731 } // t13
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast3.pass.cpp 679 namespace t13 namespace
732 } // t13
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 124 t13 = -3.12754168375120860518e-04, /* 0xBF347F24, 0xECC38C38 */ variable
261 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)));
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 85 t13 = -5.54194952796682301220684760591403899e-04L, variable
285 y*(t9+y*(t10+y*(t11+y*(t12+y*(t13+y*(t14+y*(t15+y*(t16+
  /external/clang/test/SemaCXX/
type-traits.cpp 411 int t13[T(__is_integral(unsigned long))]; local
434 int t13[F(__is_floating_point(signed char))]; local
462 int t13[T(__is_arithmetic(signed char))]; local
494 int t13[T(__is_complete_type(signed char))]; local
518 int t13[F(__is_void(bool))]; local
548 int t13[F(__is_array(double))]; local
587 int t13[F(__is_function(double))]; local
645 int t13[F(__is_rvalue_reference(void * const &))]; local
660 int t13[T(__is_fundamental(signed char))]; local
711 int t13[T(__is_scalar(long))] local
780 int t13[T(__is_pointer(StructWithMembers*))]; local
809 int t13[F(__is_member_object_pointer(cvoid*))]; local
845 int t13[F(__is_member_function_pointer(cvoid*))]; local
882 int t13[F(__is_member_pointer(char*))]; local
922 int t13[T(__is_const(const unsigned int))]; local
971 int t13[T(__is_volatile(volatile unsigned int))]; local
1089 int t13[T(__is_trivial(unsigned long long))]; local
1123 int t13[T(__is_trivially_copyable(unsigned long long))]; local
1202 int t13[F(__is_standard_layout(CppStructNonStandardByVirtBase))]; local
1221 int t13[F(__is_signed(double))]; local
1250 int t13[F(__is_unsigned(double))]; local
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_toIR.c 2796 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3716 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4153 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
4286 SDValue t13 = DAG.getNode(ISD::FADD, dl, MVT::f32, t12, local
    [all...]

Completed in 670 milliseconds

1 2