Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.cpp317 bool got_decimal_point = false; in GetToken() local
337 } else if (got_decimal_point) { in GetToken()
346 if (got_decimal_point) { in GetToken()
351 got_decimal_point = true; in GetToken()
390 if (got_decimal_point) { in GetToken()