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

  /prebuilts/go/darwin-x86/test/fixedbugs/issue4326.dir/
q1.go 3 func Deref(typ interface{}) interface{} {
  /prebuilts/go/linux-x86/test/fixedbugs/issue4326.dir/
q1.go 3 func Deref(typ interface{}) interface{} {
  /external/llvm/lib/Analysis/
MemDerefPrinter.cpp 25 SmallVector<Value *, 4> Deref;
38 Deref.clear();
60 Deref.push_back(PO);
70 for (Value *V: Deref) {
  /external/regex-re2/re2/
compile.cc 40 // Deref returns the next pointer pointed at by p.
41 static PatchList Deref(Prog::Inst *inst0, PatchList l);
57 PatchList PatchList::Deref(Prog::Inst* inst0, PatchList l) {
89 PatchList next = PatchList::Deref(inst0, l);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 720 bool Deref = MI->getOperand(0).isReg() && MI->getOperand(1).isImm();
721 int64_t Offset = Deref ? MI->getOperand(1).getImm() : 0;
724 if (Deref) {
733 Deref = true;
776 Deref = true;
785 if (Deref)
790 if (Deref)
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 417 } Deref;
    [all...]

Completed in 170 milliseconds