Home
last modified time | relevance | path

Searched +defs:format +defs:message (Results 1 – 19 of 19) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DLog.cpp146 Printf(const char * format,...) Printf() argument
153 VAPrintf(const char * format,va_list args) VAPrintf() argument
160 Formatf(llvm::StringRef file,llvm::StringRef function,const char * format,...) Formatf() argument
168 VAFormatf(llvm::StringRef file,llvm::StringRef function,const char * format,va_list args) VAFormatf() argument
175 Error(const char * format,...) Error() argument
182 VAError(const char * format,va_list args) VAError() argument
190 Verbose(const char * format,...) Verbose() argument
201 Warning(const char * format,...) Warning() argument
362 WriteMessage(llvm::StringRef message) WriteMessage() argument
374 llvm::raw_string_ostream message(message_string); Format() local
394 Emit(llvm::StringRef message) Emit() argument
407 Emit(llvm::StringRef message) Emit() argument
414 Emit(llvm::StringRef message) Emit() argument
451 Emit(llvm::StringRef message) Emit() argument
[all...]
H A DStatus.cpp54 Status(const char * format,...) Status() argument
103 std::string message; RetrieveWin32ErrorString() local
190 SetExpressionErrorWithFormat(lldb::ExpressionResults result,const char * format,...) SetExpressionErrorWithFormat() argument
246 SetErrorStringWithFormat(const char * format,...) SetErrorStringWithFormat() argument
259 SetErrorStringWithVarArg(const char * format,va_list args) SetErrorStringWithVarArg() argument
280 void llvm::format_provider<lldb_private::Status>::format( format() function in llvm::format_provider::Status
[all...]
/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp55 llvm::StringRef message = diagnostic->GetMessage(); GetString() local
68 Printf(lldb::Severity severity,const char * format,...) Printf() argument
[all...]
H A DREPL.cpp356 lldb::Format format = m_format_options.GetFormat(); IOHandlerInputComplete() local
469 std::string message = llvm::toString(file.takeError()); IOHandlerInputComplete() local
/llvm-project/lldb/source/API/
H A DSBError.cpp28 SBError(const char * message) SBError() argument
139 SetErrorStringWithFormat(const char * format,...) SetErrorStringWithFormat() argument
H A DSBCommandReturnObject.cpp189 AppendMessage(const char * message) AppendMessage() argument
195 AppendWarning(const char * message) AppendWarning() argument
317 Printf(const char * format,...) Printf() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp191 char const *message = NULL; in __kmp_i18n_catgets() local
544 char const *message = NULL; in __kmp_i18n_catgets() local
673 char *message = NULL; in sys_error() local
789 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, va_list args) { in __kmp_msg()
790 kmp_i18n_id_t format; // format identifier in __kmp_msg() local
857 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, ...) { in __kmp_msg()
864 void __kmp_fatal(kmp_msg_t message, ...) { in __kmp_fatal()
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.cpp363 SendProgressEvent(uint64_t progress_id,const char * message,uint64_t completed,uint64_t total) SendProgressEvent() argument
369 SendFormattedOutput(OutputType o,const char * format,...) SendFormattedOutput() argument
656 llvm::StringRef message = GetString(object, "message"); HandleObject() local
902 SetFrameFormat(llvm::StringRef format) SetFrameFormat() argument
917 SetThreadFormat(llvm::StringRef format) SetThreadFormat() argument
[all...]
H A Dlldb-dap.cpp429 const char *message = lldb::SBDebugger::GetProgressFromEvent( ProgressEventThreadFunction() local
3687 auto format = arguments->getObject("format"); request_variables() local
3708 const lldb::Format format = reg.GetFormat(); request_variables() local
[all...]
/llvm-project/lldb/source/Host/common/
H A DHost.cpp94 SystemLog(Severity severity,llvm::StringRef message) SystemLog() argument
114 SystemLog(Severity severity,llvm::StringRef message) SystemLog() argument
608 void llvm::format_provider<WaitStatus>::format(const WaitStatus &WS, format() function in llvm::format_provider
653 Emit(llvm::StringRef message) Emit() argument
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp687 std::string message; getFromList() local
710 std::string message; getFromList() local
759 std::string_view format(view.format); getFromBuffer() local
852 std::string message = "Illegal element type for DenseElementsAttr: "; getSplat() local
858 std::string message = getSplat() local
866 std::string message = getSplat() local
884 std::string format; accessBuffer() local
983 isUnsignedIntegerFormat(std::string_view format) isUnsignedIntegerFormat() argument
991 isSignedIntegerFormat(std::string_view format) isSignedIntegerFormat() argument
1025 std::string format; bufferInfo() local
[all...]
/llvm-project/libcxx/test/support/
H A Dcheck_assertion.h337 void std::__libcpp_verbose_abort(char const* format, argument
396 TEST_LIBCPP_ASSERT_FAILURE(expr,message) global() argument
399 TEST_LIBCPP_ASSERT_FAILURE(expr,message) global() argument
[all...]
/llvm-project/mlir/lib/Target/LLVM/NVVM/
H A DTarget.cpp378 std::string message; compileToBinary() local
598 gpu::CompilationTarget format = options.getCompilationTarget(); createObject() local
[all...]
/llvm-project/lldb/source/Core/
H A DDebugger.cpp1425 if (format == nullptr) { in AssertCallback() argument
1383 FormatDisassemblerAddress(const FormatEntity::Entry * format,const SymbolContext * sc,const SymbolContext * prev_sc,const ExecutionContext * exe_ctx,const Address * addr,Stream & s) FormatDisassemblerAddress() argument
1515 PrivateReportDiagnostic(Debugger & debugger,Severity severity,std::string message,bool debugger_specific) PrivateReportDiagnostic() argument
1546 ReportDiagnosticImpl(Severity severity,std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportDiagnosticImpl() argument
1587 ReportWarning(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportWarning() argument
1593 ReportError(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportError() argument
1599 ReportInfo(std::string message,std::optional<lldb::user_id_t> debugger_id,std::once_flag * once) ReportInfo() argument
2095 std::string message = data->GetMessage(); HandleProgressEvent() local
[all...]
/llvm-project/polly/utils/
H A Dargparse.py589 def format(tuple_size): function
718 def __init__(self, argument, message): argument
2329 def _print_message(self, message, file=None): argument
2338 def exit(self, status=0, message=None): argument
2343 def error(self, message): argument
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp66 static ld_plugin_status discard_message(int level, const char *format, ...) { in discard_message() argument
74 static ld_plugin_message message = discard_message; variable
[all...]
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc451 int line, const char* message) in AssertHelper()
536 std::string message = in InsertSyntheticTestCase() local
591 std::string message = in CheckForInstantiations() local
671 std::string format = GetOutputFormat(); in GetAbsolutePathToOutputFile() local
868 Message message; in FormatSehExceptionMessage() local
2486 const std::string& message) { in ReportFailureInUnknownLocation()
2572 Message message; in FormatCxxExceptionMessage() local
4741 const std::string message = EscapeJson(location + "\n" + part.message()); in OutputJsonTestResult() local
5314 const std::string& message, in AddTestPartResult()
6892 void ScopedTrace::PushTrace(const char* file, int line, std::string message) { in PushTrace()
/llvm-project/lldb/source/Target/
H A DThread.cpp1609 DumpUsingFormat(Stream & strm,uint32_t frame_idx,const FormatEntity::Entry * format) DumpUsingFormat() argument
1862 StructuredData::ObjectSP message = messages_array->GetItemAtIndex(i); GetDescription() local
/llvm-project/clang/lib/Format/
H A DFormat.cpp1239 namespace format { global() namespace
1258 std::string ParseErrorCategory::message(int EV) const { message() function in clang::format::ParseErrorCategory
[all...]