Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp81 static bool GetFormatFromFormatChar(char format_char, Format &format) { in GetFormatFromFormatChar() function
131 success = GetFormatFromFormatChar(format_cstr[0], format); in GetFormatFromCString()