Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFormatEntity.cpp979 …const char style_char = ConvertValueObjectStyleToChar ((ValueObject::ValueObjectRepresentationStyl… in DumpValue() local
980 if (style_char) in DumpValue()
981 special_directions_stream.Printf("%%%c", style_char); in DumpValue()