Searched defs:t19 (Results 1 - 9 of 9) 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 Dlibcalls-fno-builtin.c110 float t19(char **x) { return strtof("123.4", x); } function
111 // CHECK: t19
H A Dasm.c144 int t19(unsigned data) { function
149 // CHECK: t19(i32
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];
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp189 struct t19 struct
197 static_assert(offsetof(struct t19, bar) == 6);
198 static_assert(sizeof(struct t19) == 8);
/external/clang/test/Sema/
H A Dfunction.c86 unknown_type t19(int* P) { // expected-error {{unknown type name 'unknown_type'}} function
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp1039 namespace t19 namespace
1094 } // t19
2437 t19::test();
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp440 int t19[F(__is_floating_point(unsigned short))]; local
468 int t19[T(__is_arithmetic(unsigned short))]; local
500 int t19[T(__is_complete_type(unsigned short))]; local
524 int t19[F(__is_void(unsigned short))]; local
554 int t19[F(__is_array(wchar_t))]; local
593 int t19[F(__is_function(wchar_t))]; local
666 int t19[T(__is_fundamental(unsigned short))]; local
815 int t19[F(__is_member_object_pointer(Enum*))]; local
851 int t19[F(__is_member_function_pointer(Enum*))]; local
888 int t19[ local
928 int t19[T(__is_const(const Derives))]; local
977 int t19[T(__is_volatile(volatile Derives))]; local
1095 int t19[T(__is_trivial(IntAr))]; local
1129 int t19[T(__is_trivially_copyable(IntAr))]; local
1227 int t19[F(__is_signed(unsigned short))]; local
1255 int t19[F(__is_unsigned(short))]; local
[all...]

Completed in 190 milliseconds