Searched refs:t18 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dattributes.c16 // CHECK: @t18 = global i32 1, align 4
17 extern int t18 __attribute__((weak_import));
18 int t18 = 1; variable
H A Darm-aapcs-zerolength-bitfield.c180 struct t18 struct
186 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c184 struct t18 struct
190 static int arr18_sizeof[(sizeof(struct t18) == 0) ? 0 : -1];
H A Dasm.c132 int t18(unsigned data) { function
137 // CHECK: t18(i32
H A Dlibcalls-fno-builtin.c99 double t18(char **x) { return strtod("123.4", x); } function
100 // CHECK: t18
/external/clang/test/Sema/
H A Dthread-specifier.c69 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
H A Dfunction.c83 unknown_type t18(void*) { // expected-error {{unknown type name 'unknown_type'}} expected-error{{parameter name omitted}} function
/external/clang/test/Coverage/
H A Dc-language-features.inc116 float t18;
117 int t19 = t18 ? 0 : 1;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp412 int t18[F(__is_floating_point(short))]; local
440 int t18[T(__is_arithmetic(short))]; local
472 int t18[T(__is_complete_type(short))]; local
496 int t18[F(__is_void(short))]; local
526 int t18[F(__is_array(unsigned char))]; local
565 int t18[F(__is_function(unsigned char))]; local
638 int t18[T(__is_fundamental(short))]; local
787 int t18[F(__is_member_object_pointer(Derives*))]; local
823 int t18[F(__is_member_function_pointer(Derives*))]; local
860 int t18[ local
900 int t18[T(__is_const(const ClassType))]; local
949 int t18[T(__is_volatile(volatile ClassType))]; local
1067 int t18[T(__is_trivial(Enum))]; local
1101 int t18[T(__is_trivially_copyable(Enum))]; local
1199 int t18[F(__is_signed(unsigned long))]; local
1227 int t18[F(__is_unsigned(wchar_t))]; local
1656 int t18[F(__is_base_of(Base[10], Derived[10]))]; local
[all...]
/external/pixman/demos/
H A Dquad2quad.c23 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;
1558 t1034 = (t26 + t94 + t18) * y2;
1632 + t201 + t196 + (t357 + t20 + t19 + t18) * t1)
1822 + t244 + (t647 + t20 + t19 + t18) * t1) + x1 * t913 + t891
/external/libcxxabi/test/
H A Ddynamic_cast3.cpp975 namespace t18 namespace
1030 } // t18
2435 t18::test();

Completed in 843 milliseconds