/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | async.c | 112 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 D | async.h | 361 bool has_error; member
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | async.c | 112 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 D | async.h | 361 bool has_error; member
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lua.c | 265 #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 D | pkg_delete.c | 645 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 D | OptimizerDriver.cpp | 56 if (!Out.os().has_error()) { in writeProgramToFileAux() 73 if (!OS.has_error()) in writeProgramToFile() 160 if (OS.has_error()) { in runPasses()
|
H A D | ExtractFunction.cpp | 401 if (OS.has_error()) { in extractMappedBlocksFromModule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
H A D | Delta.cpp | 45 if (Out.os().has_error()) { in isReduced()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | error.c | 692 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 D | error.c | 661 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 D | LockFileManager.cpp | 202 if (Out.has_error()) { in LockFileManager()
|
H A D | FileUtilities.cpp | 316 if (OS.has_error()) { in writeFileAtomically()
|
H A D | raw_ostream.cpp | 681 if (has_error()) in ~raw_fd_ostream()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-wrapper/ |
H A D | ClangOffloadWrapper.cpp | 370 if (Out.os().has_error()) { in main()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 226 if (!Dumpstream->has_error()) in PerfJITEventListener()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | resrc.c | 2925 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 D | resrc.c | 2931 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 D | SerializedDiagnosticPrinter.cpp | 814 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 D | raw_ostream.h | 520 bool has_error() const { return bool(EC); } in has_error() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 232 if (Out.os().has_error()) { in writeMergedModules()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/ |
H A D | Program.inc | 529 if (OS.has_error())
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
H A D | Program.inc | 555 if (OS.has_error())
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 425 if (dest.has_error()) { in LLVMPrintModuleToFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 6699 if (XarOut.has_error()) in DumpBitcodeSection()
|