Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DArgs.cpp984 const char *minor_cstr = pos + 1; in StringToVersion() local
985 uval32 = ::strtoul (minor_cstr, &pos, 0); in StringToVersion()
986 if (pos == minor_cstr) in StringToVersion()