Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Error

31 /// recreate the failure. This returns true if a compiler error is found.
79 std::string Error;
80 compileProgram(Program, &Error);
81 if (!Error.empty()) {
83 outs() << Error;
93 bool Diff = diffProgram(Program, Filename, "", false, &Error);
94 if (Error.empty() && Diff) {
96 debugMiscompilation(&Error);
97 if (Error.empty())
100 if (!Error.empty()) {
101 errs() << Error;