Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp1375 int dot_count = 0; in IsTokenWithFormat() local
1381 dot_count += (*var_name_begin == '.'); in IsTokenWithFormat()
1382 if (dot_count > 1) in IsTokenWithFormat()