/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 1648 PartialDiagnosticAt &&Warning) { in addDelayedWarning() 1699 PartialDiagnosticAt Warning(Where->getBeginLoc(), S.PDiag(DiagToReport) in handleNeverCalled() local 1851 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local 1860 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_but_no_lock) in handleUnmatchedUnlock() local 1872 PartialDiagnosticAt Warning( in handleIncorrectUnlockKind() local 1883 PartialDiagnosticAt Warning(LocDoubleLock, S.PDiag(diag::warn_double_lock) in handleDoubleLock() local 1911 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local 1920 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local 1935 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local 1963 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
H A D | FirstTime.pm | 777 Warning: Term::ReadKey seems not to be available, your password will label 783 Warning: You do not have write permission for Perl library directories. label
|
H A D | Distribution.pm | 1584 Warning: checksum file '$chk_file' broken. label 1595 Warning: checksum file '$chk_file' not conforming. label 1606 Warning: checksum file not matching path '$self->{ID}'. label 1670 Warning: No checksum for $basename in $chk_file. label
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlnewmod.pod | 29 =head2 Warning section in DESCRIPTION
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_report_decorator.h | 29 const char *Warning() const { return Red(); } in Warning() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | SerializedDiagnostics.h | 46 Warning, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | WithColor.h | 34 Warning, enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticIDs.h | 87 Warning = 3, ///< Present this diagnostic as a warning. enumerator 171 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/ |
H A D | LLLexer.h | 73 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | DebuggerEvents.h | 56 Warning, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 69 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/ |
H A D | Diagnostic.h | 71 Warning = DiagnosticsEngine::Warning, enumerator
|
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
H A D | DebugMap.h | 184 void addWarning(StringRef Warning) { in addWarning()
|
H A D | DwarfLinkerForBinary.cpp | 146 void DwarfLinkerForBinary::reportWarning(const Twine &Warning, in reportWarning() 173 [&](const Twine &Warning, StringRef Context, const DWARFDie *) { in createStreamer() 585 [&](const Twine &Warning, StringRef Context, const DWARFDie *DIE) { in link()
|
H A D | MachODebugMapParser.cpp | 115 void Warning(const Twine &Msg, StringRef File = StringRef()) { in Warning() function in __anonab9486e50111::MachODebugMapParser
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFStreamer.h | 50 messageHandler Error, messageHandler Warning) in DwarfStreamer()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | WithColor.cpp | 164 void WithColor::defaultWarningHandler(Error Warning) { in defaultWarningHandler()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/InterfaceStub/ |
H A D | IFSStub.h | 60 std::optional<std::string> Warning; member
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 33 void LLLexer::Warning(LocTy WarningLoc, const Twine &Msg) const { in Warning() function in LLLexer
|
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 331 | Warning Constructor 339 | Warning Constructor
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Log.cpp | 188 void Log::Warning(const char *format, ...) { in Warning() function in Log
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Module.h | 122 Warning = 2, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 2382 for (const auto &Warning : File.Warnings) { in emitPaperTrailWarnings() local 2596 [&](const Twine &Warning, const DWARFDie &DIE) { in link() 2795 [&](const Twine &Warning, const DWARFDie &DIE) { in cloneModuleUnit()
|