Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/CoverageMapping/
H A Dtrycatch.cpp9 class Warning { class
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_report_decorator.h29 const char *Warning() const { return Red(); } in Warning() function
/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1672 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 DSerializedDiagnostics.h46 Warning, enumerator
/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h35 Warning, enumerator
/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } Warning() function
/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h89 Warning = 3, ///< Present this diagnostic as a warning. global() enumerator
183 Ignored, Note, Remark, Warning, Error, Fatal global() enumerator
H A DDiagnosticOptions.h43 Warning = 1 << 2, enumerator
H A DSarif.h165 enum class SarifResultLevel { None, Note, Warning, Error }; enumerator
/llvm-project/llvm/tools/dsymutil/
H A DDebugMap.h165 addWarning(StringRef Warning) addWarning() argument
H A DDwarfLinkerForBinary.cpp122 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 DMCAsmParserExtension.h69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
/llvm-project/clang/include/clang/Tooling/Core/
H A DDiagnostic.h71 Warning = DiagnosticsEngine::Warning, enumerator
/llvm-project/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp51 TEST_F(DiagnosticEventTest, Warning) { in TEST_F() argument
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h48 DWARFLinkerBase::MessageHandlerTy Warning) in DwarfStreamer()
/llvm-project/llvm/lib/Support/
H A DWithColor.cpp164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSStub.h60 std::optional<std::string> Warning; member
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerUnit.h109 void warn(const Twine &Warning) { GlobalData.warn(Warning, getUnitName()); } in warn()
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp582 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 Dgmock-internal-utils.h106 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Warning) \ argument
/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { Warning() function in LLLexer
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h42 Warning, enumerator
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp305 static constexpr auto Warning = tooling::Diagnostic::Warning; variable
[all...]
/llvm-project/flang/include/flang/Parser/
H A Dmessage.h37 Warning, // likely problem global() enumerator
/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp376 [&](Error Warning) { in linkDebugInfoImpl()

12