Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h243 eNoOmission = 0, ///< No children were omitted. enumerator
524 if (m_truncation_warning == eNoOmission) in ChildrenTruncated()
529 if (m_max_depth_warning == eNoOmission) in SetReachedMaximumDepth()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp140 m_truncation_warning(eNoOmission), m_max_depth_warning(eNoOmission), in CommandInterpreter()