Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1014 const char style_char = ConvertValueObjectStyleToChar( in DumpValue() local
1016 if (style_char) in DumpValue()
1017 special_directions_stream.Printf("%%%c", style_char); in DumpValue()