Home
last modified time | relevance | path

Searched defs:Warning (Results 1 – 25 of 40) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1672 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 Dsanitizer_report_decorator.h29 const char *Warning() const { return Red(); } in Warning() function
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h46 Warning, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h34 Warning, global() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h89 Warning = 3, ///< Present this diagnostic as a warning. enumerator
183 Ignored, Note, Remark, Warning, Error, Fatal enumerator
H A DDiagnosticOptions.h43 Warning = 1 << 2, enumerator
H A DSarif.h165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h71 Warning = DiagnosticsEngine::Warning, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h60 std::optional<std::string> Warning; member
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerUnit.h
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn()
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h107 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Warning) \ argument
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() function in LLLexer
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp376 [&](Error Warning) { in linkDebugInfoImpl()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp201 void Log::Warning(const char *format, ...) { in Warning() function in Log
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp202 llvm::erase_if(DiagOpts.Warnings, [](StringRef Warning) { in sanitizeDiagOpts()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h168 Warning, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h122 Warning = 2, enumerator

12