| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommentKinds.td | 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< 53 def warn_doc_block_command_duplicate : Warning< 65 def warn_doc_param_invalid_direction : Warning< 98 def warn_doc_param_duplicate : Warning< 105 def warn_doc_param_not_found : Warning< 119 def warn_doc_tparam_duplicate : Warning< 126 def warn_doc_tparam_not_found : Warning< [all …]
|
| H A D | DiagnosticDriverKinds.td | 43 def warn_drv_avr_libc_not_found: Warning< 97 def warn_drv_multi_gpu_arch : Warning< 105 def warn_drv_new_cuda_version: Warning< 397 def warn_c_kext : Warning< 411 def warn_drv_unused_argument : Warning< 414 def warn_drv_unused_x : Warning< 428 def warn_drv_deprecated_arg : Warning< 515 def warn_drv_needs_hvx : Warning< 608 def warn_drv_ps_force_pic : Warning< 614 def warn_drv_msvc_not_found : Warning< [all …]
|
| H A D | DiagnosticLexKinds.td | 15 def null_in_char_or_string : Warning< 24 def backslash_newline_space : Warning< 244 def warn_cxx17_hex_literal : Warning< 324 def pp_hash_warning : Warning<"%0">, 346 class NonportablePath : Warning< 379 def warn_pp_undef_prefix : Warning< 399 def warn_pp_expr_overflow : Warning< 735 def warn_pp_line_decimal : Warning< 783 def warn_pp_date_time : Warning< 917 def warn_module_conflict : Warning< [all …]
|
| H A D | DiagnosticFrontendKinds.td | 46 def warn_fe_override_module : Warning< 200 def warn_unknown_diag_option : Warning< 217 def warn_module_config_mismatch : Warning< 298 def warn_alias_to_weak_alias : Warning< 313 def warn_atomic_op_misaligned : Warning< 319 def warn_atomic_op_oversized : Warning< 325 def warn_sync_op_misaligned : Warning< 329 def warn_alias_with_section : Warning< 339 def warn_profile_data_missing : Warning< 344 def warn_profile_data_unprofiled : Warning< [all …]
|
| H A D | DiagnosticParseKinds.td | 53 def warn_null_statement : Warning< 58 def warn_misleading_indentation : Warning< 141 def warn_cxx98_compat_alignof : Warning< 168 def warn_c23_compat_keyword : Warning< 236 def warn_attribute_no_decl : Warning< 490 def warn_cstyle_param : Warning< 583 def warn_dangling_else : Warning< 1176 def warn_pragma_ms_struct : Warning< 1249 def warn_pragma_fp_ignored : Warning< 1713 def warn_max_tokens : Warning< [all …]
|
| H A D | DiagnosticCommonKinds.td | 25 def warn_stack_exhausted : Warning< 73 def warn_fp_nan_inf_when_disabled : Warning< 133 def warn_cxx20_compat_consteval : Warning< 136 def warn_missing_type_specifier : Warning< 149 def warn_nullability_duplicate : Warning< 218 def warn_cxx98_compat_longlong : Warning< 235 def warn_c23_compat_bitint_suffix : Warning< 311 def warn_dup_category_def : Warning< 353 def warn_target_unrecognized_env : Warning< 418 def warn_ignored_hip_only_option : Warning< [all …]
|
| H A D | DiagnosticSemaKinds.td | 37 def warn_unsigned_abs : Warning< 42 def warn_abs_too_small : Warning< 50 def warn_pointer_abs : Warning< 121 def warn_float_overflow : Warning< 720 def warn_unreachable : Warning< 2306 def warn_uninit_var : Warning< 3473 def warn_alloca : Warning< 3747 def warn_cconv_knr : Warning< 3878 def warn_no_unlock : Warning< 9865 def warn_null_arg : Warning< [all …]
|
| H A D | DiagnosticASTKinds.td | 405 def warn_integer_constant_overflow : Warning< 460 def warn_odr_variable_multiple_def : Warning< 503 def warn_odr_ivar_type_inconsistent : Warning< 996 def warn_npot_ms_struct : Warning< 1002 def warn_padded_struct_bitfield : Warning< 1012 def warn_padded_struct_field : Warning< 1016 def warn_padded_struct_anon_field : Warning< 1020 def warn_padded_struct_size : Warning< 1023 def warn_unnecessary_packed : Warning< 1026 : Warning< [all …]
|
| H A D | DiagnosticOptions.h | 43 Warning = 1 << 2, enumerator 45 All = Note | Remark | Warning | Error
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerGlobalData.h | 26 const Twine &Warning, StringRef Context, const DWARFDie *DIE)>; 121 void warn(const Twine &Warning, StringRef Context, 124 (WarningHandler)(Warning, Context, DIE); 128 void warn(Error Warning, StringRef Context, const DWARFDie *DIE = nullptr) { 129 handleAllErrors(std::move(Warning), [&](ErrorInfoBase &Info) {
|
| H A D | DWARFLinkerCompileUnit.h | 536 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()
|
| H A D | DWARFLinkerUnit.h | 104 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1732 S.Diag(Warning.first, Warning.second); in handleNeverCalled() 1886 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock() 1896 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local 1899 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind() 1909 Warnings.emplace_back(std::move(Warning), in handleDoubleLock() 1937 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope() 1944 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 2043 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local 2051 PartialDiagnosticAt Warning( in handleNegativeNotHeld() local 2065 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore() local [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.h | 49 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer() argument 51 WarningHandler(Warning) {} in DwarfStreamer() 57 DWARFLinkerBase::MessageHandlerTy Warning); 219 inline void warn(const Twine &Warning, StringRef Context = "") { 221 WarningHandler(Warning, Context, nullptr);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DebuggerEvents.cpp | 78 case Type::Warning: in GetPrefix() 87 llvm::HighlightColor color = m_type == Type::Warning in Dump() 88 ? llvm::HighlightColor::Warning in Dump()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 37 case DiagnosticsEngine::Warning: in HandleDiagnostic() 62 case DiagnosticsEngine::Warning: in FlushDiagnostics()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 35 Warning, enumerator 133 static void defaultWarningHandler(Error Warning);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 267 assert(Info.getSeverity() == diag::Severity::Warning && in getDefaultMapping() 463 case diag::Severity::Warning: in toLevel() 464 return DiagnosticIDs::Warning; in toLevel() 516 Result = diag::Severity::Warning; in getDiagnosticSeverity() 541 if (Result == diag::Severity::Warning || in getDiagnosticSeverity() 548 if (Result == diag::Severity::Warning) { in getDiagnosticSeverity() 825 if (DiagLevel == DiagnosticIDs::Warning) in EmitDiag()
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/tcsh/nls/C/ |
| H A D | set18 | 3 1 Warning: ridiculously long PATH truncated\n
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 66 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {} in LLVM_YAML_IS_SEQUENCE_VECTOR() 106 IO.enumCase(Value, "Warning", clang::tooling::Diagnostic::Warning); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|