Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h244 eUnwarnedOmission = 1, ///< Children omitted, and not yet notified. enumerator
525 m_truncation_warning = eUnwarnedOmission; in ChildrenTruncated()
530 m_max_depth_warning = eUnwarnedOmission; in SetReachedMaximumDepth()
534 if (m_truncation_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()
543 if (m_max_depth_warning == eUnwarnedOmission) { in PrintWarningsIfNecessary()