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

  /prebuilts/go/darwin-x86/test/
writebarrier.go 224 type T23 struct {
229 var t23 T23 var
234 t23 = T23{} // ERROR "write barrier"
236 t23 = T23{a: 1} // ERROR "write barrier"
237 t23 = T23{p: &i23} // ERROR "write barrier"
  /prebuilts/go/linux-x86/test/
writebarrier.go 224 type T23 struct {
229 var t23 T23 var
234 t23 = T23{} // ERROR "write barrier"
236 t23 = T23{a: 1} // ERROR "write barrier"
237 t23 = T23{p: &i23} // ERROR "write barrier"
  /external/clang/test/CodeGen/
asm.c 187 unsigned char t23(unsigned char a, unsigned char b) { function
libcalls-fno-builtin.c 126 long int t23(char **x) { return strtoul("1234", x, 10); } function
127 // CHECK: t23
ms-inline-asm.c 247 void t23() {
251 // CHECK: t23
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve8_neon.c 360 uint16x8_t d01, d23, t01, t23; local
391 t23 = vcombine_u16(vqrshrun_n_s32(d2, 7), vqrshrun_n_s32(d3, 7));
393 t23 = vminq_u16(t23, max);
394 transpose_u16_4x4q(&t01, &t23);
401 d23 = vrhaddq_u16(d23, t23);
754 uint16x8_t d01, d23, t01, t23; local
795 t23 = vcombine_u16(vqrshrun_n_s32(d2, 7), vqrshrun_n_s32(d3, 7));
797 t23 = vminq_u16(t23, max)
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 415 int t23[F(__is_integral(long double))]; local
444 int t23[F(__is_floating_point(unsigned long))]; local
472 int t23[T(__is_arithmetic(unsigned long))]; local
504 int t23[T(__is_complete_type(unsigned long))]; local
528 int t23[F(__is_void(unsigned long))]; local
558 int t23[F(__is_array(unsigned int))]; local
597 int t23[F(__is_function(unsigned int))]; local
670 int t23[T(__is_fundamental(unsigned long))]; local
720 int t23[F(__is_scalar(UnionAr))]; local
749 int t23[F(__is_compound(bool))] local
786 int t23[F(__is_pointer(char))]; local
819 int t23[F(__is_member_object_pointer(StructWithMembers*))]; local
855 int t23[F(__is_member_function_pointer(StructWithMembers*))]; local
892 int t23[F(__is_member_pointer(void))]; local
932 int t23[T(__is_const(const UnionAr))]; local
981 int t23[T(__is_volatile(volatile UnionAr))]; local
1099 int t23[T(__is_trivial(AllDefaulted))]; local
1133 int t23[T(__is_trivially_copyable(NonTrivialStruct))]; local
1231 int t23[F(__is_signed(Enum))]; local
1259 int t23[F(__is_unsigned(UnionAr))]; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 95 t23 = -7.03070407519397260929482550448878399e-06L, variable
286 y*(t17+y*(t18+y*(t19+y*(t20+y*(t21+y*(t22+y*(t23+
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 1271 namespace t23 namespace
1298 t23::A1* getA1() {return A2::getA1();}
1326 } // t23
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 1264 namespace t23 namespace
1291 t23::A1* getA1() {return A2::getA1();}
1319 } // t23
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp 1265 namespace t23 namespace
1292 t23::A1* getA1() {return A2::getA1();}
1320 } // t23
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 1264 namespace t23 namespace
1291 t23::A1* getA1() {return A2::getA1();}
1319 } // t23
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast3.pass.cpp 1265 namespace t23 namespace
1292 t23::A1* getA1() {return A2::getA1();}
1320 } // t23
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1181 double t23 = 23.0 + t22; local
    [all...]

Completed in 1671 milliseconds