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.cpp957 const char style_char = ConvertValueObjectStyleToChar( in DumpValue() local
959 if (style_char) in DumpValue()
960 special_directions_stream.Printf("%%%c", style_char); in DumpValue()