Lines Matching refs: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...
795 // Call the old main function and return its result
877 // Cast the result from the resolver to correctly-typed function.
898 // Pass on the arguments to the real function, return its result
972 bool Result = BD.diffProgram(BD.getProgram(), TestModuleBC.str(),
977 if (Result)
982 return Result;
990 std::string Result = executeProgramSafely(Program, "bugpoint.safe.out",
997 << "right flags or input.\n I left the result of executing "
1000 << Result << "'.\n";