| /freebsd-13.1/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 | DiagnosticLexKinds.td | 15 def null_in_char_or_string : Warning< 24 def backslash_newline_space : Warning< 201 def warn_cxx17_hex_literal : Warning< 268 def pp_hash_warning : Warning<"%0">, 290 class NonportablePath : Warning< 325 def warn_pp_undef_prefix : Warning< 345 def warn_pp_expr_overflow : Warning< 639 def warn_pp_line_decimal : Warning< 670 def warn_pp_date_time : Warning< 799 def warn_module_conflict : Warning< [all …]
|
| H A D | DiagnosticDriverKinds.td | 32 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< 51 def warn_drv_avr_stdlib_not_linked: Warning< 305 def warn_c_kext : Warning< 319 def warn_drv_unused_argument : Warning< 330 def warn_drv_deprecated_arg : Warning< 469 def warn_drv_ps4_force_pic : Warning< 473 def warn_drv_ps4_sdk_dir : Warning< 480 def warn_drv_msvc_not_found : Warning< [all …]
|
| H A D | DiagnosticFrontendKinds.td | 40 def warn_fe_override_module : Warning< 116 def warn_fe_concepts_ts_flag : Warning< 178 def warn_unknown_diag_option : Warning< 198 def warn_module_config_mismatch : Warning< 264 def warn_alias_to_weak_alias : Warning< 275 def warn_atomic_op_misaligned : Warning< 281 def warn_atomic_op_oversized : Warning< 287 def warn_alias_with_section : Warning< 293 def warn_profile_data_out_of_date : Warning< 297 def warn_profile_data_missing : 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< 229 def warn_attribute_no_decl : Warning< 467 def warn_cstyle_param : Warning< 552 def warn_dangling_else : Warning< 1102 def warn_pragma_ms_struct : Warning< 1148 def warn_pragma_optimize : Warning< 1179 def warn_pragma_fp_ignored : Warning< 1540 def warn_max_tokens : 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< 114 def warn_float_overflow : Warning< 673 def warn_unreachable : Warning< 2166 def warn_uninit_var : Warning< 3227 def warn_alloca : Warning< 3464 def warn_cconv_knr : Warning< 3594 def warn_no_unlock : Warning< 9320 def warn_null_arg : Warning< [all …]
|
| H A D | DiagnosticCommonKinds.td | 25 def warn_stack_exhausted : Warning< 123 def warn_cxx20_compat_consteval : Warning< 131 def warn_nullability_duplicate : Warning< 155 def warn_unknown_attribute_ignored : Warning< 189 def warn_cxx98_compat_longlong : Warning< 195 def warn_cxx20_compat_size_t_suffix : Warning< 210 def warn_old_implicitly_unsigned_long : Warning< 276 def warn_dup_category_def : Warning< 333 def warn_mt_message : Warning<"[rewriter] %0">; 345 def warn_ignored_hip_only_option : Warning< [all …]
|
| H A D | DiagnosticASTKinds.td | 368 def warn_integer_constant_overflow : Warning< 371 def warn_fixedpoint_constant_overflow : Warning< 419 def warn_odr_variable_multiple_def : Warning< 455 def warn_odr_field_type_inconsistent : Warning< 464 def warn_odr_ivar_type_inconsistent : Warning< 550 def warn_odr_parameter_pack_non_pack : Warning< 574 def warn_npot_ms_struct : Warning< 580 def warn_padded_struct_field : Warning< 584 def warn_padded_struct_anon_field : Warning< 588 def warn_padded_struct_size : Warning< [all …]
|
| H A D | DiagnosticOptions.h | 43 Warning = 1 << 2, enumerator 45 All = Note | Remark | Warning | Error
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1713 S.Diag(Warning.first, Warning.second); in handleNeverCalled() 1867 Warnings.emplace_back(std::move(Warning), in handleUnmatchedUnlock() 1877 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local 1880 Warnings.emplace_back(std::move(Warning), in handleIncorrectUnlockKind() 1890 Warnings.emplace_back(std::move(Warning), in handleDoubleLock() 1918 Warnings.emplace_back(std::move(Warning), in handleMutexHeldEndOfScope() 1925 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 2013 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local 2021 PartialDiagnosticAt Warning( in handleNegativeNotHeld() local 2035 PartialDiagnosticAt Warning(Loc, in handleLockAcquiredBefore() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_report.cpp | 104 Printf("%s", d.Warning()); in ReportUMR() 144 Printf("%s", d.Warning()); in ReportAtExitStatistics() 203 Printf("%s", d.Warning()); in DescribeMemoryRange() 264 Printf("%s", d.Warning()); in ReportUMRInsideAddressRange() 266 d.Warning(), d.Name(), what, d.Warning(), offset, start, size, in ReportUMRInsideAddressRange()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFStreamer.h | 47 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);
|
| H A D | DWARFLinker.h | 231 typedef std::function<void(const Twine &Warning, StringRef Context, 395 void reportWarning(const Twine &Warning, const DWARFFile &File, 398 Options.WarningHandler(Warning, File.FileName, DIE); 401 void reportError(const Twine &Warning, const DWARFFile &File, 404 Options.ErrorHandler(Warning, File.FileName, DIE);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | WithColor.cpp | 62 case HighlightColor::Warning: in WithColor() 97 return WithColor(OS, HighlightColor::Warning, in warning() 157 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler() argument 158 handleAllErrors(std::move(Warning), [](ErrorInfoBase &Info) { in defaultWarningHandler()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnosticBuffer.cpp | 37 case DiagnosticsEngine::Warning: in HandleDiagnostic() 62 case DiagnosticsEngine::Warning: in FlushDiagnostics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 34 Warning, enumerator 134 static void defaultWarningHandler(Error Warning);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 264 assert(Info.getSeverity() == diag::Severity::Warning && in GetDefaultDiagMapping() 475 case diag::Severity::Warning: in toLevel() 476 return DiagnosticIDs::Warning; in toLevel() 528 Result = diag::Severity::Warning; in getDiagnosticSeverity() 553 if (Result == diag::Severity::Warning || in getDiagnosticSeverity() 560 if (Result == diag::Severity::Warning) { in getDiagnosticSeverity() 806 if (DiagLevel == DiagnosticIDs::Warning) in EmitDiag()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserExtension.h | 70 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function 71 return getParser().Warning(L, Msg); in Warning()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_report.cpp | 114 Printf("%s", d.Warning()); in ReportMmapWriteExec() 175 Printf("%s", d.Warning()); in ReportStackOverflowImpl() 193 Printf("%s", d.Warning()); in ReportDeadlySignalImpl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.cpp | 92 log->Warning("couldn't determine real target architecture: '%s'", in runOnModule() 130 log->Warning("Ignoring unknown renderscript target"); in runOnModule()
|
| /freebsd-13.1/contrib/tcsh/nls/C/ |
| H A D | set18 | 3 1 Warning: ridiculously long PATH truncated\n
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | DiagnosticsYaml.h | 67 : DiagLevel(clang::tooling::Diagnostic::Level::Warning) {} in LLVM_YAML_IS_SEQUENCE_VECTOR() 107 IO.enumCase(Value, "Warning", clang::tooling::Diagnostic::Warning); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | SerializedDiagnostics.h | 46 Warning, enumerator
|