Home
last modified time | relevance | path

Searched refs:do_warning (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-objc-common.c72 bool do_warning = (warn_inline in c_cannot_inline_tree_fn() local
80 if (do_warning) in c_cannot_inline_tree_fn()
90 if (do_warning) in c_cannot_inline_tree_fn()
98 if (do_warning) in c_cannot_inline_tree_fn()
H A Dtree-inline.c1535 bool do_warning = (warn_inline in inlinable_function_p() local
1542 else if (do_warning) in inlinable_function_p()
H A DFSFChangeLog104 (do_warning): Remove.
1657 * cccp.c (do_warning): Give pedantic warning if -pedantic and not
1659 * cpplib.c (do_warning): Likewise.
H A DChangeLog-2000847 (do_warning): New function.
3876 (do_error, do_warning): Update.
7628 * cpplib.c (do_error, do_warning): Merge common code of
7629 do_error and do_warning into do_diagnostic. Use it.
12693 (do_error, do_warning, pragma_dependency): Call
23564 (do_import, do_include_next, do_warning, do_ident, do_sccs,
26143 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
26417 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
27323 (do_warning, do_ident, do_assert, do_unassert): Likewise.
28657 (do_error, do_warning): Don't use copy_rest_of_line or
[all …]
H A DChangeLog-1998362 do_warning): Take only two args.
370 (do_define, do_undef, do_error, do_warning, do_pragma,
11770 (do_warning): Likewise.
11844 do_once, do_assert, do_unassert, do_warning): Add prototype arguments.
11853 (do_warning): Likewise. Also add missing argument `pfile' in call
H A DFSFChangeLog.116452 (do_warning): #warning now causes an error if -pedantic-errors
6908 * cccp.c, cpplib.c (do_error, do_warning): Fix memory leak.
H A DChangeLog-19999570 do_warning): Const-ify second arg.
H A DChangeLog-200125484 * cpplib.c (do_warning): Warn in system headers.
/freebsd-12.1/sys/dev/ath/
H A Dif_ath_descdma.c390 int do_warning = 0; in ath_descdma_cleanup() local
407 if (do_warning == 0) { in ath_descdma_cleanup()
408 do_warning = 1; in ath_descdma_cleanup()
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c1010 do_warning (cpp_reader *pfile) in do_warning() function