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

  /frameworks/compile/libbcc/lib/AndroidBitcode/X86/
X86ABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
54 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
  /frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
ARMABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
68 llvm::Value *addr_typed = builder.CreateBitCast(addr, pty);
  /frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
MipsABCExpandVAArg.cpp 42 llvm::Type *pty = pInst->getType(); local
43 llvm::Type *ty = pty->getContainedType(0);
63 addr_typed = builder.CreateIntToPtr(and_v, pty);
66 addr_typed = builder.CreateBitCast(addr, pty);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 344 let pty = pointer_type nsty in var
345 struct_set_body nsty [| i32_type; pty |] false;
346 let elts = [| const_int i32_type 4; const_pointer_null pty |] in
    [all...]
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
JFmRx.java 63 void fmRxPtyCodeChanged(JFmRx context, JFmRxStatus status, JFmRxRdsPtyCode pty);
1554 JFmRxRdsPtyCode pty = new JFmRxRdsPtyCode(ptyValue); local
    [all...]
  /external/libxml2/
xmlschemas.c 20073 xmlSchemaTypePtr tx, ty, ptx, pty; local
    [all...]

Completed in 398 milliseconds