Home
last modified time | relevance | path

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

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