Searched defs:t17 (Results 1 - 12 of 12) sorted by relevance
/external/clang/test/CodeGen/ |
H A D | attributes.c | 35 int t17() { function
|
H A D | libcalls-fno-builtin.c | 95 size_t t17(char *x) { return strspn(x, ""); } function 96 // CHECK: t17
|
H A D | asm.c | 123 void t17() { function 127 // CHECK: @t17()
|
H A D | arm-aapcs-zerolength-bitfield.c | 169 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 D | arm-apcs-zerolength-bitfield.c | 173 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 D | types.c | 68 typeof_17 *t17 = &int_value; variable
|
/external/clang/test/Sema/ |
H A D | function.c | 80 fn_t t17; variable
|
H A D | thread-specifier.c | 67 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 D | dynamic_cast3.cpp | 914 namespace t17 namespace 973 } // t17 2434 t17::test();
|
/external/clang/test/SemaCXX/ |
H A D | type-traits.cpp | 411 int t17[F(__is_floating_point(wchar_t))]; local 439 int t17[T(__is_arithmetic(wchar_t))]; local 471 int t17[T(__is_complete_type(wchar_t))]; local 495 int t17[F(__is_void(wchar_t))]; local 525 int t17[F(__is_array(signed char))]; local 564 int t17[F(__is_function(signed char))]; local 637 int t17[T(__is_fundamental(wchar_t))]; local 688 int t17[T(__is_scalar(cvoid*))]; local 786 int t17[F(__is_member_object_pointer(ClassType*))]; local 822 int t17[ local 859 int t17[F(__is_member_pointer(Derives*))]; local 899 int t17[T(__is_const(const void))]; local 948 int t17[T(__is_volatile(volatile void))]; local 1066 int t17[T(__is_trivial(Derives))]; local 1100 int t17[T(__is_trivially_copyable(Derives))]; local 1179 int t17[F(__is_standard_layout(CppStructNonStandardBy2ndVirtBase))]; local 1198 int t17[F(__is_signed(unsigned long long))]; local 1226 int t17[F(__is_unsigned(signed char))]; local [all...] |
/external/valgrind/main/VEX/priv/ |
H A D | guest_mips_toIR.c | 2375 t15, t16, t17; local 2525 t17 = newTemp(Ity_I32); 2645 /* t17 = t15|t11|t7|t3 */ 2646 assign(t17, 2651 putIReg(rd, mkexpr(t17)); 3880 t17 = newTemp(Ity_I1); 3885 assign(t17, binop(Iop_CmpEQ32, 3889 assign(t1, IRExpr_ITE(mkexpr(t17), 3942 IRExpr_ITE(mkexpr(t17), 8927 t17 [all...] |
/external/pixman/demos/ |
H A D | quad2quad.c | 23 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 4205 milliseconds