Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DDebugger.cpp1419 int width_precision_length = 0; in IsTokenWithFormat() local
1427 width_precision_length++; in IsTokenWithFormat()
1456 if (width_precision_length) in IsTokenWithFormat()
1457 format += std::string(width_precision, width_precision_length); in IsTokenWithFormat()