Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp922 const char style_char = ConvertValueObjectStyleToChar( in DumpValue() local
924 if (style_char) in DumpValue()
925 special_directions_stream.Printf("%%%c", style_char); in DumpValue()