HomeSort by relevance Sort by last modified time
    Searched refs:t22 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
ms-declspecs.c 14 // CHECK: define void @t22() [[NUW:#[0-9]+]]
15 void __declspec(nothrow) t22();
16 void t22() {}
attributes.c 88 void __attribute__((section(".foo"))) t22(void);
89 void __attribute__((section(".bar"))) t22(void) {} function
91 // CHECK: define void @t22() [[NUW]] section ".bar"
asm.c 175 unsigned char t22(unsigned char a, unsigned char b) { function
libcalls-fno-builtin.c 115 long int t22(char **x) { return strtoll("1234", x, 10); } function
116 // CHECK: t22
ms-inline-asm.c 248 void t22() {
259 // CHECK: t22
  /external/clang/test/SemaCXX/
type-traits.cpp 322 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[F(__is_compound(long double))] 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 94 milliseconds