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

  /external/clang/test/CodeGen/
attributes.c 16 // CHECK: @t18 = global i32 1, align 4
17 extern int t18 __attribute__((weak_import));
18 int t18 = 1; variable
arm-aapcs-zerolength-bitfield.c 180 struct t18 struct
186 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 184 struct t18 struct
190 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
asm.c 132 int t18(unsigned data) { function
137 // CHECK: t18(i32
libcalls-fno-builtin.c 99 double t18(char **x) { return strtod("123.4", x); } function
100 // CHECK: t18
ms-inline-asm.c 174 int t18() {
184 // CHECK: t18
  /external/clang/test/Sema/
function.c 83 unknown_type t18(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}} function
  /external/clang/test/SemaCXX/
type-traits.cpp 347 int t18[F(__is_floating_point(short))]; local
375 int t18[T(__is_arithmetic(short))]; local
407 int t18[T(__is_complete_type(short))]; local
431 int t18[F(__is_void(short))]; local
461 int t18[F(__is_array(unsigned char))]; local
500 int t18[F(__is_function(unsigned char))]; local
573 int t18[T(__is_fundamental(short))]; local
722 int t18[F(__is_member_object_pointer(Derives*))]; local
758 int t18[F(__is_member_function_pointer(Derives*))]; local
795 int t18[F(__is_member_pointer(Enum*))] local
835 int t18[T(__is_const(const ClassType))]; local
884 int t18[T(__is_volatile(volatile ClassType))]; local
989 int t18[T(__is_trivial(Enum))]; local
1023 int t18[T(__is_trivially_copyable(Enum))]; local
1118 int t18[F(__is_signed(unsigned long))]; local
1146 int t18[F(__is_unsigned(wchar_t))]; local
1494 int t18[F(__is_base_of(Base[10], Derived[10]))]; local
    [all...]

Completed in 434 milliseconds