Home
last modified time | relevance | path

Searched refs:m_print_errors (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h99 m_print_errors(print_errors), m_add_to_history(add_to_history) {} in CommandInterpreterRunOptions()
107 m_print_results(eLazyBoolCalculate), m_print_errors(eLazyBoolCalculate), in CommandInterpreterRunOptions()
114 m_print_errors = value; in SetSilent()
162 bool GetPrintErrors() const { return DefaultToYes(m_print_errors); } in GetPrintErrors()
165 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
194 LazyBool m_print_errors; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp96 bool errorPrinting (void) const { return m_print_errors; } in errorPrinting()
101 const bool m_print_errors; member in vk::DebugReportRecorder
DvkDebugReportUtil.cpp164 , m_print_errors (printValidationErrors) in DebugReportRecorder()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2516 if (options.m_print_errors == eLazyBoolCalculate) { in HandleCommandsFromFile()
2523 } else if (options.m_print_errors == eLazyBoolYes) { in HandleCommandsFromFile()
3044 if (options->m_print_errors != eLazyBoolNo) in GetIOHandler()