Searched refs:print_errors (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h84 /// \param[in] print_errors
93 LazyBool print_results, LazyBool print_errors,
98 m_print_errors(print_errors), m_add_to_history(add_to_history) {}
163 void SetPrintErrors(bool print_errors) { argument
164 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo;
90 CommandInterpreterRunOptions(LazyBool stop_on_continue, LazyBool stop_on_error, LazyBool stop_on_crash, LazyBool echo_commands, LazyBool echo_comments, LazyBool print_results, LazyBool print_errors, LazyBool add_to_history) argument
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c611 static int print_errors(ib_portid_t * portid, uint16_t cap_mask, function
807 if (!print_errors(&portid, cap_mask, node_name, node,
821 print_errors(&portid, cap_mask, node_name, node, p,

Completed in 51 milliseconds