Home
last modified time | relevance | path

Searched refs:Warning (Results 1 – 25 of 1043) sorted by relevance

12345678910>>...42

/netbsd-src/external/apache2/llvm/dist/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.td32 def warn_drv_avr_mcu_not_specified : Warning<
36 def warn_drv_avr_gcc_not_found: Warning<
40 def warn_drv_avr_libc_not_found: Warning<
44 def warn_drv_avr_family_linking_stdlibs_not_implemented: Warning<
47 def warn_drv_avr_linker_section_addresses_not_implemented: Warning<
51 def warn_drv_avr_stdlib_not_linked: Warning<
77 def warn_drv_unknown_cuda_version: Warning<
203 def warn_drv_unknown_argument_clang_cl : Warning<
206 def warn_drv_unknown_argument_clang_cl_with_suggestion : Warning<
210 def warn_drv_ycyu_different_arg_clang_cl : 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>;
28 def warn_fe_frame_larger_than : Warning<"stack frame size of %0 bytes in %q1">,
30 def warn_fe_backend_frame_larger_than: Warning<"%0">,
35 def warn_fe_backend_plugin: Warning<"%0">, BackendInfo, InGroup<BackendPlugin>;
40 def warn_fe_override_module : Warning<
43 def warn_fe_backend_unsupported_fp_rounding : Warning<
46 def warn_fe_backend_unsupported_fp_exceptions : Warning<
67 def warn_fe_backend_optimization_failure : Warning<"%0">, BackendInfo,
73 def warn_fe_backend_unsupported : Warning<"%0">, BackendInfo;
[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<
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<
141 def warn_cxx98_compat_alignof : 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<"possible misuse of comma operator here">,
[all …]
H A DDiagnosticCommonKinds.td25 def warn_stack_exhausted : Warning<
78 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">;
79 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
87 Warning<"variadic templates are incompatible with C++98">,
121 def warn_cxx20_compat_consteval : Warning<
129 def warn_nullability_duplicate : Warning<
133 def warn_conflicting_nullability_attr_overriding_ret_types : Warning<
138 def warn_conflicting_nullability_attr_overriding_param_types : Warning<
153 def warn_unknown_attribute_ignored : Warning<
165 def warn_duplicate_declspec : Warning<"%sub{duplicate_declspec}0">,
[all …]
H A DDiagnosticASTKinds.td368 def warn_integer_constant_overflow : Warning<
371 def warn_fixedpoint_constant_overflow : Warning<
381 def warn_is_constant_evaluated_always_true_constexpr : Warning<
413 def warn_odr_variable_type_inconsistent : Warning<
419 def warn_odr_variable_multiple_def : Warning<
426 def warn_odr_function_type_inconsistent : Warning<
434 : Warning<"type %0 has incompatible definitions in different translation "
455 def warn_odr_field_type_inconsistent : Warning<
464 def warn_odr_ivar_type_inconsistent : Warning<
470 def warn_odr_objc_superclass_inconsistent : Warning<
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt37 C ObjC C++ ObjC++ Warning Alias(Wall)
268 C ObjC C++ ObjC++ LTO Var(warn_nsobject_attribute) Warning Init(1)
272 C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
276 C ObjC C++ ObjC++ LTO Joined RejectNegative UInteger Warning
280 C++ ObjC++ Var(warn_abi_tag) Warning
284 C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Warning Undocumented LangEnabledBy(C ObjC C++ ObjC++,…
287 C ObjC Var(warn_absolute_value) Warning EnabledBy(Wextra)
291 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
311 C++ ObjC++ Var(warn_aligned_new) Enum(warn_aligned_new_level) Joined RejectNegative Warning LangEna…
315 C ObjC C++ ObjC++ Warning
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt37 C ObjC C++ ObjC++ Warning Alias(Wall)
260 C ObjC C++ ObjC++ LTO Var(warn_abi) Warning
264 C ObjC C++ ObjC++ LTO Joined RejectNegative UInteger Warning
268 C++ ObjC++ Var(warn_abi_tag) Warning
272 C ObjC C++ ObjC++ LTO Var(warn_psabi) Init(1) Warning Undocumented LangEnabledBy(C ObjC C++ ObjC++,…
275 C ObjC Var(warn_absolute_value) Warning EnabledBy(Wextra)
279 C ObjC C++ ObjC++ Var(warn_address) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
299 C++ ObjC++ Var(warn_aligned_new) Enum(warn_aligned_new_level) Joined RejectNegative Warning LangEna…
303 C ObjC C++ ObjC++ Warning
307 C ObjC C++ ObjC++ Var(warn_alloca) Warning
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalyzer.opt58 Common Var(warn_analyzer_double_fclose) Init(1) Warning
62 Common Var(warn_analyzer_double_free) Init(1) Warning
66 Common Var(warn_analyzer_exposure_through_output_file) Init(1) Warning
70 Common Var(warn_analyzer_file_leak) Init(1) Warning
74 Common Var(warn_analyzer_free_of_non_heap) Init(1) Warning
78 Common Var(warn_analyzer_malloc_leak) Init(1) Warning
82 Common Var(warn_analyzer_mismatching_deallocation) Init(1) Warning
86 Common Var(warn_analyzer_possible_null_argument) Init(1) Warning
90 Common Var(warn_analyzer_possible_null_dereference) Init(1) Warning
94 Common Var(warn_analyzer_unsafe_call_within_signal_handler) Init(1) Warning
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt42 Common Var(warn_analyzer_double_fclose) Init(1) Warning
46 Common Var(warn_analyzer_double_free) Init(1) Warning
50 Common Var(warn_analyzer_exposure_through_output_file) Init(1) Warning
54 Common Var(warn_analyzer_file_leak) Init(1) Warning
58 Common Var(warn_analyzer_free_of_non_heap) Init(1) Warning
62 Common Var(warn_analyzer_malloc_leak) Init(1) Warning
66 Common Var(warn_analyzer_possible_null_argument) Init(1) Warning
70 Common Var(warn_analyzer_possible_null_dereference) Init(1) Warning
74 Common Var(warn_analyzer_unsafe_call_within_signal_handler) Init(1) Warning
78 Common Var(warn_analyzer_null_argument) Init(1) Warning
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1653 PartialDiagnosticAt &&Warning) { in addDelayedWarning() argument
1654 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning()
1704 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local
1711 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled()
1713 S.Diag(Warning.first, Warning.second); in handleNeverCalled()
1856 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1858 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1865 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local
1867 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock()
1877 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlang.opt197 Fortran Warning Var(warn_aliasing) LangEnabledBy(Fortran,Wall)
201 Fortran Warning Var(warn_align_commons) Init(1)
205 Fortran Warning Var(warn_ampersand) LangEnabledBy(Fortran,Wall || Wpedantic)
209 Fortran Warning Var(warn_array_temporaries)
217 Fortran Var(warn_c_binding_type) Warning LangEnabledBy(Fortran,Wall)
225 Fortran Var(warn_character_truncation) Warning LangEnabledBy(Fortran,Wall)
229 Fortran Warning Var(warn_compare_reals) LangEnabledBy(Fortran,Wextra)
233 Fortran Var(warn_conversion) Warning LangEnabledBy(Fortran,Wall)
237 Fortran Var(warn_conversion_extra) Warning
241 Fortran Var(warn_do_subscript) Warning LangEnabledBy(Fortran,Wextra)
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dlang.opt197 Fortran Warning Var(warn_aliasing) LangEnabledBy(Fortran,Wall)
201 Fortran Warning Var(warn_align_commons) Init(1)
205 Fortran Warning Var(warn_ampersand) LangEnabledBy(Fortran,Wall || Wpedantic)
209 Fortran Warning Var(warn_array_temporaries)
217 Fortran Var(warn_c_binding_type) Warning LangEnabledBy(Fortran,Wall)
225 Fortran Var(warn_character_truncation) Warning LangEnabledBy(Fortran,Wall)
229 Fortran Warning Var(warn_compare_reals) LangEnabledBy(Fortran,Wextra)
233 Fortran Var(warn_conversion) Warning LangEnabledBy(Fortran,Wall)
237 Fortran Var(warn_conversion_extra) Warning
241 Fortran Var(warn_do_subscript) Warning LangEnabledBy(Fortran,Wextra)
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_report.cc105 Printf("%s", d.Warning()); in ReportUMR()
145 Printf("%s", d.Warning()); in ReportAtExitStatistics()
204 Printf("%s", d.Warning()); in DescribeMemoryRange()
265 Printf("%s", d.Warning()); in ReportUMRInsideAddressRange()
267 d.Warning(), d.Name(), what, d.Warning(), offset, start, size, in ReportUMRInsideAddressRange()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtest01.stderr2 Warning: "linux,boot-cpu" property is deprecated in blob version 2 or higher
3 Warning: /chosen has no "linux,stdout-path" property
4 Warning: /chosen has no "interrupt-controller" property
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_diagnostics.py19 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
29 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
41 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
56 self.assertEqual(tu.diagnostics[0].severity, Diagnostic.Warning)
76 self.assertEqual(d.severity, Diagnostic.Warning)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DWithColor.cpp48 case HighlightColor::Warning: in WithColor()
83 return WithColor(OS, HighlightColor::Warning, in warning()
143 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler() argument
144 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) { in defaultWarningHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h47 messageHandler Error, messageHandler Warning) in DwarfStreamer() argument
49 ErrorHandler(Error), WarningHandler(Warning) {} in DwarfStreamer()
167 inline void warn(const Twine &Warning, StringRef Context = "") {
169 WarningHandler(Warning, Context, nullptr);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcommon.opt275 Common Warning Alias(Wextra)
523 Common RejectNegative Warning Alias(Wextra)
536 Common Var(warn_aggregate_return) Warning
540 Common Var(warn_aggressive_loop_optimizations) Init(1) Warning
544 Common Var(warn_array_bounds) Warning
548 Common Joined RejectNegative UInteger Var(warn_array_bounds) Warning IntegerRange(0, 2)
552 Common Var(warn_use_after_free) Warning
556 Common Joined RejectNegative UInteger Var(warn_use_after_free) Warning IntegerRange(0, 3)
560 Common Var(warn_attributes) Init(1) Warning
568 Common Alias(Wattribute_alias=, 1, 0) Warning
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt267 Common Warning Alias(Wextra)
511 Common RejectNegative Warning Alias(Wextra)
524 Common Var(warn_aggregate_return) Warning
528 Common Var(warn_aggressive_loop_optimizations) Init(1) Warning
532 Common Var(warn_array_bounds) Warning
536 Common Joined RejectNegative UInteger Var(warn_array_bounds) Warning IntegerRange(0, 2)
540 Common Var(warn_attributes) Init(1) Warning
544 Common Alias(Wattribute_alias=, 1, 0) Warning
548 Common Joined RejectNegative UInteger Var(warn_attribute_alias) Init(1) Warning IntegerRange(0, 2)
552 Common Var(warn_cannot_profile) Init(1) Warning
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLLexer.h72 void Warning(LocTy WarningLoc, const Twine &Msg) const;
73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DLinkUtils.h92 inline void warn(Twine Warning, Twine Context = {}) {
93 WithColor::warning() << Warning + "\n";
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dgen_msg.mc2 ; severity default Success Informational Warning Error
30 Severity=Warning

12345678910>>...42