/llvm-project/clang/test/CoverageMapping/ |
H A D | trycatch.cpp | 9 class Warning { class
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 29 const char *Warning() const { return Red(); } in Warning() function
|
/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1672 addDelayedWarning(const BlockDecl * Block,PartialDiagnosticAt && Warning) addDelayedWarning() argument 1723 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) handleNeverCalled() local 1875 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) handleInvalidLockExp() local 1884 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) 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...] |
/llvm-project/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 46 Warning, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | WithColor.h | 35 Warning, enumerator
|
/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } Warning() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 89 Warning = 3, ///< Present this diagnostic as a warning. global() enumerator 183 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
|
/llvm-project/llvm/tools/dsymutil/ |
H A D | DebugMap.h | 165 addWarning(StringRef Warning) addWarning() argument
|
H A D | DwarfLinkerForBinary.cpp | 122 void DwarfLinkerForBinary::reportWarning(Twine Warning, Twine Context, in reportWarning() 282 [&](Error Warning) { in loadObject() 641 [&](const Twine &Warning, StringRef Context, const DWARFDie *DIE) { in linkImpl() 651 const DWARFDie *DIE) { in linkImpl()
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
|
/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
/llvm-project/lldb/unittests/Core/ |
H A D | DiagnosticEventTest.cpp | 51 TEST_F(DiagnosticEventTest, Warning) { in TEST_F() argument
|
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFStreamer.h | 48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer()
|
/llvm-project/llvm/lib/Support/ |
H A D | WithColor.cpp | 164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
|
/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 60 std::optional<std::string> Warning; member
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerUnit.h | 109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn()
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.cpp | 582 StringRef Warning = DiagnosticIDs::getWarningOptionForDiag(Diag.ID); take() local 912 StringRef Warning = DiagnosticIDs::getWarningOptionForDiag(ID); isBuiltinDiagnosticSuppressed() local [all...] |
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 106 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Warning) \ argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { Warning() function in LLLexer
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Diagnostics.h | 42 Warning, enumerator
|
/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
H A D | ClangTidyOptionsTest.cpp | 305 static constexpr auto Warning = tooling::Diagnostic::Warning; variable [all...] |
/llvm-project/flang/include/flang/Parser/ |
H A D | message.h | 37 Warning, // likely problem global() enumerator
|
/llvm-project/llvm/tools/llvm-dwarfutil/ |
H A D | DebugInfoLinker.cpp | 376 [&](Error Warning) { in linkDebugInfoImpl()
|