Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DStringConvert.h16 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
DStringConvert.cpp15 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function
DJSON.cpp556 int64_t sval = StringConvert::ToSInt64(value.c_str(), 0, 0, &success); in ParseJSONValue()