/external/clang/test/CodeGen/ |
attributes.c | 65 // CHECK: define i32 @t19() [[NUW]] { 66 extern int t19(void) __attribute__((weak_import)); 67 int t19(void) { function
|
arm-aapcs-zerolength-bitfield.c | 188 struct t19 struct 196 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1]; 197 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
|
arm-apcs-zerolength-bitfield.c | 192 struct t19 struct 200 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1]; 201 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
|
asm.c | 144 int t19(unsigned data) { function 149 // CHECK: t19(i32
|
libcalls-fno-builtin.c | 103 float t19(char **x) { return strtof("123.4", x); } function 104 // CHECK: t19
|
/external/clang/test/Sema/ |
function.c | 86 unknown_type t19(int* P) { // expected-error {{unknown type name 'unknown_type'}} function
|
/external/clang/test/SemaCXX/ |
type-traits.cpp | 374 int t19[F(__is_floating_point(unsigned short))]; local 402 int t19[T(__is_arithmetic(unsigned short))]; local 434 int t19[T(__is_complete_type(unsigned short))]; local 458 int t19[F(__is_void(unsigned short))]; local 488 int t19[F(__is_array(wchar_t))]; local 527 int t19[F(__is_function(wchar_t))]; local 600 int t19[T(__is_fundamental(unsigned short))]; local 749 int t19[F(__is_member_object_pointer(Enum*))]; local 785 int t19[F(__is_member_function_pointer(Enum*))]; local 822 int t19[F(__is_member_pointer(IntArNB*))] local 862 int t19[T(__is_const(const Derives))]; local 911 int t19[T(__is_volatile(volatile Derives))]; local 1029 int t19[T(__is_trivial(IntAr))]; local 1063 int t19[T(__is_trivially_copyable(IntAr))]; local 1158 int t19[F(__is_signed(unsigned short))]; local 1186 int t19[F(__is_unsigned(short))]; local [all...] |
/external/pixman/demos/ |
quad2quad.c | 24 t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, local 135 t19 = px3 * py2 * x3; 138 t21 = t20 + t19 + t18; 146 t27 = x2 * (t26 + t19); 269 t123 = (t19 + t122) * y2; 518 t310 = (t309 + t19 + t51) * y2; 672 t429 = t20 + t19; 1027 + t29 * (t647 + t357 + t20 + t19 + t18) + t645; 1032 t656 = t309 + t19; [all...] |
/ndk/sources/cxx-stl/gabi++/tests/ |
dynamic_cast3.cpp | 1032 namespace t19 namespace 1087 } // t19 [all...] |