Searched refs:t23 (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/Coverage/
H A Dc-language-features.inc121 long double t23; ++t23; --t23;
/external/clang/test/CodeGen/
H A Dasm.c187 unsigned char t23(unsigned char a, unsigned char b) { function
H A Dlibcalls-fno-builtin.c126 long int t23(char **x) { return strtoul("1234", x, 10); } function
127 // CHECK: t23
H A Dms-inline-asm.c247 void t23() {
251 // CHECK: t23
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve8_neon.c360 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, ma
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp415 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[ 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...]
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp1271 namespace t23 namespace
1298 t23::A1* getA1() {return A2::getA1();}
1326 } // t23
2441 t23::test();

Completed in 790 milliseconds