Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dasync.c112 if (!au->error.has_error) in async_io()
166 if (unlikely (au->error.has_error)) in async_io()
256 au->error.has_error = 0; in init_async_unit()
385 bool has_error = au->error.has_error; in collect_async_errors() local
387 if (has_error) in collect_async_errors()
391 au->error.has_error = 0; in collect_async_errors()
400 return has_error; in collect_async_errors()
418 if (au->error.has_error) in async_wait_id()
H A Dasync.h361 bool has_error; member
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dasync.c112 if (!au->error.has_error) in async_io()
166 if (unlikely (au->error.has_error)) in async_io()
256 au->error.has_error = 0; in init_async_unit()
385 bool has_error = au->error.has_error; in collect_async_errors() local
387 if (has_error) in collect_async_errors()
391 au->error.has_error = 0; in collect_async_errors()
400 return has_error; in collect_async_errors()
418 if (au->error.has_error) in async_wait_id()
H A Dasync.h361 bool has_error; member
/netbsd-src/external/mit/lua/dist/src/
H A Dlua.c265 #define has_error 1 /* bad option */ macro
297 return has_error; /* invalid option */ in collectargs()
304 return has_error; /* invalid option */ in collectargs()
309 return has_error; /* invalid option */ in collectargs()
315 return has_error; /* invalid option */ in collectargs()
324 return has_error; /* no next argument or it is another option */ in collectargs()
328 return has_error; in collectargs()
626 if (args == has_error) { /* bad arg? */ in pmain()
/netbsd-src/external/bsd/pkg_install/dist/delete/
H A Dpkg_delete.c645 int ch, r, has_error; in main() local
738 has_error = 0; in main()
741 has_error |= add_by_filename(&pkgs, *argv); in main()
743 has_error |= add_by_pattern(&pkgs, *argv); in main()
745 has_error |= add_by_pkgname(&pkgs, *argv); in main()
748 if (has_error && !Force) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DOptimizerDriver.cpp56 if (!Out.os().has_error()) { in writeProgramToFileAux()
73 if (!OS.has_error()) in writeProgramToFile()
160 if (OS.has_error()) { in runPasses()
H A DExtractFunction.cpp401 if (OS.has_error()) { in extractMappedBlocksFromModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp45 if (Out.os().has_error()) { in isReduced()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c692 if (u->au->error.has_error) in generate_error_common()
697 u->au->error.has_error = 1; in generate_error_common()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c661 if (u->au->error.has_error) in generate_error_common()
666 u->au->error.has_error = 1; in generate_error_common()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLockFileManager.cpp202 if (Out.has_error()) { in LockFileManager()
H A DFileUtilities.cpp316 if (OS.has_error()) { in writeFileAtomically()
H A Draw_ostream.cpp681 if (has_error()) in ~raw_fd_ostream()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/
H A DClangOffloadWrapper.cpp370 if (Out.os().has_error()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp226 if (!Dumpstream->has_error()) in PerfJITEventListener()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dresrc.c2925 int has_error = 0; in write_rc_messagetable() local
2935 has_error = 1; in write_rc_messagetable()
2946 has_error = 1; in write_rc_messagetable()
2963 has_error = 1; in write_rc_messagetable()
2971 has_error = 1; in write_rc_messagetable()
2999 if (has_error) in write_rc_messagetable()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c2931 int has_error = 0; in write_rc_messagetable() local
2941 has_error = 1; in write_rc_messagetable()
2952 has_error = 1; in write_rc_messagetable()
2969 has_error = 1; in write_rc_messagetable()
2977 has_error = 1; in write_rc_messagetable()
3005 if (has_error) in write_rc_messagetable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp814 assert(!OS->has_error()); in finish()
815 if (OS->has_error()) { in finish()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h520 bool has_error() const { return bool(EC); } in has_error() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp232 if (Out.os().has_error()) { in writeMergedModules()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc529 if (OS.has_error())
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc555 if (OS.has_error())
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp425 if (dest.has_error()) { in LLVMPrintModuleToFile()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp6699 if (XarOut.has_error()) in DumpBitcodeSection()