Home
last modified time | relevance | path

Searched refs:m_run_validator (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp24 m_hide_value(false), m_run_validator(false),
182 m_run_validator = run; in SetRunValidator()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h156 bool m_run_validator : 1; variable