Searched refs:has_error (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp58 if (!Out.os().has_error()) {
154 if (InFile.os().has_error()) {
H A DExtractFunction.cpp389 if (BlocksToNotExtractFile.os().has_error()) {
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DLockFileManager.cpp110 if (Out.has_error()) {
H A Draw_ostream.cpp501 // has_error() and clear the error flag with clear_error() before
503 if (has_error())
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c2856 int has_error = 0;
2865 has_error = 1;
2873 has_error = 1;
2889 has_error = 1;
2897 has_error = 1;
2914 if (has_error)
2853 int has_error = 0; local
/freebsd-9.3-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp189 if (Out.os().has_error()) {
220 if (objFile.os().has_error()) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h386 /// has_error - Return the value of the flag in this raw_fd_ostream indicating
390 bool has_error() const { function in class:llvm::raw_fd_ostream
394 /// clear_error - Set the flag read by has_error() to false. If the error
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp800 if (Out.has_error())
806 if (Out.has_error())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp2551 if (Out.has_error()) {

Completed in 189 milliseconds