HomeSort by relevance Sort by last modified time
    Searched defs:t17 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/CodeGen/
attributes.c 35 int t17() { function
libcalls-fno-builtin.c 95 size_t t17(char *x) { return strspn(x, ""); } function
96 // CHECK: t17
asm.c 123 void t17() { function
127 // CHECK: @t17()
arm-aapcs-zerolength-bitfield.c 169 struct t17 struct
177 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1];
178 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 173 struct t17 struct
181 static int arr17_offset[(offsetof(struct t17, bar) == 4) ? 0 : -1];
182 static int arr17_sizeof[(sizeof(struct t17) == 8) ? 0 : -1];
  /external/clang/test/PCH/
types.c 68 typeof_17 *t17 = &int_value; variable
  /external/clang/test/Sema/
function.c 80 fn_t t17; variable
  /external/clang/test/SemaCXX/
type-traits.cpp 346 int t17[F(__is_floating_point(wchar_t))]; local
374 int t17[T(__is_arithmetic(wchar_t))]; local
406 int t17[T(__is_complete_type(wchar_t))]; local
430 int t17[F(__is_void(wchar_t))]; local
460 int t17[F(__is_array(signed char))]; local
499 int t17[F(__is_function(signed char))]; local
572 int t17[T(__is_fundamental(wchar_t))]; local
623 int t17[T(__is_scalar(cvoid*))]; local
721 int t17[F(__is_member_object_pointer(ClassType*))]; local
757 int t17[F(__is_member_function_pointer(ClassType*))] local
794 int t17[F(__is_member_pointer(Derives*))]; local
834 int t17[T(__is_const(const void))]; local
883 int t17[T(__is_volatile(volatile void))]; local
988 int t17[T(__is_trivial(Derives))]; local
1022 int t17[T(__is_trivially_copyable(Derives))]; local
1098 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local
1117 int t17[F(__is_signed(unsigned long long))]; local
1145 int t17[F(__is_unsigned(signed char))]; local
    [all...]

Completed in 1008 milliseconds