Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Result

105   // kept passes, we can update our bitcode file to include the result of the
129 // passes on the result of the prefix passes.
158 // Run the result...
828 // Call the old main function and return its result
910 // Cast the result from the resolver to correctly-typed function.
931 // Pass on the arguments to the real function, return its result
1010 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),
1015 if (Result)
1020 return Result;
1028 std::string Result = executeProgramSafely(Program, "bugpoint.safe.out",
1035 << "right flags or input.\n I left the result of executing "
1038 << Result << "'.\n";