Searched refs:t19 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A Dattributes.c65 // CHECK: define i32 @t19() [[NUW]] {
66 extern int t19(void) __attribute__((weak_import));
67 int t19(void) { function
H A Darm-aapcs-zerolength-bitfield.c188 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];
H A Darm-apcs-zerolength-bitfield.c192 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];
H A Dasm.c144 int t19(unsigned data) { function
149 // CHECK: t19(i32
H A Dlibcalls-fno-builtin.c103 float t19(char **x) { return strtof("123.4", x); } function
104 // CHECK: t19
/external/clang/test/Sema/
H A Dfunction.c86 unknown_type t19(int* P) { // expected-error {{unknown type name 'unknown_type'}} function
/external/clang/test/Coverage/
H A Dc-language-features.inc117 int t19 = t18 ? 0 : 1;
122 int t24 = !t19;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp413 int t19[F(__is_floating_point(unsigned short))]; local
441 int t19[T(__is_arithmetic(unsigned short))]; local
473 int t19[T(__is_complete_type(unsigned short))]; local
497 int t19[F(__is_void(unsigned short))]; local
527 int t19[F(__is_array(wchar_t))]; local
566 int t19[F(__is_function(wchar_t))]; local
639 int t19[T(__is_fundamental(unsigned short))]; local
788 int t19[F(__is_member_object_pointer(Enum*))]; local
824 int t19[F(__is_member_function_pointer(Enum*))]; local
861 int t19[ local
901 int t19[T(__is_const(const Derives))]; local
950 int t19[T(__is_volatile(volatile Derives))]; local
1068 int t19[T(__is_trivial(IntAr))]; local
1102 int t19[T(__is_trivially_copyable(IntAr))]; local
1200 int t19[F(__is_signed(unsigned short))]; local
1228 int t19[F(__is_unsigned(short))]; local
[all...]
/external/pixman/demos/
H A Dquad2quad.c24 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;
1422 t938 = (t19
[all...]
/external/libcxxabi/test/
H A Ddynamic_cast3.cpp1032 namespace t19 namespace
1087 } // t19
2436 t19::test();

Completed in 247 milliseconds