/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticLexKinds.td | 15 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 D | DiagnosticDriverKinds.td | 36 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 D | DiagnosticCommentKinds.td | 15 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 D | DiagnosticFrontendKinds.td | 19 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, InG… 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 D | DiagnosticParseKinds.td | 37 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 D | DiagnosticSemaKinds.td | 21 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<"possible misuse of comma operator here">, [all …]
|
H A D | DiagnosticCommonKinds.td | 25 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 …]
|
H A D | DiagnosticInstallAPIKinds.td | 19 def warn_no_such_excluded_header_file : Warning<"no such excluded %select{public|private}0 header f… 20 def warn_glob_did_not_match: Warning<"glob '%0' did not match any header file">, InGroup<InstallAPI… 35 def warn_target: Warning<"violations found for %0">, InGroup<InstallAPIViolation>; 37 def warn_library_missing_symbol : Warning<"declaration has external linkage, but dynamic library do… 39 def warn_library_hidden_symbol : Warning<"declaration has external linkage, but symbol has internal… 40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d… 43 def warn_header_symbol_missing : Warning<"no declaration was found for exported symbol '%0' in dyna… 44 def warn_header_availability_mismatch : Warning<"declaration '%0' is marked %select{available|unava… 48 def warn_dylib_symbol_flags_mismatch : Warning<"dynamic library symbol '%0' is " 50 def warn_header_symbol_flags_mismatch : Warning<"declaration '%0' is " [all …]
|
/freebsd/contrib/libpcap/ |
H A D | diag-control.h | 63 __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(push)) \ [all …]
|
H A D | pcap_activate.3pcap | 44 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/contrib/ntp/ntpd/ |
H A D | ntpd-opts.h | 172 # 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 undefinin [all...] |
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-warning.exp | 1 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.mk" line 23: Unknown directive "warnings"
|
H A D | varmod-to-separator.mk | 10 . 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 Separator followed by :S modifier does not work. [all …]
|
H A D | varmod-unique.mk | 7 . 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 D | directive-for-errors.mk | 10 # 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: Should not be reached. [all …]
|
H A D | opt-warnings-as-errors.mk | 5 # 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 D | varmod-edge.mk | 17 . warning expected "${EXP}", got "${MOD}" 28 . warning expected "${EXP}", got "${MOD}" 42 . warning expected "${EXP}", got "${MOD}" 61 . warning expected "${EXP}", got "${MOD}" 74 . warning expected "${EXP}", got "${MOD}" 89 . warning expected "${EXP}", got "${MOD}" 107 . warning expected "${EXP}", got "${MOD}" 121 . warning expected "${EXP}", got "${MOD}" 132 . warning expected "${EXP}", got "${MOD}" 143 . warning expected "${EXP}", got "${MOD}" [all …]
|
H A D | directive-warning.mk | 1 # $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 D | export-variants.mk | 12 . 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/contrib/ntp/util/ |
H A D | ntp-keygen-opts.h | 161 # 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 undefinin [all...] |
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
H A D | disable_warnings.h | 16 #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/contrib/ntp/sntp/ |
H A D | sntp-opts.h | 158 # 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 undefinin [all...] |
/freebsd/sbin/shutdown/ |
H A D | shutdown.8 | 48 .Op Ar warning-message ... 119 Suppress the warning message to all logged in users about system shutdown. 121 .Ar warning-message 157 .It Ar warning-message 158 Any other arguments comprise the warning message that is broadcast 163 is supplied as an option, the warning message is read from the standard 168 and starting at ten hours before shutdown, warning messages are displayed 175 warning message there. 191 The time of the shutdown and the warning message 229 Reboot the system in 30 minutes and display a warning message on the terminals
|
/freebsd/sys/contrib/libsodium/src/libsodium/sodium/ |
H A D | core.c | 25 # 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/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchBaseInfo.cpp | 26 // Check if ABI has been standardized; issue a warning if it hasn't. 49 errs() << "warning: '" << ABIName << "' has not been standardized\n"; in checkABIStandardized() 101 << "warning: triple-implied ABI conflicts with provided target-abi '" in computeTargetABI() 116 errs() << "warning: the '" << ABIName in computeTargetABI() 124 errs() << "warning: 32-bit ABIs are not supported for 64-bit targets, " in computeTargetABI() 133 errs() << "warning: 64-bit ABIs are not supported for 32-bit targets, " in computeTargetABI() 143 errs() << "warning: the '" << ABIName in computeTargetABI() 149 errs() << "warning: the '" << ABIName in computeTargetABI() 168 errs() << "warning: the triple-implied ABI is invalid, ignoring and using " in computeTargetABI() 171 errs() << "warning: both target-abi and the triple-implied ABI are " in computeTargetABI()
|