/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
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 | 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 | 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 | 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 | 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< 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 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 | 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 | 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 …]
|
H A D | DiagnosticASTKinds.td | 407 def warn_integer_constant_overflow : Warning< 410 def warn_fixedpoint_constant_overflow : Warning< 413 def warn_constexpr_unscoped_enum_out_of_range : Warning< 424 def warn_is_constant_evaluated_always_true_constexpr : Warning< 456 def warn_odr_variable_type_inconsistent : Warning< 462 def warn_odr_variable_multiple_def : Warning< 469 def warn_odr_function_type_inconsistent : Warning< 477 : Warning<"type %0 has incompatible definitions in different translation " 496 def warn_odr_field_type_inconsistent : Warning< 505 def warn_odr_ivar_type_inconsistent : Warning< [all …]
|
H A D | DiagnosticOptions.h | 43 Warning = 1 << 2, enumerator 45 All = Note | Remark | Warning | Error
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerGlobalData.h | 25 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 D | DWARFLinkerUnit.h | 109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn() argument
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1672 PartialDiagnosticAt &&Warning) { in addDelayedWarning() argument 1673 DelayedBlockWarnings[Block].emplace_back(std::move(Warning)); in addDelayedWarning() 1723 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local 1730 Data.addDelayedWarning(Block, std::move(Warning)); in handleNeverCalled() 1732 S.Diag(Warning.first, Warning.second); in handleNeverCalled() 1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local 1877 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp() 1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local 1886 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock() 1896 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_report.cpp | 108 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 D | DWARFLinkerImpl.h |
|
H A D | DWARFLinkerUnit.h |
|
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 70 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/AsmParser/ |
H A D | LLLexer.h | 72 void Warning(LocTy WarningLoc, const Twine &Msg) const; 73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer() argument 49 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer() 54 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning); 216 inline void warn(const Twine &Warning, StringRef Context = "") { 218 WarningHandler(Warning, Context, nullptr);
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 35 Warning, 131 /// Implement default handling for Warning. 133 static void defaultWarningHandler(Error Warning); 34 Warning, global() enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DiagnosticIDs.cpp | 280 assert(Info.getSeverity() == diag::Severity::Warning && in getDefaultMapping() 476 case diag::Severity::Warning: in toLevel() 477 return DiagnosticIDs::Warning; in toLevel() 529 Result = diag::Severity::Warning; in getDiagnosticSeverity() 554 if (Result == diag::Severity::Warning || in getDiagnosticSeverity() 561 if (Result == diag::Severity::Warning) { in getDiagnosticSeverity() 838 if (DiagLevel == DiagnosticIDs::Warning) in EmitDiag()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function 70 return getParser().Warning(L, Msg); in Warning()
|