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

  /external/clang/test/Analysis/
reference.cpp 54 char t6 (char* p) { function
free.c 28 void t6 () { function
  /external/clang/test/Sema/
warn-char-subscripts.c 33 void t6() { function
array-init.c 203 struct {int a; int b[];} t6 = {1, {1, 2, 3}}; // expected-warning{{flexible array initialization is a GNU extension}} \ variable in typeref:struct:__anon5064
  /external/clang/test/CodeGen/
attributes.c 23 // CHECK: @t6 = common protected global i32 0
24 int t6 __attribute__((visibility("protected"))); variable
complex.c 81 void t6() { function
ms_struct-bitfield-1.c 52 } ATTR t6; variable in typeref:struct:__anon4830
53 static int a6[(sizeof(t6) == 4) -1];
asm.c 36 void t6(void) { function
37 __asm__ volatile("" : : "i" (t6));
ms_struct-bitfield.c 53 } ATTR t6; variable in typeref:struct:__anon4843
122 static int arr6[(sizeof(t6) == 1) -1];
arm-apcs-zerolength-bitfield.c 54 struct t6 struct
61 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
62 static int arr6_sizeof[(sizeof(struct t6) == 8) ? 0 : -1];
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 99 void t6(Foo somearg, ... ) { function
  /external/valgrind/main/memcheck/tests/
origin3-no.c 22 __attribute__((noinline)) int t6(void);
33 x += t6();
87 __attribute__((noinline)) int t6(void) function
  /external/clang/test/CodeGenCXX/
new.cpp 54 int *t6() { function
  /external/libffi/src/mips/
ffitarget.h 117 #define t6 $14 macro
  /bionic/libm/src/
e_lgamma_r.c 116 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable
258 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
e_lgammaf_r.c 50 t6 = 6.1005386524e-03, /* 0x3bc7e707 */ variable
192 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/fdlibm/
e_lgamma_r.c 115 t6 = 6.10053870246291332635e-03, /* 0x3F78FCE0, 0xE370E344 */ variable
265 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
  /external/speex/libspeex/
smallft.c 119 int t0,t1,t2,t3,t4,t5,t6; local
140 t6=t1+t1;
145 t6+=2;
148 ch[t6]=cc[t5]+ti2;
150 ch[t6-1]=cc[t5-1]+tr2;
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
206 t5=(t6=ido<<1)+t4;
238 ch[t4+t6-1]=ti4+tr3;
239 ch[t4+t6]=tr4+ti3;
241 ch[t5+t6-1]=tr2-tr1
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/v8/src/mips/
simulator-mips.h 146 t0, t1, t2, t3, t4, t5, t6, t7, enumerator in enum:v8::internal::Simulator::Register
assembler-mips.h 101 "t6",
143 const Register t6 = { 14 }; member in namespace:v8::internal
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MIPSAssembler.h 90 t6 = r14, enumerator in enum:JSC::MIPSRegisters::__anon13044
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 3654 SDValue t6 = DAG.getNode(ISD::ADD, dl, MVT::i32, local
3674 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
3703 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
3793 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
3821 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
3901 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
3930 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
4035 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
4091 SDValue t6 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t5); local
4113 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
4140 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
4224 SDValue t6 = DAG.getNode(ISD::BITCAST, dl, MVT::i32, t5); local
4246 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
4273 SDValue t6 = DAG.getNode(ISD::FMUL, dl, MVT::f32, t5, X); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 7872 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
    [all...]
guest_amd64_toIR.c 9004 IRTemp addr, t0, t1, t2, t3, t4, t5, t6; local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 11114 unsigned t6 = F->getRegInfo().createVirtualRegister(RC); local
    [all...]

Completed in 2586 milliseconds