/external/clang/test/CodeGen/ |
asm.c | 187 unsigned char t23(unsigned char a, unsigned char b) { function
|
libcalls-fno-builtin.c | 119 long int t23(char **x) { return strtoul("1234", x, 10); } function 120 // CHECK: t23
|
ms-inline-asm.c | 235 void t23() { 239 // CHECK: t23
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 349 int t23[F(__is_integral(long double))]; local 378 int t23[F(__is_floating_point(unsigned long))]; local 406 int t23[T(__is_arithmetic(unsigned long))]; local 438 int t23[T(__is_complete_type(unsigned long))]; local 462 int t23[F(__is_void(unsigned long))]; local 492 int t23[F(__is_array(unsigned int))]; local 531 int t23[F(__is_function(unsigned int))]; local 604 int t23[T(__is_fundamental(unsigned long))]; local 654 int t23[F(__is_scalar(UnionAr))]; local 683 int t23[F(__is_compound(bool))] local 720 int t23[F(__is_pointer(char))]; local 753 int t23[F(__is_member_object_pointer(StructWithMembers*))]; local 789 int t23[F(__is_member_function_pointer(StructWithMembers*))]; local 826 int t23[F(__is_member_pointer(void))]; local 866 int t23[T(__is_const(const UnionAr))]; local 915 int t23[T(__is_volatile(volatile UnionAr))]; local 1033 int t23[T(__is_trivial(AllDefaulted))]; local 1067 int t23[T(__is_trivially_copyable(NonTrivialStruct))]; local 1162 int t23[F(__is_signed(Enum))]; local 1190 int t23[F(__is_unsigned(UnionAr))]; local [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1264 namespace t23 namespace 1291 t23::A1* getA1() {return A2::getA1();} 1319 } // t23 [all...] |
/external/pixman/demos/ |
quad2quad.c | 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local 140 t23 = - 2 * px2 * px3 * x2 * x3; 142 t24 = py1 * (t3 + t23 + t22); [all...] |