Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd/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 DDiagnosticDriverKinds.td36 def warn_drv_invalid_arch_name_with_suggestion : Warning<
39 def warn_drv_avr_mcu_not_specified : Warning<
42 def warn_drv_avr_libc_not_found: Warning<
46 def warn_drv_avr_family_linking_stdlibs_not_implemented: Warning<
49 def warn_drv_avr_linker_section_addresses_not_implemented: Warning<
53 def warn_drv_avr_stdlib_not_linked: Warning<
101 def warn_drv_multi_gpu_arch : Warning<
109 def warn_drv_new_cuda_version: Warning<
112 def warn_drv_partially_supported_cuda_version: Warning<
127 def warn_drv_unsupported_option_for_offload_arch_req_feature : 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, 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 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 DDiagnosticParseKinds.td43 def warn_cxx98_compat_top_level_semi : Warning<
56 def warn_extra_semi_after_mem_fn_def : Warning<
59 def warn_null_statement : Warning<
64 def warn_misleading_indentation : Warning<
76 def warn_compound_token_split_by_macro : Warning<
81 def warn_compound_token_split_by_whitespace : Warning<
109 def warn_cxx98_compat_enumerator_list_comma : Warning<
122 def warn_c17_compat_enum_fixed_underlying_type : Warning<
137 def warn_cxx98_compat_scoped_enum : Warning<
144 def warn_cxx98_compat_alignof : Warning<
[all …]
H A DDiagnosticSemaKinds.td78 def warn_variables_not_in_loop_body : Warning<
82 def warn_redundant_loop_iteration : Warning<
88 def warn_duplicate_enum_values : Warning<
94 def warn_unsigned_abs : Warning<
99 def warn_abs_too_small : Warning<
102 def warn_wrong_absolute_value_type : Warning<
107 def warn_pointer_abs : Warning<
111 def warn_max_unsigned_zero : Warning<
119 def warn_infinite_recursive_function : Warning<
123 def warn_comma_operator : Warning<"possible misuse of comma operator here">,
[all …]
H A DDiagnosticCommonKinds.td25 def warn_stack_exhausted : Warning<
68 def warn_pragma_debug_missing_argument : Warning<
70 def warn_pragma_debug_unexpected_argument : Warning<
73 def warn_fp_nan_inf_when_disabled : Warning<
88 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">;
89 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
97 Warning<"variadic templates are incompatible with C++98">,
134 : Warning<"'consteval' specifier is incompatible with C++ standards before "
138 def warn_missing_type_specifier : Warning<
144 def warn_c23_compat_empty_initializer : Warning<
[all …]
H A DDiagnosticInstallAPIKinds.td19 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 …]
H A DDiagnosticASTKinds.td402 def warn_attribute_needs_aggregate : Warning<
406 def warn_cxx20_compat_requires_explicit_init_non_aggregate : Warning<
412 def warn_integer_constant_overflow : Warning<
415 def warn_fixedpoint_constant_overflow : Warning<
428 def warn_is_constant_evaluated_always_true_constexpr : Warning<
466 def warn_odr_variable_type_inconsistent : Warning<
472 def warn_odr_variable_multiple_def : Warning<
479 def warn_odr_function_type_inconsistent : Warning<
483 def warn_odr_tag_type_with_attributes : Warning<
492 : Warning<"type %0 has incompatible definitions%select{| in different "
[all …]
H A DDiagnosticSerializationKinds.td48 def warn_pch_vfsoverlay_mismatch : Warning<
132 def warn_duplicate_module_file_extension : Warning<
136 def warn_module_system_bit_conflict : Warning<
141 def warn_decls_in_multiple_modules : Warning<
148 : Warning<"loaded module file '%0' conflicts with imported file '%1'">,
157 def warn_module_uses_date_time : Warning<
H A DDiagnosticIDs.h82 Warning = 3, ///< Present this diagnostic as a warning. enumerator
180 enum Level : uint8_t { Ignored, Note, Remark, Warning, Error, Fatal }; enumerator
300 case DiagnosticIDs::Level::Warning: in getCustomDiagID()
301 return {diag::Severity::Warning, std::string(Message), CLASS_WARNING, in getCustomDiagID()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerGlobalData.h25 const Twine &Warning, StringRef Context, const DWARFDie *DIE)>;
107 void warn(const Twine &Warning, StringRef Context,
110 (WarningHandler)(Warning, Context, DIE);
114 void warn(Error Warning, StringRef Context, const DWARFDie *DIE = nullptr) {
115 handleAllErrors(std::move(Warning), [&](ErrorInfoBase &Info) {
H A DDWARFLinkerCompileUnit.h536 void warn(const Twine &Warning, const DWARFDie *DIE = nullptr) {
537 GlobalData.warn(Warning, getUnitName(), DIE);
540 void warn(Error Warning, const DWARFDie *DIE = nullptr) {
541 handleAllErrors(std::move(Warning), [&](ErrorInfoBase &Info) {
546 void warn(const Twine &Warning, const DWARFDebugInfoEntry *DieEntry) { in warn() argument
549 GlobalData.warn(Warning, getUnitName(), &DIE); in warn()
553 GlobalData.warn(Warning, getUnitName()); in warn()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_report.cpp108 Printf("%s", d.Warning()); in ReportUMR()
148 Printf("%s", d.Warning()); in ReportAtExitStatistics()
207 Printf("%s", d.Warning()); in DescribeMemoryRange()
274 Printf("%s", d.Warning()); in ReportUMRInsideAddressRange()
276 d.Warning(), d.Name(), function, d.Warning(), offset, start, size, in ReportUMRInsideAddressRange()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
H A DDWARFLinkerUnit.h
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1795 PartialDiagnosticAt &&Warning) { in addDelayedWarning() argument
1796 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning()
1846 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local
1853 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled()
1855 S.Diag(Warning.first, Warning.second); in handleNeverCalled()
2008 PartialDiagnosticAt Warning(Loc, in handleUnmatchedUnderlyingMutexes() local
2011 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnderlyingMutexes()
2019 PartialDiagnosticAt Warning( in handleExpectMoreUnderlyingMutexes() local
2022 Warnings.emplace_back(std::move(Warning), in handleExpectMoreUnderlyingMutexes()
2030 PartialDiagnosticAt Warning( in handleExpectFewerUnderlyingMutexes() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp70 case HighlightColor::Warning: in WithColor()
105 return WithColor(OS, HighlightColor::Warning, in warning()
164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler() argument
165 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) { in defaultWarningHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h49 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer() argument
50 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer()
55 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning);
220 inline void warn(const Twine &Warning, StringRef Context = "") {
222 WarningHandler(Warning, Context, nullptr);
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h90 void Warning(LocTy WarningLoc, const Twine &Msg) const;
91 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h71 Warning = DiagnosticsEngine::Warning, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h35 Warning, enumerator
133 LLVM_ABI static void defaultWarningHandler(Error Warning);
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h70 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
71 return getParser().Warning(L, Msg); in Warning()

12345678910>>...28