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

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 246 bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs,
249 // functions listed in Funcs.
251 << (Funcs.size()==1 ? "this function is" : "these functions are")
254 PrintFunctionList(Funcs);
259 // will be in the clone and Funcs will still point to valid memory
269 for (unsigned i = 0, e = Funcs.size(); i != e; ++i) {
270 Function *F = cast<Function>(VMap[Funcs[i]]);
500 // functions listed in Funcs.
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 618 static std::vector<std::string> Funcs;
621 Funcs.push_back("_Z14rsGetElementAt13rs_allocationj");
622 Funcs.push_back("_Z14rsGetElementAt13rs_allocationjj");
623 Funcs.push_back("_Z14rsGetElementAt13rs_allocationjjj");
625 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvj");
626 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvjj");
627 Funcs.push_back("_Z14rsSetElementAt13rs_allocationPvjjj");
629 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_Y13rs_allocationjj");
631 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_U13rs_allocationjj");
633 Funcs.push_back("_Z25rsGetElementAtYuv_uchar_V13rs_allocationjj")
    [all...]

Completed in 100 milliseconds