Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd-src/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<
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 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 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, InGroup<BackendPlugin>;
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 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 DDiagnosticCommonKinds.td25 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 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<"possibl
[all...]
H A DDiagnosticASTKinds.td407 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 DDiagnosticOptions.h43 Warning = 1 << 2, enumerator
45 All = Note | Remark | Warning | Error
/freebsd-src/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, in translateString()
110 (WarningHandler)(Warning, Context, DIE);
114 void warn(Error Warning, StringRef Context, const DWARFDie *DIE = nullptr) {
115 handleAllErrors(std::move(Warning), [&](ErrorInfoBase &Info) { in setWarningHandler()
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()
H A DDWARFLinkerUnit.h109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); }
104 warn(const Twine & Warning) warn() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1672 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( handleIncorrectUnlockKind() local
1907 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) handleDoubleLock() local
1935 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind handleMutexHeldEndOfScope() local
1944 PartialDiagnosticAt Warning(Loc1, handleExclusiveAndShared() local
1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) handleNoMutexHeld() local
1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind handleMutexNotHeld() local
2029 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind handleMutexNotHeld() local
2043 PartialDiagnosticAt Warning(Loc, handleNegativeNotHeld() local
2051 PartialDiagnosticAt Warning( handleNegativeNotHeld() local
2058 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) handleFunExcludesLock() local
2065 PartialDiagnosticAt Warning(Loc, handleLockAcquiredBefore() local
2071 PartialDiagnosticAt Warning(Loc, handleBeforeAfterCycle() local
2115 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_loop_state_mismatch) << warnLoopStateMismatch() local
2126 PartialDiagnosticAt Warning(Loc, S.PDiag( warnParamReturnTypestateMismatch() local
2136 PartialDiagnosticAt Warning(Loc, S.PDiag( warnParamTypestateMismatch() local
2144 PartialDiagnosticAt Warning(Loc, S.PDiag( warnReturnTypestateForUnconsumableType() local
2153 PartialDiagnosticAt Warning(Loc, S.PDiag( warnReturnTypestateMismatch() local
2162 PartialDiagnosticAt Warning(Loc, S.PDiag( warnUseOfTempInInvalidState() local
2171 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_use_in_invalid_state) << warnUseInInvalidState() local
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer()
49 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer() argument
54 raw_pwrite_stream &OutFile, DWARFLinkerBase::MessageHandlerTy Warning);
216 inline void warn(const Twine &Warning, StringRef Context = "") {
218 WarningHandler(Warning, Context, nullptr);
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp89 ? llvm::HighlightColor::Warning in Dump()
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h71 Warning = DiagnosticsEngine::Warning, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp37 case DiagnosticsEngine::Warning: in HandleDiagnostic()
62 case DiagnosticsEngine::Warning: in FlushDiagnostics()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h35 Warning, enumerator
133 static void defaultWarningHandler(Error Warning);
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp280 assert(Info.getSeverity() == diag::Severity::Warning && in getCategoryNumberForDiag()
423 /// level of the specified diagnostic ID is a Warning or Extension. in isBuiltinNote()
476 case diag::Severity::Warning:
477 return DiagnosticIDs::Warning; in getDiagnosticLevel()
529 Result = diag::Severity::Warning; in getDiagnosticSeverity()
549 // default (disregarding attempts to upgrade severity from Warning to Error), in getDiagnosticSeverity()
550 // as well as disabling all messages which are currently mapped to 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 isUnrecoverable()
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
70 return getParser().Warning(L, Msg); in Warning()
/freebsd-src/contrib/tcsh/nls/C/
H A Dset183 1 Warning: ridiculously long PATH truncated\n
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/
H A DDiagnosticsYaml.h66 : 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()

12345678910>>...28