Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp938 StreamString special_directions_stream; in DumpValue() local
943 special_directions_stream.Printf("${%svar%s", do_deref_pointer ? "*" : "", in DumpValue()
950 special_directions_stream.Printf("%%%c", format_char); in DumpValue()
954 special_directions_stream.Printf("%%%s", format_cstr); in DumpValue()
960 special_directions_stream.Printf("%%%c", style_char); in DumpValue()
962 special_directions_stream.PutChar('}'); in DumpValue()
964 llvm::StringRef(special_directions_stream.GetString()); in DumpValue()