Home
last modified time | relevance | path

Searched refs:suppress_errors (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc37 static int suppress_errors = 0; variable
65 gcc_assert (suppress_errors >= 0); in gfc_push_suppress_errors()
66 ++suppress_errors; in gfc_push_suppress_errors()
81 gcc_assert (suppress_errors > 0); in gfc_pop_suppress_errors()
82 --suppress_errors; in gfc_pop_suppress_errors()
91 return suppress_errors > 0; in gfc_query_suppress_errors()
1021 if (suppress_errors) in gfc_notify_std()
1425 if (suppress_errors) in gfc_error_opt()
H A DChangeLog-2008630 * error.c (suppress_errors): Made static from `gfc_suppress_error'.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c37 static int suppress_errors = 0; variable
65 gcc_assert (suppress_errors >= 0); in gfc_push_suppress_errors()
66 ++suppress_errors; in gfc_push_suppress_errors()
81 gcc_assert (suppress_errors > 0); in gfc_pop_suppress_errors()
82 --suppress_errors; in gfc_pop_suppress_errors()
920 if (suppress_errors) in gfc_notify_std()
1324 if (suppress_errors) in gfc_error_opt()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_338.c95 suppress_errors(int argc, char **argv) in suppress_errors() function
/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.c73 static int suppress_errors; variable
198 if (! suppress_errors) in suppressible_error()
935 if (!suppress_errors) in grepfile()
1017 if (!suppress_errors) in grepdir()
1561 suppress_errors = 1; in main()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c1044 nvptx_alloc (size_t s, bool suppress_errors) in nvptx_alloc() argument
1049 if (suppress_errors && r == CUDA_ERROR_OUT_OF_MEMORY) in nvptx_alloc()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog706 * src/grep.c (suppress_errors): Move definition earlier so
1980 (count_matches, list_files, no_filenames, suppress_errors): New static