Searched refs:Message (Results 26 - 50 of 139) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h51 static CC *create(const char *Argv0, std::string &Message,
86 static LLC *createLLC(const char *Argv0, std::string &Message,
93 createLLI(const char *Argv0, std::string &Message,
97 createJIT(const char *Argv0, std::string &Message,
101 createCustomCompiler(const char *Argv0, std::string &Message,
105 createCustomExecutor(const char *Argv0, std::string &Message,
H A DToolRunner.cpp221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, argument
225 Message = "Found lli: " + *LLIPath + "\n";
228 Message = LLIPath.getError().message() + "\n";
353 static void lexCommand(const char *Argv0, std::string &Message, argument
390 Message = std::string("Cannot find '") + Command +
396 Message = "Found command in: " + CmdPath + "\n";
402 const char *Argv0, std::string &Message,
407 lexCommand(Argv0, Message, CompileCommandLine, CmdPath, Args);
418 std::string &Message,
423 lexCommand(Argv0, Message, ExecCommandLin
401 createCustomCompiler( const char *Argv0, std::string &Message, const std::string &CompileCommandLine) argument
417 createCustomExecutor(const char *Argv0, std::string &Message, const std::string &ExecCommandLine) argument
507 createLLC(const char *Argv0, std::string &Message, const std::string &CCBinary, const std::vector<std::string> *Args, const std::vector<std::string> *CCArgs, bool UseIntegratedAssembler) argument
592 createJIT(const char *Argv0, std::string &Message, const std::vector<std::string> *Args) argument
842 create(const char *Argv0, std::string &Message, const std::string &CCBinary, const std::vector<std::string> *Args) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp39 void reportBug(const StringRef &Message, const SVal &Val1,
42 void reportBug(const StringRef &Message, const SVal &Val,
266 void MismatchedIteratorChecker::reportBug(const StringRef &Message, argument
271 auto R = std::make_unique<PathSensitiveBugReport>(*MismatchedBugType, Message,
278 void MismatchedIteratorChecker::reportBug(const StringRef &Message, argument
282 auto R = std::make_unique<PathSensitiveBugReport>(*MismatchedBugType, Message,
H A DIdenticalExprChecker.cpp63 StringRef Message; local
65 Message = "identical expressions on both sides of bitwise operator";
67 Message = "identical expressions on both sides of logical operator";
74 Message, ELoc, Sr);
256 StringRef Message; local
258 Message = "comparison of identical expressions always evaluates to "
261 Message = "comparison of identical expressions always evaluates to true";
263 Message = "comparison of identical expressions always evaluates to false";
266 categories::LogicError, Message, ELoc);
H A DPthreadLockChecker.cpp388 StringRef Message; local
391 Message = "This lock is still locked";
393 Message = "This lock has already been destroyed";
403 std::make_unique<PathSensitiveBugReport>(*BT_destroylock, Message, N);
428 StringRef Message; local
431 Message = "This lock is still being held";
433 Message = "This lock has already been initialized";
443 std::make_unique<PathSensitiveBugReport>(*BT_initlock, Message, N);
H A DIteratorRangeChecker.cpp39 void reportBug(const StringRef &Message, const SVal &Val,
183 void IteratorRangeChecker::reportBug(const StringRef &Message, argument
186 auto R = std::make_unique<PathSensitiveBugReport>(*OutOfRangeBugType, Message,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp166 printMessageToStream(const Diagnostics::ErrorContent::Message &Message, argument
168 maybeAddLineAndColumn(Message.Range, OS);
170 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp60 if (!DE.Message.empty()) {
63 EmitString(OS, DE.Message) << '\n';
137 DE.Message = MessageStr.str();
H A DSerializedDiagnosticPrinter.cpp68 DiagnosticsEngine::Level Level, StringRef Message,
76 void emitNote(FullSourceLoc Loc, StringRef Message) override;
111 unsigned Category, unsigned Flag, StringRef Message) override;
191 DiagnosticsEngine::Level Level, StringRef Message,
629 StringRef Message,
652 Record.push_back(Message.size());
653 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_DIAG), Record, Message);
658 StringRef Message, ArrayRef<clang::CharSourceRange> Ranges,
660 Writer.EmitDiagnosticMessage(Loc, PLoc, Level, Message, D);
720 void SDiagsRenderer::emitNote(FullSourceLoc Loc, StringRef Message) { argument
627 EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, DiagOrStoredDiag D) argument
656 emitDiagnosticMessage( FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, DiagOrStoredDiag D) argument
817 visitDiagnosticRecord( unsigned Severity, const serialized_diags::Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h151 struct Message { struct in struct:clang::ast_matchers::dynamic::Diagnostics::ErrorContent
156 std::vector<Message> Messages;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp67 static Error reportError(StringRef Message) { argument
68 return createStringError(std::errc::illegal_byte_sequence, Message.data());
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c98 EVRPC_HEADER(Message, msg, kill)
101 EVRPC_GENERATE(Message, msg, kill)
108 MessageCb(EVRPC_STRUCT(Message)* rpc, void *arg)
147 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
161 assert(EVRPC_UNREGISTER(base, Message) == 0);
212 "/.rpc.Message") == -1) {
291 "/.rpc.Message") == -1) {
479 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
490 EVRPC_MAKE_REQUEST(Message, pool, msg, kill, GotKillCb, NULL);
501 EVRPC_MAKE_CTX(Message, ms
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h24 std::string Message; member in struct:clang::LogDiagnosticPrinter::DiagEntry
H A DSerializedDiagnosticReader.h101 unsigned Category, unsigned Flag, StringRef Message) {
100 visitDiagnosticRecord(unsigned Severity, const Location &Location, unsigned Category, unsigned Flag, StringRef Message) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.h19 void NORETURN reportError(const char *Message);
H A Dlinux.cpp164 void setAbortMessage(const char *Message) { argument
166 android_set_abort_message(Message);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h146 const char *Message; member in class:__ubsan::Diag
208 Diag(Location Loc, DiagLevel Level, ErrorType ET, const char *Message) argument
209 : Loc(Loc), Level(Level), ET(ET), Message(Message), NumArgs(0),
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslerror.c182 char *Message,
195 char *Message,
360 ExtraMessage = Enode->Message;
375 MainMessage = Enode->Message;
704 fprintf (OutputFile, "%s\n", Enode->Message);
827 Enode->Message = NULL;
835 Enode->Message = UtLocalCacheCalloc (strlen (ExtraMessage) + 1);
839 strcpy (Enode->Message, ExtraMessage);
941 * Message - additional error message
959 char *Message,
951 AslLogNewError( UINT8 Level, UINT16 MessageId, UINT32 LineNumber, UINT32 LogicalLineNumber, UINT32 LogicalByteOffset, UINT32 Column, char *Filename, char *Message, char *SourceLine, ASL_ERROR_MSG *SubError) argument
[all...]
H A Ddtparser.y311 * PARAMETERS: Message - Parser-generated error message
321 char const *Message)
324 Gbl_CurrentField, (char *) Message);
H A Dprparser.y311 * PARAMETERS: Message - Parser-generated error message
321 char const *Message)
325 Message, Gbl_CurrentLineNumber);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp27 std::string &Message = *static_cast<std::string *>(Ctx); local
28 assert(Message.empty() && "Expected an empty string.");
29 raw_string_ostream OS(Message);
44 // Message member, which is used when logging is asked for.
47 SM.setDiagHandler(handleDiagnostic, &Message);
178 Error YAMLRemarkParser::error(StringRef Message, yaml::Node &Node) { argument
179 return make_error<YAMLParseError>(Message, SM, Stream, Node);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp278 OS << Message; local
488 /// if the \p Message parameter is non-NULL, it will be set to a
495 std::string *Message,
524 if (Message) {
525 Message->clear();
526 llvm::raw_string_ostream Out(*Message);
537 if (Message) {
538 Message->clear();
539 llvm::raw_string_ostream Out(*Message);
550 if (Message) {
493 CheckAvailability(ASTContext &Context, const AvailabilityAttr *A, std::string *Message, VersionTuple EnclosingVersion) argument
577 getAvailability(std::string *Message, VersionTuple EnclosingVersion, StringRef *RealizedPlatform) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp60 static void LLVMErrorHandler(void *UserData, const std::string &Message, argument
64 Diags.Report(diag::err_fe_error_backend) << Message;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp21 llvm::Error make_string_error(const llvm::Twine &Message) { argument
22 return llvm::make_error<llvm::StringError>(Message,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h268 std::string Message, LineContents; member in class:llvm::SMDiagnostic
277 : Filename(filename), LineNo(-1), ColumnNo(-1), Kind(Knd), Message(Msg) {}
292 StringRef getMessage() const { return Message; }

Completed in 291 milliseconds

123456