/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1672 PartialDiagnosticAt &&Warning) { in addDelayedWarning() argument 1723 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local 1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local 1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local 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...] |
H A D | SemaAvailability.cpp | 385 unsigned Warning = UseNewWarning ? diag::warn_unguarded_availability_new DoEmitAvailabilityWarning() local
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 29 const char *Warning() const { return Red(); } in Warning() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 46 Warning, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 35 Warning, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 87 Warning = 3, ///< Present this diagnostic as a warning. global() enumerator 181 Ignored, Note, Remark, Warning, Error, Fatal global() enumerator
|
H A D | DiagnosticOptions.h | 43 Warning = 1 << 2, enumerator
|
H A D | Sarif.h | 165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | DebuggerEvents.h | 80 Warning, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 49 : OutFile(OutFile), OutFileType(OutFileType), WarningHandler(Warning) {} in DwarfStreamer() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 60 std::optional<std::string> Warning; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 104 warn(const Twine & Warning) warn() argument
|
H A D | DWARFLinkerCompileUnit.h | 546 void warn(const Twine &Warning, const DWARFDebugInfoEntry *DieEntry) { in warn()
|
/freebsd-src/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 106 GMOCK_INTERNAL_WARNING_CLANG(Level,Warning) global() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() function in LLLexer
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 376 [&](Error Warning) { in linkDebugInfoImpl() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 200 void Log::Warning(const char *format, ...) { Warning() function in Log
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 175 Warning, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 122 Warning = 2, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.h | 320 LVWarning Warning; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 36 createStreamer(const Triple & TheTriple,DWARFLinkerBase::OutputFileType FileType,raw_pwrite_stream & OutFile,DWARFLinkerBase::TranslatorFuncTy Translator,DWARFLinkerBase::MessageHandlerTy Warning) createStreamer() argument
|