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

/external/clang/test/CodeGen/
H A Dms-declspecs.c14 // CHECK: define void @t22() [[NUW:#[0-9]+]]
15 void __declspec(nothrow) t22();
16 void t22() {}
H A Dattributes.c88 void __attribute__((section(".foo"))) t22(void);
89 void __attribute__((section(".bar"))) t22(void) {} function
91 // CHECK: define void @t22() [[NUW]] section ".bar"
H A Dasm.c175 unsigned char t22(unsigned char a, unsigned char b) { function
H A Dlibcalls-fno-builtin.c115 long int t22(char **x) { return strtoll("1234", x, 10); } function
116 // CHECK: t22
H A Dms-inline-asm.c248 void t22() {
259 // CHECK: t22
/external/clang/test/Coverage/
H A Dc-language-features.inc120 double t22; ++t22; --t22;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp322 int t22[F(__is_integral(double))]; local
351 int t22[F(__is_floating_point(long))]; local
379 int t22[T(__is_arithmetic(long))]; local
411 int t22[T(__is_complete_type(long))]; local
435 int t22[F(__is_void(long))]; local
465 int t22[F(__is_array(int))]; local
504 int t22[F(__is_function(int))]; local
577 int t22[T(__is_fundamental(long))]; local
627 int t22[F(__is_scalar(Union))]; local
656 int t22[ local
693 int t22[F(__is_pointer(cvoid))]; local
726 int t22[F(__is_member_object_pointer(UnionAr*))]; local
762 int t22[F(__is_member_function_pointer(UnionAr*))]; local
799 int t22[F(__is_member_pointer(StructWithMembers*))]; local
839 int t22[T(__is_const(const Union))]; local
888 int t22[T(__is_volatile(volatile Union))]; local
993 int t22[T(__is_trivial(TrivialStruct))]; local
1027 int t22[T(__is_trivially_copyable(TrivialStruct))]; local
1122 int t22[F(__is_signed(Derives))]; local
1150 int t22[F(__is_unsigned(Union))]; local
[all...]

Completed in 62 milliseconds