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

1 2 3

  /external/clang/test/Sema/
warn-char-subscripts.c 46 void t8() { function
thread-specifier.c 40 __thread int t8; local
  /external/clang/test/Analysis/
free.c 37 void t8 (char **x) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 60 unsigned &t8 = (a->bitX = 3); // expected-error {{non-const reference cannot bind to bit-field 'bitX'}} local
  /external/clang/test/CodeGen/
complex.c 95 void t8() { function
libcalls-fno-builtin.c 59 char *t8(void) { return strchr("hello, world", 'w'); } function
60 // CHECK: t8
ms_struct-bitfield-1.c 70 } ATTR t8; variable in typeref:struct:__anon2378
71 static int a8[(sizeof(t8) == 4) -1];
asm.c 46 void t8() { function
47 __asm__ volatile("T8 NAMED MODIFIER: %c[input]" :: [input] "i" (4));
48 // CHECK: @t8()
49 // CHECK: T8 NAMED MODIFIER: ${0:c}
ms_struct-bitfield.c 104 } ATTR t8; variable in typeref:struct:__anon2391
105 int s8 = sizeof(t8);
  /external/clang/test/Index/
complete-documentation-templates.cpp 39 /// This is T8.
40 class T8 {};
59 T3<int>::T8 t8; local
128 // CHECK-CC4: ClassDecl:{TypedText T8}{{.*}}(brief comment: This is T8.)
  /external/clang/test/Misc/
integer-literal-printing.cpp 77 struct Type8<char16Ty::c, "8"> t8; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type8Helper<(char16Ty)u'\x00'>::Ty' (aka 'char16Ty')}} local
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 127 void t8(int n, ...) { function
abstract.cpp 77 void t8() { function
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 59 #define t8 $24 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 279 ("t8", None),
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
284 import t8 namespace
285 self.assertEqual(t8.__doc__, "doc for t8")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 279 ("t8", None),
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),
284 import t8 namespace
285 self.assertEqual(t8.__doc__, "doc for t8")
  /bionic/libc/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 90 #define t8 $24 /* two more temp registers */ macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 54 #define t8 $24 macro
104 #define t8 $24 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 83 #define t8 $24 /* two more temp registers */ macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 90 #define t8 $24 /* two more temp registers */ 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
167 "subu.qb %[t8], %[t7], %[t6] \n\t"
168 "addq.ph %[t6], %[t8], %[t4] \n\t"
173 "subu.qb %[t8], %[t3], %[t7] \n\t"
174 "addq.ph %[t7], %[t8], %[t4] \n\t"
187 "or %[t8], %[t9], %[t1] \n\t"
189 "or %[t9], %[t1], %[t8] \n\t"
192 "and %[t8], %[s2], %[t5] \n\t"
193 "or %[t5], %[t6], %[t8] \n\t"
199 "srl %[t8], %[t6], 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
    [all...]
  /external/clang/test/CodeGenCXX/
new.cpp 91 void t8(int n) { function
  /external/libcxxabi/test/
dynamic_cast3.cpp 397 namespace t8 namespace
451 } // t8
    [all...]

Completed in 475 milliseconds

1 2 3