Searched refs:print_errors (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCommandInterpreterRunOptions.cpp | 141 void SBCommandInterpreterRunOptions::SetPrintErrors(bool print_errors) { in SetPrintErrors() argument 143 (bool), print_errors); in SetPrintErrors() 145 m_opaque_up->SetPrintErrors(print_errors); in SetPrintErrors()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 96 LazyBool print_results, LazyBool print_errors, in CommandInterpreterRunOptions() argument 101 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions() 159 void SetPrintErrors(bool print_errors) { in SetPrintErrors() argument 160 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
|
| /freebsd-13.1/contrib/ofed/infiniband-diags/src/ |
| H A D | ibqueryerrors.c | 611 static int print_errors(ib_portid_t * portid, uint16_t cap_mask, in print_errors() function 807 if (!print_errors(&portid, cap_mask, node_name, node, in print_node() 821 print_errors(&portid, cap_mask, node_name, node, p, in print_node()
|