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

/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c197 struct t20 struct
204 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1];
205 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c201 struct t20 struct
208 static int arr20_offset[(offsetof(struct t20, bar) == 4) ? 0 : -1];
209 static int arr20_sizeof[(sizeof(struct t20) == 8) ? 0 : -1];
H A Dattributes.c71 // CHECK:define void @t20() nounwind {
74 void t20(void) { function
H A Dasm.c154 double t20(double x) { function
159 // CHECK: @t20
/external/clang/test/Sema/
H A Dfunction.c91 void t20(int i...) { } // expected-error {{requires a comma}} function
/external/clang/test/Coverage/
H A Dc-language-features.inc118 char *t20; ++t20; --t20;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp349 int t20[F(__is_floating_point(int))]; local
377 int t20[T(__is_arithmetic(int))]; local
409 int t20[T(__is_complete_type(int))]; local
433 int t20[F(__is_void(int))]; local
463 int t20[F(__is_array(short))]; local
502 int t20[F(__is_function(short))]; local
575 int t20[T(__is_fundamental(int))]; local
625 int t20[F(__is_scalar(void))]; local
654 int t20[F(__is_compound(float))]; local
691 int t20[ local
724 int t20[F(__is_member_object_pointer(IntArNB*))]; local
760 int t20[F(__is_member_function_pointer(IntArNB*))]; local
797 int t20[F(__is_member_pointer(Union*))]; local
837 int t20[T(__is_const(const Enum))]; local
886 int t20[T(__is_volatile(volatile Enum))]; local
991 int t20[T(__is_trivial(Union))]; local
1025 int t20[T(__is_trivially_copyable(Union))]; local
1120 int t20[F(__is_signed(void))]; local
1148 int t20[F(__is_unsigned(int))]; local
[all...]

Completed in 199 milliseconds