Searched refs:diagnostics (Results 1 - 19 of 19) sorted by last modified time

/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf1679 description = Benchmarking and diagnostics tool for the network layer
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h69 #include <dev/mlx5/diagnostics.h>
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c38 #include <dev/mlx5/diagnostics.h>
H A Dmlx5_diagnostics.c30 #include <dev/mlx5/diagnostics.h>
/freebsd-11-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-11-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.cpp5999 DiagnosticManager diagnostics;
6006 RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics);
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp685 DiagnosticManager diagnostics; local
697 if (!dlopen_utility_func_up->Install(diagnostics, exe_ctx)) {
700 diagnostics.GetString().c_str());
764 DiagnosticManager diagnostics; local
921 diagnostics.Clear();
925 diagnostics)) {
928 diagnostics.GetString().c_str());
965 exe_ctx, &func_args_addr, options, diagnostics, return_value);
969 diagnostics.GetString().c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp57 DiagnosticManager diagnostics; local
73 exc_ctx, m_args_addr, options, diagnostics);
H A DAppleObjCTrampolineHandler.cpp766 DiagnosticManager diagnostics; local
793 if (!m_impl_code->Install(diagnostics, exe_ctx)) {
796 diagnostics.Dump(log);
829 diagnostics.Clear();
838 exe_ctx, args_addr, dispatch_values, diagnostics)) {
841 diagnostics.Dump(log);
H A DAppleObjCRuntimeV2.cpp1311 DiagnosticManager diagnostics;
1344 diagnostics.Clear();
1346 if (!m_get_class_info_code->Install(diagnostics, exe_ctx)) {
1349 diagnostics.Dump(log);
1383 diagnostics.Dump(log);
1391 diagnostics.Clear();
1422 diagnostics.Clear();
1426 exe_ctx, m_get_class_info_args, arguments, diagnostics)) {
1442 diagnostics.Clear();
1446 exe_ctx, &m_get_class_info_args, options, diagnostics, return_valu
[all...]
H A DAppleObjCRuntime.cpp151 DiagnosticManager diagnostics; local
168 diagnostics);
171 exe_ctx, wrapper_struct_addr, arg_value_list, diagnostics);
183 exe_ctx, &wrapper_struct_addr, options, diagnostics, ret);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp547 DiagnosticManager diagnostics; local
578 diagnostics, results);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp168 // receive diagnostics (e.g., by the ASTImporter failing to copy decls
170 // least log these diagnostics until we find a way to properly render
1092 const DiagnosticList &diagnostics = diagnostic_manager.Diagnostics(); local
1093 size_t num_diags = diagnostics.size();
/freebsd-11-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.cpp1382 lldb_private::DiagnosticManager diagnostics; local
1489 exe_ctx, call_plan_sp, options, diagnostics);
/freebsd-11-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-11-stable/crypto/openssl/util/
H A Dpod2man.pl188 The following diagnostics are generated by B<pod2man>. Items

Completed in 292 milliseconds