Searched refs:t17 (Results 1 - 15 of 15) 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.c102 size_t t17(char *x) { return strspn(x, ""); } function
103 // CHECK: t17
H A Dms-inline-asm.c170 void t17() {
171 // CHECK: t17
/external/clang/test/PCH/
H A Dtypes.c68 typeof_17 *t17 = &int_value; variable
/external/clang/test/CodeGenCXX/
H A Daarch64-aapcs-zerolength-bitfield.cpp170 struct t17 struct
178 static_assert(offsetof(struct t17, bar) == 8);
179 static_assert(sizeof(struct t17) == 16);
/external/clang/test/Coverage/
H A Dc-language-features.inc114 int t17 = t14 % t15;
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp438 int t17[F(__is_floating_point(wchar_t))]; local
466 int t17[T(__is_arithmetic(wchar_t))]; local
498 int t17[T(__is_complete_type(wchar_t))]; local
522 int t17[F(__is_void(wchar_t))]; local
552 int t17[F(__is_array(signed char))]; local
591 int t17[F(__is_function(signed char))]; local
664 int t17[T(__is_fundamental(wchar_t))]; local
715 int t17[T(__is_scalar(cvoid*))]; local
813 int t17[F(__is_member_object_pointer(ClassType*))]; local
849 int t17[ local
886 int t17[F(__is_member_pointer(Derives*))]; local
926 int t17[T(__is_const(const void))]; local
975 int t17[T(__is_volatile(volatile void))]; local
1093 int t17[T(__is_trivial(Derives))]; local
1127 int t17[T(__is_trivially_copyable(Derives))]; local
1206 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local
1225 int t17[F(__is_signed(unsigned long long))]; local
1253 int t17[F(__is_unsigned(signed char))]; local
[all...]
H A Dconstant-expression-cxx11.cpp985 T<17> t17;
989 static_assert(&(t17.*deepn) == &t17.n, "");
993 constexpr int *pbad = &(t17.*deepm); // expected-error {{constant expression}}
998 constexpr T<5> *p17_5 = &t17;
1001 static_assert(&(p17_5->*(int(T<3>::*))deepn) == &t17.n, "");
1002 static_assert(&(p17_13->*deepn) == &t17.n, "");
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp921 namespace t17 namespace
980 } // t17
2435 t17::test();
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2721 t15, t16, t17; local
2871 t17 = newTemp(Ity_I32);
2991 /* t17 = t15|t11|t7|t3 */
2992 assign(t17,
2997 putIReg(rd, mkexpr(t17));
4226 t17 = newTemp(Ity_I1);
4231 assign(t17, binop(Iop_CmpEQ32,
4235 assign(t1, IRExpr_ITE(mkexpr(t17),
4288 IRExpr_ITE(mkexpr(t17),
9273 t17
[all...]

Completed in 1055 milliseconds