Searched defs:t17 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CodeGen/
H A Dattributes.c35 int t17() { function
H A Dlibcalls-fno-builtin.c95 size_t t17(char *x) { return strspn(x, ""); } function
96 // CHECK: t17
H A Dasm.c123 void t17() { function
127 // CHECK: @t17()
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];
/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/Sema/
H A Dfunction.c80 fn_t t17; variable
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
/external/libcxxabi/test/
H A Ddynamic_cast3.pass.cpp915 namespace t17 namespace
974 } // t17
2429 t17::test();
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp415 int t17[F(__is_floating_point(wchar_t))]; local
443 int t17[T(__is_arithmetic(wchar_t))]; local
475 int t17[T(__is_complete_type(wchar_t))]; local
499 int t17[F(__is_void(wchar_t))]; local
529 int t17[F(__is_array(signed char))]; local
568 int t17[F(__is_function(signed char))]; local
641 int t17[T(__is_fundamental(wchar_t))]; local
692 int t17[T(__is_scalar(cvoid*))]; local
790 int t17[F(__is_member_object_pointer(ClassType*))]; local
826 int t17[ local
863 int t17[F(__is_member_pointer(Derives*))]; local
903 int t17[T(__is_const(const void))]; local
952 int t17[T(__is_volatile(volatile void))]; local
1070 int t17[T(__is_trivial(Derives))]; local
1104 int t17[T(__is_trivially_copyable(Derives))]; local
1183 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local
1202 int t17[F(__is_signed(unsigned long long))]; local
1230 int t17[F(__is_unsigned(signed char))]; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_mips_toIR.c2711 t15, t16, t17; local
2861 t17 = newTemp(Ity_I32);
2981 /* t17 = t15|t11|t7|t3 */
2982 assign(t17,
2987 putIReg(rd, mkexpr(t17));
4216 t17 = newTemp(Ity_I1);
4221 assign(t17, binop(Iop_CmpEQ32,
4225 assign(t1, IRExpr_ITE(mkexpr(t17),
4278 IRExpr_ITE(mkexpr(t17),
9263 t17
[all...]

Completed in 317 milliseconds