Searched refs:show_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp77 bool show_type = PrintTypeIfNeeded(); local
79 PrintNameIfNeeded(show_type);
213 bool show_type = true; local
216 show_type = false;
219 show_type = options.m_show_types || (m_curr_depth == 0 && !options.m_flat_output);
221 if (show_type)
229 show_type = false;
231 return show_type;
235 ValueObjectPrinter::PrintNameIfNeeded (bool show_type) argument
240 const bool qualify_cxx_base_classes = show_type;
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h318 PrintNameIfNeeded (bool show_type);
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DScalar.h92 GetValue (Stream *s, bool show_type) const;
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h165 bool show_type,
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DScalar.cpp208 Scalar::GetValue (Stream *s, bool show_type) const
210 if (show_type)

Completed in 112 milliseconds