Home
last modified time | relevance | path

Searched full:warning (Results 1 – 25 of 4172) sorted by relevance

12345678910>>...167

/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td15 def warn_doc_html_start_tag_expected_quoted_string : Warning<
19 def warn_doc_html_start_tag_expected_ident_or_greater : Warning<
28 def warn_doc_html_end_forbidden : Warning<
32 def warn_doc_html_end_unbalanced : Warning<
36 def warn_doc_html_start_end_mismatch : Warning<
43 def warn_doc_html_missing_end_tag : Warning<
49 def warn_doc_block_command_empty_paragraph : Warning<
53 def warn_doc_block_command_duplicate : Warning<
65 def warn_doc_param_invalid_direction : Warning<
70 def warn_doc_param_spaces_in_direction : Warning<
[all …]
H A DDiagnosticLexKinds.td15 def null_in_char_or_string : Warning<
18 def null_in_file : Warning<"null character ignored">, InGroup<NullCharacter>;
19 def warn_nested_block_comment : Warning<"'/*' within block comment">,
21 def escaped_newline_block_comment_end : Warning<
24 def backslash_newline_space : Warning<
29 def warn_cxx98_compat_less_colon_colon : Warning<
33 def warn_cxx17_compat_spaceship : Warning<
36 def warn_cxx20_compat_spaceship : Warning<
42 def trigraph_ignored : Warning<"trigraph ignored">, InGroup<Trigraphs>;
43 def trigraph_ignored_block_comment : Warning<
[all...]
H A DDiagnosticDriverKinds.td36 def warn_drv_invalid_arch_name_with_suggestion : Warning<
39 def warn_drv_avr_mcu_not_specified : Warning<
43 def warn_drv_avr_libc_not_found: Warning<
47 def warn_drv_avr_family_linking_stdlibs_not_implemented: Warning<
50 def warn_drv_avr_linker_section_addresses_not_implemented: Warning<
54 def warn_drv_avr_stdlib_not_linked: Warning<
97 def warn_drv_amdgpu_cov6: Warning<
103 def warn_drv_multi_gpu_arch : Warning<
111 def warn_drv_new_cuda_version: Warning<
114 def warn_drv_partially_supported_cuda_version: Warning<
[all...]
H A DDiagnosticFrontendKinds.td19 def warn_fe_inline_asm : Warning<"%0">, CatInlineAsm, InGroup<BackendInlineAsm>;
23 def warn_fe_source_mgr : Warning<"%0">, CatSourceMgr, InGroup<BackendSourceMgr>;
26 def warn_fe_linking_module : Warning<"linking module '%0': %1">, InGroup<LinkerWarnings>;
29 def warn_fe_frame_larger_than : Warning<"stack frame size (%0) exceeds limit (%1) in '%2'">,
31 def warn_fe_backend_frame_larger_than: Warning<"%0">,
36 def warn_fe_backend_plugin: Warning<"%0">, BackendInfo, InGroup<BackendPlugin>;
39 def warn_fe_backend_resource_limit: Warning<"%0 (%1) exceeds limit (%2) in '%3'">, BackendInfo, InGroup<BackendPlugin>;
46 def warn_fe_override_module : Warning<
49 def warn_fe_backend_unsupported_fp_rounding : Warning<
52 def warn_fe_backend_unsupported_fp_exceptions : Warning<
[all...]
H A DDiagnosticParseKinds.td37 def warn_cxx98_compat_top_level_semi : Warning<
50 def warn_extra_semi_after_mem_fn_def : Warning<
53 def warn_null_statement : Warning<
55 "remove unnecessary ';' to silence this warning">,
58 def warn_misleading_indentation : Warning<
70 def warn_compound_token_split_by_macro : Warning<
75 def warn_compound_token_split_by_whitespace : Warning<
103 def warn_cxx98_compat_enumerator_list_comma : Warning<
119 def warn_cxx98_compat_enum_fixed_underlying_type : Warning<
134 def warn_cxx98_compat_scoped_enum : Warning<
[all...]
H A DDiagnosticSemaKinds.td21 def warn_variables_not_in_loop_body : Warning<
25 def warn_redundant_loop_iteration : Warning<
31 def warn_duplicate_enum_values : Warning<
37 def warn_unsigned_abs : Warning<
42 def warn_abs_too_small : Warning<
45 def warn_wrong_absolute_value_type : Warning<
50 def warn_pointer_abs : Warning<
54 def warn_max_unsigned_zero : Warning<
62 def warn_infinite_recursive_function : Warning<
66 def warn_comma_operator : Warning<"possibl
[all...]
H A DDiagnosticCommonKinds.td25 def warn_stack_exhausted : Warning<
48 def warn_next_larger_fp_type_same_size_than_fp : Warning<
73 def warn_pragma_debug_missing_argument : Warning<
75 def warn_pragma_debug_unexpected_argument : Warning<
78 def warn_fp_nan_inf_when_disabled : Warning<
93 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">;
94 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
102 Warning<"variadic templates are incompatible with C++98">,
138 def warn_cxx20_compat_consteval : Warning<
141 def warn_missing_type_specifier : Warning<
[all...]
/freebsd-src/contrib/libpcap/
H A Ddiag-control.h63 __pragma(warning(push)) \
64 __pragma(warning(disable:4061))
66 __pragma(warning(pop))
76 __pragma(warning(push)) \
77 __pragma(warning(disable:4065))
79 __pragma(warning(pop))
130 * preprocessing, the warning can be irrelevant to this source tree because
154 * This is Microsoft Visual Studio; we can use __pragma(warning(disable:XXXX))
155 * and __pragma(warning(push/pop)).
161 __pragma(warning(pus
[all...]
H A Dpcap_activate.3pcap44 A non-zero return value indicates what warning or error condition
47 The possible warning values are:
60 Another warning condition occurred;
66 as an argument to fetch or display a message describing the warning
120 Additional warning and error codes may be added in the future; a program
125 can be called, with a warning or error code as an argument, to fetch a
126 message describing the warning or error code.
/freebsd-src/contrib/ntp/ntpd/
H A Dntpd-opts.h172 # warning undefining IPV4 due to option name conflict
176 # warning undefining IPV6 due to option name conflict
180 # warning undefining AUTHREQ due to option name conflict
184 # warning undefining AUTHNOREQ due to option name conflict
188 # warning undefining BCASTSYNC due to option name conflict
192 # warning undefining CONFIGFILE due to option name conflict
196 # warning undefining DEBUG_LEVEL due to option name conflict
200 # warning undefining SET_DEBUG_LEVEL due to option name conflict
204 # warning undefining DRIFTFILE due to option name conflict
208 # warning undefining PANICGATE due to option name conflict
[all …]
/freebsd-src/contrib/bmake/unit-tests/
H A Ddirective-warning.exp1 make: "directive-warning.mk" line 10: Unknown directive "warn"
2 make: "directive-warning.mk" line 12: Unknown directive "warn"
3 make: "directive-warning.mk" line 14: Unknown directive "warnin"
4 make: "directive-warning.mk" line 16: Unknown directive "warnin"
5 make: "directive-warning.mk" line 18: Missing argument for ".warning"
6 make: "directive-warning.mk" line 19: warning: message
7 make: "directive-warning.mk" line 21: Unknown directive "warnings"
8 make: "directive-warning
[all...]
H A Dvarmod-to-separator.mk10 . warning Space as separator does not work.
15 . warning Comma as separator does not work.
20 . warning Chaining modifiers does not work.
26 . warning Colon as separator does not work.
33 . warning Colon as separator does not work.
45 . warning Colon as separator does not work.
52 . warning Colon as separator does not work.
59 . warning Colon followed by closing brace does not work.
64 . warning Empty separator before closing brace does not work.
69 . warning Separato
[all...]
H A Dvarmod-unique.mk7 . warning The modifier ':u' only merges _adjacent_ duplicate words.
11 . warning The modifier ':u' must merge adjacent duplicate words.
15 . warning The modifier ':u' must do nothing with an empty word list.
19 . warning The modifier ':u' must normalize the whitespace.
23 . warning The modifier ':u' must do nothing with a single-element word list.
27 . warning The modifier ':u' must normalize the whitespace.
31 . warning The modifier ':u' must merge _all_ adjacent duplicate words.
35 . warning The modifier ':u' must normalize whitespace between the words.
39 . warning Duplicate words at the beginning must be merged.
43 . warning Duplicate words at the end must be merged.
H A Dvarmod-match.exp
H A Dopt-warnings-as-errors.mk5 # Even in -W mode, a .warning is not completely equivalent to an .error.
6 # First, the word "warning" is still printed, and second, parsing continues
7 # after a failed warning, whereas it would stop immediately at the first
12 # expect+1: warning: message 1
13 .warning message 1
14 # expect+1: warning: message 2
15 .warning message 2
H A Ddirective-for-errors.mk10 # expect+1: warning: <>
11 . warning <${i}>
26 # expect+1: warning: <>
27 . warning <${i}>
56 . warning Should not be reached.
65 . warning Should not be reached.
80 . warning Should not be reached.
90 # expect+3: warning: Should not be reached.
91 # expect+2: warning: Should not be reached.
92 # expect+1: warning
[all...]
H A Ddirective-warning.mk1 # $NetBSD: directive-warning.mk,v 1.9 2023/12/17 09:44:00 rillig Exp $
3 # Tests for the .warning directive.
17 # expect+1: Missing argument for ".warning"
18 .warning # "Missing argument"
19 .warning message # expect+0: warning: message
H A Dexport-variants.mk12 . warning At this point, no variable should be exported.
16 . warning At this point, no variable should be exported.
20 . warning At this point, no variable should be exported.
28 . warning At this point, a single variable should be exported.
32 . warning At this point, a single variable should be exported.
36 . warning At this point, a single variable should be exported.
/freebsd-src/contrib/ntp/util/
H A Dntp-keygen-opts.h161 # warning undefining IMBITS due to option name conflict
165 # warning undefining CERTIFICATE due to option name conflict
169 # warning undefining CIPHER due to option name conflict
173 # warning undefining DEBUG_LEVEL due to option name conflict
177 # warning undefining SET_DEBUG_LEVEL due to option name conflict
181 # warning undefining ID_KEY due to option name conflict
185 # warning undefining GQ_PARAMS due to option name conflict
189 # warning undefining HOST_KEY due to option name conflict
193 # warning undefining IFFKEY due to option name conflict
197 # warning undefining IDENT due to option name conflict
[all …]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Ddisable_warnings.h16 #pragma warning(disable : 593) /* parameter "XXXX" was set but never used */
17 #pragma warning(disable : 344) /* typedef name has already been declared (with \
19 #pragma warning(disable : 174) /* expression has no effect */
20 #pragma warning(disable : 4127) /* conditional expression is constant */
21 #pragma warning( \
30 #pragma warning(disable : 869) /* parameter "XXXXX" was never referenced */
31 #pragma warning(disable : 1418) /* external function definition with no prior \
33 #pragma warning( \
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp9 // Command line warning options handler.
13 // This file is responsible for handling all warning options. This includes
18 // Each warning option controls any number of actual warnings.
19 // Given a warning option 'foo', the following are valid:
32 // EmitUnknownDiagWarning - Emit a warning and typo hint for unknown warning
64 // extension diagnostics onto WARNING or ERROR unless the user has futz'd in ProcessWarningOptions()
69 Diags.setExtensionHandlingBehavior(diag::Severity::Warning); in ProcessWarningOptions()
76 // We parse the warning options twice. The first pass sets diagnostic state, in ProcessWarningOptions()
97 // Check to see if this warning starts with "no-", if so, this is a in ProcessWarningOptions()
101 // Figure out how this option affects the warning. If -Wfoo, map the in ProcessWarningOptions()
[all …]
/freebsd-src/contrib/ntp/sntp/
H A Dsntp-opts.h158 # warning undefining IPV4 due to option name conflict
162 # warning undefining IPV6 due to option name conflict
166 # warning undefining AUTHENTICATION due to option name conflict
170 # warning undefining BROADCAST due to option name conflict
174 # warning undefining CONCURRENT due to option name conflict
178 # warning undefining DEBUG_LEVEL due to option name conflict
182 # warning undefining SET_DEBUG_LEVEL due to option name conflict
186 # warning undefining GAP due to option name conflict
190 # warning undefining KOD due to option name conflict
194 # warning undefining KEYFILE due to option name conflict
[all …]
/freebsd-src/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_unimplemented.ipp16 #warning exception_ptr not yet implemented
22 #warning exception_ptr not yet implemented
28 #warning exception_ptr not yet implemented
34 #warning exception_ptr not yet implemented
48 #warning exception_ptr not yet implemented
59 #warning exception_ptr not yet implemented
65 #warning exception_ptr not yet implemented
/freebsd-src/sys/contrib/libsodium/src/libsodium/sodium/
H A Dcore.c25 # warning *** This is unstable, untested, development code.
26 # warning It might not compile. It might not work as expected.
27 # warning It might be totally insecure.
28 # warning Do not use this in production.
29 # warning Use releases available at https://download.libsodium.org/libsodium/releases/ instead.
30 # warning Alternatively, use the "stable" branch in the git repository.
34 # warning *** The library is being compiled using an undocumented method.
35 # warning This is not supported. It has not been tested, it might not
36 # warning work as expected, and performance is likely to be suboptimal.
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp70 case HighlightColor::Warning: in WithColor()
85 raw_ostream &WithColor::warning() { return warning(errs()); } in warning() function in WithColor
101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() function in WithColor
105 return WithColor(OS, HighlightColor::Warning, in warning()
108 << "warning: "; in warning()
164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler() argument
165 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) { in defaultWarningHandler()
166 WithColor::warning() << Info.message() << '\n'; in defaultWarningHandler()

12345678910>>...167