Searched refs:eNoTruncation (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h48 eNoTruncation = 0, // never truncated enumerator in enum:lldb_private::CommandInterpreter::ChildrenTruncatedWarningStatus
404 if (m_truncation_warning == eNoTruncation)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp111 m_truncation_warning(eNoTruncation),

Completed in 171 milliseconds