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

1 2

  /external/clang/test/CodeGen/
asm_arm64.c 41 void t6 (void *f, int g) { function
42 // CHECK: t6
ms-inline-asm.c 45 void t6(void) { function
47 // CHECK: t6
attributes.c 23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
complex.c 79 void t6() { function
libcalls-fno-builtin.c 51 char *t6(char *x) { return strcat(x, ""); } function
52 // CHECK: t6
ms_struct-bitfield-1.c 52 } ATTR t6; variable in typeref:struct:__anon23289
53 static int a6[(sizeof(t6) == 4) -1];
asm.c 36 void t6(void) { function
37 __asm__ volatile("" : : "i" (t6));
ms_struct-bitfield.c 73 } ATTR t6; variable in typeref:struct:__anon23302
74 int s6 = sizeof(t6);
  /external/clang/test/Index/
complete-documentation.cpp 20 struct T6 {
28 void T6::T7() {
36 T6 t6; local
37 t6.T8();
  /external/clang/test/Sema/
attr-cleanup.c 46 void t6(void) { function
warn-char-subscripts.c 33 void t6() { function
  /external/clang/test/Analysis/
free.c 29 void t6 () { function
reference.cpp 55 char t6 (char* p) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5.cpp 58 unsigned &t6 = (a->var ? a->bitX : a->var); // expected-error {{non-const reference cannot bind to bit-field}} local
  /external/clang/test/CodeGenCXX/
rtti-linkage.cpp 167 inline void t6() { function
172 t6();
  /external/clang/test/Misc/
integer-literal-printing.cpp 75 struct Type6<ucharTy::c, "6"> t6; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type6Helper<(ucharTy)'\x00'>::Ty' (aka 'ucharTy')}} local
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 111 void t6(Foo somearg, ... ) { function
  /bionic/libc/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /bionic/libc/arch-mips64/include/machine/
regdef.h 75 #define t6 $14 macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 41 #define t6 $14 macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 68 #define t6 $14 macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 75 #define t6 $14 macro
  /external/chromium_org/sync/sessions/
nudge_tracker_unittest.cc 604 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
626 nudge_tracker_.SetSyncCycleStartTime(t6);
637 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
660 nudge_tracker_.SetSyncCycleStartTime(t6);
695 const base::TimeTicks t6 = t0 + base::TimeDelta::FromSeconds(6); local
726 nudge_tracker_.SetSyncCycleStartTime(t6);
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 17 register uint32_t t0, t1, t2, t3, t4, t5, t6; local
48 "shrl.qb %[t6], %[t0], 3 \n\t"
57 "subu.qb %[t6], %[t6], %[t3] \n\t"
60 "muleu_s.ph.qbr %[t6], %[s4], %[t6] \n\t"
65 "shra.ph %[t6], %[t6], 8 \n\t"
68 "addu.qb %[t6], %[t6], %[t3] \n\t
121 register int32_t t0, t1, t2, t3, t4, t5, t6; local
270 register uint32_t t6, t7, t8, t9, s0; local
378 register int32_t t0, t1, t2, t3, t4, t5, t6; 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 175 milliseconds

1 2