Lines Matching defs:E
36 if (Error E = File.keep())
37 errs() << "Failed to keep temp file " << toString(std::move(E)) << '\n';
40 if (Error E = File.discard())
41 errs() << "Failed to delete temp file " << toString(std::move(E)) << '\n';
183 if (Error E = initializeExecutionEnvironment())
184 return E;
188 if (Error E = compileProgram(*Program)) {
189 outs() << toString(std::move(E));
201 if (Error E = createReferenceFile(*Program)) {
202 errs() << toString(std::move(E));
218 if (Error E = Diff.takeError()) {
219 errs() << toString(std::move(E));
224 if (Error E = debugMiscompilation()) {
225 errs() << toString(std::move(E));
233 if (Error E = debugCodeGenerator()) {
234 errs() << toString(std::move(E));