Searched refs:t17 (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Sema/
H A Dthread-specifier.c67 extern thread_local int t17; // expected-note {{previous declaration is here}}
68 _Thread_local int t17; // expected-error {{thread-local declaration of 't17' with static initialization follows declaration with dynamic initialization}} variable
H A Dfunction.c80 fn_t t17; variable
/external/clang/test/CodeGen/
H A Darm-aapcs-zerolength-bitfield.c169 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];
H A Darm-apcs-zerolength-bitfield.c173 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];
H A Dattributes.c35 int t17() { function
H A Dasm.c123 void t17() { function
127 // CHECK: @t17()
H A Dlibcalls-fno-builtin.c95 size_t t17(char *x) { return strspn(x, ""); } function
96 // CHECK: t17
H A Dms-inline-asm.c160 void t17() {
165 // CHECK: t17
/external/clang/test/PCH/
H A Dtypes.c68 typeof_17 *t17 = &int_value; variable
/external/clang/test/Coverage/
H A Dc-language-features.inc114 int t17 = t14 % t15;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp372 int t17[F(__is_floating_point(wchar_t))]; local
400 int t17[T(__is_arithmetic(wchar_t))]; local
432 int t17[T(__is_complete_type(wchar_t))]; local
456 int t17[F(__is_void(wchar_t))]; local
486 int t17[F(__is_array(signed char))]; local
525 int t17[F(__is_function(signed char))]; local
598 int t17[T(__is_fundamental(wchar_t))]; local
649 int t17[T(__is_scalar(cvoid*))]; local
747 int t17[F(__is_member_object_pointer(ClassType*))]; local
783 int t17[ local
820 int t17[F(__is_member_pointer(Derives*))]; local
860 int t17[T(__is_const(const void))]; local
909 int t17[T(__is_volatile(volatile void))]; local
1027 int t17[T(__is_trivial(Derives))]; local
1061 int t17[T(__is_trivially_copyable(Derives))]; local
1137 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local
1156 int t17[F(__is_signed(unsigned long long))]; local
1184 int t17[F(__is_unsigned(signed char))]; local
[all...]
H A Dconstant-expression-cxx11.cpp964 T<17> t17;
968 static_assert(&(t17.*deepn) == &t17.n, "");
972 constexpr int *pbad = &(t17.*deepm); // expected-error {{constant expression}}
977 constexpr T<5> *p17_5 = &t17;
980 static_assert(&(p17_5->*(int(T<3>::*))deepn) == &t17.n, "");
981 static_assert(&(p17_13->*deepn) == &t17.n, "");
/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
133 t17 = t16 + t15;
134 t18 = t17 * x2;
338 t176 = t17 * t142;
556 t339 = t17 * y2;
1586 t1054 = t17 * t5;

Completed in 526 milliseconds