Home
last modified time | relevance | path

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

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