Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DStringConvert.h27 int64_t ToSInt64(const char *s, int64_t fail_value = 0, int base = 0,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueSInt64.cpp46 int64_t value = StringConvert::ToSInt64(value_str.c_str(), 0, 0, &success); in SetValueFromString()
H A DProperty.cpp186 ? StringConvert::ToSInt64(definition.default_cstr_value) in Property()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DStringConvert.cpp48 int64_t ToSInt64(const char *s, int64_t fail_value, int base, in ToSInt64() function