Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DStringConvert.h32 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp47 int64_t value = StringConvert::ToSInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
H A DProperty.cpp174 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DStringConvert.cpp49 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function