Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDArgs.cpp869 const char *minor_cstr = pos + 1; in StringToVersion() local
870 uval32 = ::strtoul (minor_cstr, &pos, 0); in StringToVersion()
871 if (pos == minor_cstr) in StringToVersion()