Lines Matching defs:Error
116 std::string* Error,
118 slangAssert((OutputFile != NULL) && (Error != NULL) &&
122 llvm::sys::path::parent_path(OutputFile), Error)) {
124 new llvm::tool_output_file(OutputFile, *Error, Flags);
129 // Report error here.
131 << OutputFile << *Error;
333 std::string Error;
340 OS = OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, &Error,
350 &Error, mDiagEngine);
358 if (!Error.empty())
369 std::string Error;
372 OpenOutputFile(OutputFile, llvm::sys::fs::F_Text, &Error, mDiagEngine));
373 if (!Error.empty() || (mDOS.get() == NULL))
417 // Declare success if no error
449 // Declare success if no error
472 // Always print diagnostics if we had an error occur, but don't print