Searched defs:Msg (Results 1 - 25 of 172) sorted by relevance

1234567

/freebsd-current/contrib/llvm-project/llvm/lib/Linker/
H A DLinkDiagnosticInfo.h16 const Twine &Msg; member in class:llvm::LinkDiagnosticInfo
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextAPIError.cpp33 OS << ": " << Msg; local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp53 constexpr llvm::StringLiteral Msg = local
H A DNoReturnFunctionChecker.cpp89 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg, argument
H A DPointerSubChecker.cpp62 constexpr llvm::StringLiteral Msg = local
H A DDivZeroChecker.cpp49 void DivZeroChecker::reportBug(StringRef Msg, ProgramStateRef StateZero, argument
58 reportTaintBug( StringRef Msg, ProgramStateRef StateZero, CheckerContext &C, llvm::ArrayRef<SymbolRef> TaintedSyms) const argument
H A DDebugIteratorModeling.cpp120 ExplodedNode *DebugIteratorModeling::reportDebugMsg(llvm::StringRef Msg, argument
H A DReturnUndefChecker.cpp80 static void emitBug(CheckerContext &C, const BugType &BT, StringRef Msg, argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp27 CheckerProgramPointTag(StringRef CheckerName, StringRef Msg) argument
31 CheckerProgramPointTag(const CheckerBase *Checker, StringRef Msg) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DPrettyStackTrace.h31 PrettyStackTraceLoc(SourceManager &sm, SourceLocation L, const char *Msg) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyDeclStackTrace.h36 PrettyDeclStackTraceEntry(ASTContext &Ctx, Decl *D, SourceLocation Loc, const char *Msg) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h46 std::string Msg; member in class:llvm::windows_manifest::WindowsManifestError
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DTypeSize.cpp38 void llvm::reportInvalidSizeRequest(const char *Msg) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp24 makeAvailability(AvailabilityResult AR, ArrayRef<SourceLocation> Locs, const NamedDecl *ReferringDecl, const NamedDecl *OffendingDecl, const ObjCInterfaceDecl *UnknownObjCClass, const ObjCPropertyDecl *ObjCProperty, StringRef Msg, bool ObjCPropertyAccess) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DUnix.h70 [[noreturn]] static inline void ReportErrnumFatal(const char *Msg, int errnum) { argument
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp65 GenericBinaryError::GenericBinaryError(const Twine &Msg) : Msg(Msg.str()) {} argument
67 GenericBinaryError::GenericBinaryError(const Twine &Msg, argument
74 OS << Msg; local
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp38 std::string Msg; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMRemarkStreamer.h49 std::string Msg; member in struct:llvm::LLVMRemarkSetupErrorInfo
59 void log(raw_ostream &OS) const override { OS << Msg; } variable
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp87 SmallString<256> Msg; local
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp38 const Twine &Msg; member in class:__anon2726::DiagnosticInfoKCFI
44 void print(DiagnosticPrinter &DP) const override { DP << Msg; } variable
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp70 static int reportError(const char *ProgName, Twine Msg) { argument
71 errs() << ProgName << ": " << Msg; local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIError.h32 std::string Msg; member in class:llvm::MachO::TextAPIError
35 TextAPIError(TextAPIErrorCode EC, std::string Msg) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp17 UndefinedBehaviorReport(const char *IssueKind, Location &Loc, InternalScopedString &Msg) argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp237 SimpleProgramPointTag(StringRef MsgProvider, StringRef Msg) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h74 std::string Msg; member in class:llvm::object::GenericBinaryError

Completed in 219 milliseconds

1234567