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

1 2

  /external/clang/test/Sema/
warn-char-subscripts.c 53 void t9() { function
  /external/clang/test/Analysis/
free.c 42 void t9 () { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 61 unsigned &t9 = (a->bitY += 3); // expected-error {{non-const reference cannot bind to bit-field 'bitY'}} local
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 63 char *t9(void) { return strrchr("hello, world", 'w'); } function
64 // CHECK: t9
ms_struct-bitfield-1.c 79 } ATTR t9; variable in typeref:struct:__anon23292
80 static int a9[(sizeof(t9) == 16) -1];
asm.c 53 unsigned t9(unsigned int a) { function
ms_struct-bitfield.c 137 } ATTR t9; variable in typeref:struct:__anon23305
138 int s9 = sizeof(t9);
arm-aapcs-zerolength-bitfield.c 82 struct t9 struct
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
90 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 86 struct t9 struct
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
94 static int arr9_sizeof[(sizeof(struct t9) == 8) ? 0 : -1];
  /external/clang/test/Misc/
integer-literal-printing.cpp 78 struct Type9<char32Ty::c, "9"> t9; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type9Helper<(char32Ty)u'\x00'>::Ty' (aka 'char32Ty')}} local
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 134 int t9(int n) { function
  /bionic/libc/arch-mips/include/machine/
regdef.h 84 #define t9 $25 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 91 #define t9 $25 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 55 #define t9 $25 macro
105 #define t9 $25 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 84 #define t9 $25 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 84 #define t9 $25 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 91 #define t9 $25 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
176 "andi %[t9], %[t4], 0xffff \n\t"
187 "or %[t8], %[t9], %[t1] \n\t"
189 "or %[t9], %[t1], %[t8] \n\t"
196 "addu %[t5], %[t1], %[t9] \n\t"
209 "or %[t9], %[t1], %[t8] \n\t"
216 "addu %[t5], %[t1], %[t9] \n\t"
233 [t8]"=&r"(t8), [t9]"=&r"(t9), [s0]"=&r"(s0), [s1]"=&r"(s1),
270 register uint32_t t6, t7, t8, t9, s0 local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
    [all...]
  /external/clang/test/CodeGenCXX/
new.cpp 104 void t9() { function
  /external/libcxxabi/test/
dynamic_cast3.cpp 453 namespace t9 namespace
507 } // t9
    [all...]
dynamic_cast5.cpp 1158 namespace t9 namespace
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 51 #define t9 t5 // alias! define
240 EX(.ex_handler, (p[D]) ld8 t9 = [src0], 3*8)
247 EX(.ex_handler, (p[D]) st8 [dst0] = t9, 3*8)
  /external/llvm/include/llvm/Support/
AlignOf.h 174 typename T8 = char, typename T9 = char, typename T10 = char>
176 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10; member in class:llvm::detail::AlignerImpl
184 typename T8 = char, typename T9 = char, typename T10 = char>
188 arr9[sizeof(T9)], arr10[sizeof(T10)];
202 typename T8 = char, typename T9 = char, typename T10 = char>
205 T6, T7, T8, T9, T10> >::Alignment,
207 T6, T7, T8, T9, T10>)> {
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 52 t9 = -1.4034647029e-03, /* 0xbab7f476 */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgamma_r.c 119 t9 = -1.40346469989232843813e-03, /* 0xBF56FE8E, 0xBF2D1AF1 */ variable
259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */

Completed in 881 milliseconds

1 2