HomeSort by relevance Sort by last modified time
    Searched full:newret (Results 1 - 9 of 9) sorted by null

  /external/ppp/pppd/
ccp.c 1075 int ret, newret, res; local
1093 newret = CONFACK;
1097 newret = CONFREJ;
1107 newret = CONFREJ;
1114 newret = CONFNAK;
1118 newret = CONFNAK;
1132 newret = CONFREJ;
1141 newret = CONFNAK;
1147 newret = CONFREJ;
1152 newret = CONFREJ
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 581 Instruction *NewRet = RI->clone();
582 Pred->getInstList().push_back(NewRet);
586 for (User::op_iterator i = NewRet->op_begin(), e = NewRet->op_end();
595 Pred->getInstList().insert(NewRet->getIterator(), NewBC);
612 return cast<ReturnInst>(NewRet);
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 660 Instruction *NewRet = RI->clone();
661 Pred->getInstList().push_back(NewRet);
665 for (User::op_iterator i = NewRet->op_begin(), e = NewRet->op_end();
675 return cast<ReturnInst>(NewRet);
SimplifyCFG.cpp     [all...]
  /external/fio/
options.c 4747 int newret = parse_option(opts_copy[i], opts[i], fio_options, local
4773 int newret = 1; local
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]

Completed in 277 milliseconds