HomeSort by relevance Sort by last modified time
    Searched defs:t7 (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/clang/test/CodeGen/
ms-inline-asm.c 51 void t7() { function
61 // CHECK: t7
attributes.c 55 // CHECK: define void @t7() [[NR]] {
56 void t7() __attribute__((noreturn, nothrow));
57 void t7() { while (1) {} } function
complex.c 91 double t7(double _Complex c) { function
libcalls-fno-builtin.c 55 char *t7(char *x) { return strncat(x, "", 1); } function
56 // CHECK: t7
ms_struct-bitfield-1.c 61 } ATTR t7; variable in typeref:struct:__anon2377
62 static int a7[(sizeof(t7) == 16) -1];
asm.c 40 void t7(int a) { function
41 __asm__ volatile("T7 NAMED: %[input]" : "+r"(a): [input] "i" (4));
42 // CHECK: @t7(i32
43 // CHECK: T7 NAMED: $1
ms_struct-bitfield.c 94 } ATTR t7; variable in typeref:struct:__anon2390
95 int s7 = sizeof(t7);
  /external/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 66 auto t7 = extract ( tup, size7 ()); local
67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 66 auto t7 = extract ( tup, size7 ()); local
67 static_assert ( std::tuple_size<decltype(t7)>::value == size7::size (), "t7 size wrong");
68 assert ( t7 == std::make_tuple ( 10, 11, 12, 13, 14, 15, 16 ));
  /external/clang/test/Sema/
warn-char-subscripts.c 39 void t7() { function
  /external/clang/test/Analysis/
free.c 33 void t7 (char **x) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 59 unsigned &t7 = (a->var ? a->var : a->bitY); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 175 inline void t7() { function
180 t7();
  /external/clang/test/Misc/
integer-literal-printing.cpp 76 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/
vararg-non-pod.cpp 116 void t7(int n, ...) { function
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 50 #define t7 $15 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function
202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 191 def t7((a, b), c, (d, e)): "(<tuple>, c, <tuple>)" function
202 def t7(self, (ai, b), c, (d, e)): "(<tuple>, c, <tuple>)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /bionic/libc/arch-mips/include/machine/
regdef.h 69 #define t7 $15 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 76 #define t7 $15 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 42 #define t7 $15 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 69 #define t7 $15 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 69 #define t7 $15 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 76 #define t7 $15 macro
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
166 "shrl.qb %[t7], %[t3], 1 \n\t"
167 "subu.qb %[t8], %[t7], %[t6] \n\t"
170 "srl %[t7], %[t2], 16 \n\t"
171 "ins %[t4], %[t7], 16, 8 \n\t"
172 "shrl.qb %[t7], %[t4], 5 \n\t"
173 "subu.qb %[t8], %[t3], %[t7] \n\t"
174 "addq.ph %[t7], %[t8], %[t4] \n\t"
175 "shll.ph %[t4], %[t7], 2 \n\t"
181 "srl %[t7], %[t5], 16 \n\t
270 register uint32_t t6, t7, t8, t9, s0; local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
    [all...]

Completed in 1245 milliseconds

1 2 3 4