/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1672 PartialDiagnosticAt &&Warning) { in addDelayedWarning() 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( in handleIncorrectUnlockKind() local 1907 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local 1935 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local 1944 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 1959 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local 1993 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local [all …]
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 46 Warning, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 34 Warning, global() enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 89 Warning = 3, ///< Present this diagnostic as a warning. enumerator 183 Ignored, Note, Remark, Warning, Error, Fatal 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/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/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/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 60 std::optional<std::string> Warning; member
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFLinkerUnit.h |
|
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn()
|
/freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 107 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Warning) \ argument
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 376 [&](Error Warning) { in linkDebugInfoImpl()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Log.cpp | 201 void Log::Warning(const char *format, ...) { in Warning() function in Log
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 202 llvm::erase_if(DiagOpts.Warnings, [](StringRef Warning) { in sanitizeDiagOpts()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 168 Warning, enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 122 Warning = 2, enumerator
|