Searched defs:t7 (Results 1 - 25 of 34) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dms-inline-asm.c51 void t7() { function
56 // CHECK: t7
H A Dattributes.c55 // CHECK: define void @t7() [[NR]] {
56 void t7() __attribute__((noreturn, nothrow));
57 void t7() { while (1) {} } function
H A Dcomplex.c91 double t7(double _Complex c) { function
H A Dlibcalls-fno-builtin.c55 char *t7(char *x) { return strncat(x, "", 1); } function
56 // CHECK: t7
H A Dms_struct-bitfield-1.c61 } ATTR t7; variable in typeref:struct:__anon15918
62 static int a7[(sizeof(t7) == 16) -1];
H A Dms_struct-bitfield.c71 } ATTR t7; variable in typeref:struct:__anon15931
123 static int arr7[(sizeof(t7) == 9) -1];
H A Dasm.c40 void t7(int a) { function
42 // CHECK: @t7(i32
H A Darm-aapcs-zerolength-bitfield.c62 struct t7 struct
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
70 static int arr7_sizeof[(sizeof(struct t7) == 4) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c66 struct t7 struct
73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
74 static int arr7_sizeof[(sizeof(struct t7) == 8) ? 0 : -1];
/external/clang/test/Sema/
H A Dwarn-char-subscripts.c39 void t7() { function
H A Dthread-specifier.c39 int f(__thread int t7) { // expected-error {{' is only allowed on variable declarations}} argument
/external/clang/test/Analysis/
H A Dfree.c33 void t7 (char **x) { function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance.cpp168 Test7 t7; member in namespace:no_thunks
H A Dnew.cpp81 void t7() { function
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp76 struct Type7<wcharTy::c, "7"> t7; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type7Helper<(wcharTy)L'\x00'>::Ty' (aka 'wcharTy')}} local
/external/clang/test/SemaCXX/
H A Dvararg-non-pod.cpp116 void t7(int n, ...) { function
/external/llvm/include/llvm/Support/
H A DAlignOf.h175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; member in class:llvm::detail::AlignerImpl
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h50 #define t7 $15 macro
/external/kernel-headers/original/asm-mips/
H A Dregdef.h35 #define t7 $15 macro
/external/libffi/src/mips/
H A Dffitarget.h118 #define t7 $15 macro
/external/jpeg/
H A Djidctintelsse.c116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local
193 t7 = _mm_adds_epi16(tp765, tm765);\
194 t7 = _mm_adds_epi16(t7, *( __m128i*)M128_one_corr);\
232 temp = _mm_adds_epi16(t0, t7); /*y0*/ \
263 temp2 = _mm_subs_epi16(t0, t7);\
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local
193 t7 = _mm_adds_epi16(tp765, tm765);\
194 t7 = _mm_adds_epi16(t7, *( __m128i*)M128_one_corr);\
232 temp = _mm_adds_epi16(t0, t7); /*y0*/ \
263 temp2 = _mm_subs_epi16(t0, t7);\
/external/ceres-solver/include/ceres/
H A Drotation.h532 const T t7 = q[1] * q[3]; local
536 result[0] = T(2) * ((t8 + t1) * pt[0] + (t6 - t4) * pt[1] + (t3 + t7) * pt[2]) + pt[0]; // NOLINT
538 result[2] = T(2) * ((t7 - t3) * pt[0] + (t2 + t9) * pt[1] + (t5 + t8) * pt[2]) + pt[2]; // NOLINT
/external/fdlibm/
H A De_lgamma_r.c116 t7 = -3.68452016781138256760e-03, /* 0xBF6E2EFF, 0xB3E914D7 */ variable
266 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));

Completed in 1864 milliseconds

12