HomeSort by: relevance | last modified time | path
    Searched defs:has_error (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
async.c 114 if (!au->error.has_error)
168 if (unlikely (au->error.has_error))
258 au->error.has_error = 0;
387 bool has_error = au->error.has_error; local
389 if (has_error)
393 au->error.has_error = 0;
402 return has_error;
420 if (au->error.has_error)
async.h 512 bool has_error; member in struct:async_unit::__anon14380
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
async.c 112 if (!au->error.has_error)
166 if (unlikely (au->error.has_error))
256 au->error.has_error = 0;
385 bool has_error = au->error.has_error; local
387 if (has_error)
391 au->error.has_error = 0;
400 return has_error;
418 if (au->error.has_error)
async.h 361 bool has_error; member in struct:async_unit::__anon16792
  /src/external/bsd/pkg_install/dist/delete/
pkg_delete.c 645 int ch, r, has_error; local
738 has_error = 0;
741 has_error |= add_by_filename(&pkgs, *argv);
743 has_error |= add_by_pattern(&pkgs, *argv);
745 has_error |= add_by_pkgname(&pkgs, *argv);
748 if (has_error && !Force) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 520 bool has_error() const { return bool(EC); } function in class:llvm::raw_fd_ostream
522 /// Set the flag read by has_error() to false. If the error flag is set at the
  /src/external/mit/lua/dist/src/
lua.c 265 #define has_error 1 /* bad option */ macro
297 return has_error; /* invalid option */
304 return has_error; /* invalid option */
309 return has_error; /* invalid option */
315 return has_error; /* invalid option */
324 return has_error; /* no next argument or it is another option */
328 return has_error;
626 if (args == has_error) { /* bad arg? */
  /src/external/gpl3/binutils/dist/binutils/
resrc.c 2949 int has_error = 0;
2959 has_error = 1;
2970 has_error = 1;
2987 has_error = 1;
2995 has_error = 1;
3023 if (has_error)
2946 int has_error = 0; local
  /src/external/gpl3/binutils.old/dist/binutils/
resrc.c 2949 int has_error = 0;
2959 has_error = 1;
2970 has_error = 1;
2987 has_error = 1;
2995 has_error = 1;
3023 if (has_error)
2946 int has_error = 0; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 2935 bool has_error = false; local
3009 has_error = true;
3013 has_error = true;
3020 has_error = true;
3022 if (has_error)

Completed in 46 milliseconds