HomeSort by relevance Sort by last modified time
    Searched refs:t18 (Results 1 - 10 of 10) 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
  /external/clang/test/Sema/
thread-specifier.c 69 extern _Thread_local int t18; // expected-note {{previous declaration is here}}
70 thread_local int t18; // expected-error {{thread-local declaration of 't18' with dynamic initialization follows declaration with static initialization}} variable
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 373 int t18[F(__is_floating_point(short))]; local
401 int t18[T(__is_arithmetic(short))]; local
433 int t18[T(__is_complete_type(short))]; local
457 int t18[F(__is_void(short))]; local
487 int t18[F(__is_array(unsigned char))]; local
526 int t18[F(__is_function(unsigned char))]; local
599 int t18[T(__is_fundamental(short))]; local
748 int t18[F(__is_member_object_pointer(Derives*))]; local
784 int t18[F(__is_member_function_pointer(Derives*))]; local
821 int t18[F(__is_member_pointer(Enum*))] local
861 int t18[T(__is_const(const ClassType))]; local
910 int t18[T(__is_volatile(volatile ClassType))]; local
1028 int t18[T(__is_trivial(Enum))]; local
1062 int t18[T(__is_trivially_copyable(Enum))]; local
1157 int t18[F(__is_signed(unsigned long))]; local
1185 int t18[F(__is_unsigned(wchar_t))]; local
1607 int t18[F(__is_base_of(Base[10], Derived[10]))]; local
    [all...]
  /external/pixman/demos/
quad2quad.c 23 t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, local
134 t18 = t17 * x2;
138 t21 = t20 + t19 + t18;
1027 + t29 * (t647 + t357 + t20 + t19 + t18) + t645;
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 975 namespace t18 namespace
1030 } // t18
    [all...]

Completed in 135 milliseconds