Searched refs:diagnostics (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp85 DiagnosticManager diagnostics; local
88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics);
92 m_function_name.c_str(), diagnostics.GetString().c_str());
97 diagnostics.Clear();
100 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, diagnostics)) {
103 m_function_name.c_str(), diagnostics.GetString().c_str());
H A DIRInterpreter.cpp1381 lldb_private::DiagnosticManager diagnostics; local
1488 exe_ctx, call_plan_sp, options, diagnostics);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp100 DiagnosticManager diagnostics; local
107 exe_ctx, call_plan_sp, options, diagnostics);
168 DiagnosticManager diagnostics; local
175 exe_ctx, call_plan_sp, options, diagnostics);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp83 DiagnosticManager diagnostics; local
88 diagnostics, exe_ctx, m_result_var_sp, function_stack_bottom,
H A DProcess.cpp6168 DiagnosticManager diagnostics;
6175 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp245 DiagnosticManager diagnostics; local
266 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx,
271 diagnostics.GetString().c_str());
293 diagnostics.Clear();
298 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp);
329 diagnostics.GetString().c_str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp542 DiagnosticManager diagnostics; local
554 if (!dlopen_utility_func_up->Install(diagnostics, exe_ctx)) {
557 diagnostics.GetString().c_str());
621 DiagnosticManager diagnostics; local
778 diagnostics.Clear();
782 diagnostics)) {
785 diagnostics.GetString().c_str());
822 exe_ctx, &func_args_addr, options, diagnostics, return_value);
826 diagnostics.GetString().c_str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1343 DiagnosticManager diagnostics;
1376 diagnostics.Clear();
1378 if (!m_get_class_info_code->Install(diagnostics, exe_ctx)) {
1381 diagnostics.Dump(log);
1415 diagnostics.Dump(log);
1423 diagnostics.Clear();
1454 diagnostics.Clear();
1458 exe_ctx, m_get_class_info_args, arguments, diagnostics)) {
1472 diagnostics.Clear();
1476 exe_ctx, &m_get_class_info_args, options, diagnostics, return_valu
[all...]
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp56 DiagnosticManager diagnostics; local
72 exc_ctx, m_args_addr, options, diagnostics);
H A DAppleObjCRuntime.cpp162 DiagnosticManager diagnostics; local
179 diagnostics);
182 exe_ctx, wrapper_struct_addr, arg_value_list, diagnostics);
194 exe_ctx, &wrapper_struct_addr, options, diagnostics, ret);
H A DAppleObjCTrampolineHandler.cpp801 DiagnosticManager diagnostics; local
828 if (!m_impl_code->Install(diagnostics, exe_ctx)) {
831 diagnostics.Dump(log);
864 diagnostics.Clear();
873 exe_ctx, args_addr, dispatch_values, diagnostics)) {
876 diagnostics.Dump(log);
/freebsd-13-stable/contrib/dialog/
H A Ddemo.pl30 use diagnostics;
H A Ddialog.pl41 use diagnostics;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp546 DiagnosticManager diagnostics; local
577 diagnostics, results);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c30 #include <dev/mlx5/diagnostics.h>
H A Dmlx5_fwdump.c38 #include <dev/mlx5/diagnostics.h>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp175 /// Clang diagnostics yet.
188 // receive diagnostics (e.g., by the ASTImporter failing to copy decls
190 // least log these diagnostics until we find a way to properly render
230 // 'note:' diagnostics for errors and warnings can also contain Fix-Its.
1206 const DiagnosticList &diagnostics = diagnostic_manager.Diagnostics(); local
1207 size_t num_diags = diagnostics.size();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc45 // not support push and pop for diagnostics, so we have to manually turn it
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Den.h72 #include <dev/mlx5/diagnostics.h>
/freebsd-13-stable/contrib/subversion/
H A Dbuild.conf1679 description = Benchmarking and diagnostics tool for the network layer

Completed in 166 milliseconds