Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/bugpoint/
HDOptimizerDriver.cpp58 if (!Out.os().has_error()) { in writeProgramToFileAux()
154 if (InFile.os().has_error()) { in runPasses()
HDExtractFunction.cpp389 if (BlocksToNotExtractFile.os().has_error()) { in ExtractMappedBlocksFromModule()
/trueos/contrib/llvm/lib/Support/
HDLockFileManager.cpp110 if (Out.has_error()) { in LockFileManager()
HDraw_ostream.cpp503 if (has_error()) in ~raw_fd_ostream()
/trueos/contrib/llvm/lib/LTO/
HDLTOCodeGenerator.cpp189 if (Out.os().has_error()) { in writeMergedModules()
220 if (objFile.os().has_error()) { in compile_to_file()
/trueos/contrib/llvm/include/llvm/Support/
HDraw_ostream.h390 bool has_error() const { in has_error() function
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDGlobalModuleIndex.cpp800 if (Out.has_error()) in writeIndex()
806 if (Out.has_error()) in writeIndex()
/trueos/contrib/binutils/binutils/
HDresrc.c2853 int has_error = 0; in write_rc_messagetable() local
2862 has_error = 1; in write_rc_messagetable()
2870 has_error = 1; in write_rc_messagetable()
2886 has_error = 1; in write_rc_messagetable()
2894 has_error = 1; in write_rc_messagetable()
2911 if (has_error) in write_rc_messagetable()
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp2551 if (Out.has_error()) { in Save()