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

/external/clang/test/CodeGen/
H A Dattributes.c65 // CHECK: define i32 @t19() nounwind {
66 extern int t19(void) __attribute__((weak_import));
67 int t19(void) { function
H A Darm-aapcs-zerolength-bitfield.c186 struct t19 struct
194 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1];
195 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c190 struct t19 struct
198 static int arr19_offset[(offsetof(struct t19, bar) == 8) ? 0 : -1];
199 static int arr19_sizeof[(sizeof(struct t19) == 12) ? 0 : -1];
H A Dasm.c144 int t19(unsigned data) { function
149 // CHECK: t19(i32
/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.cpp348 int t19[F(__is_floating_point(unsigned short))]; local
376 int t19[T(__is_arithmetic(unsigned short))]; local
408 int t19[T(__is_complete_type(unsigned short))]; local
432 int t19[F(__is_void(unsigned short))]; local
462 int t19[F(__is_array(wchar_t))]; local
501 int t19[F(__is_function(wchar_t))]; local
574 int t19[T(__is_fundamental(unsigned short))]; local
723 int t19[F(__is_member_object_pointer(Enum*))]; local
759 int t19[F(__is_member_function_pointer(Enum*))]; local
796 int t19[ local
836 int t19[T(__is_const(const Derives))]; local
885 int t19[T(__is_volatile(volatile Derives))]; local
990 int t19[T(__is_trivial(IntAr))]; local
1024 int t19[T(__is_trivially_copyable(IntAr))]; local
1119 int t19[F(__is_signed(unsigned short))]; local
1147 int t19[F(__is_unsigned(short))]; local
[all...]

Completed in 141 milliseconds