Searched refs:ToSInt32 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | StringConvert.h | 21 int32_t ToSInt32(const char *s, int32_t fail_value = 0, int base = 0,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | StringConvert.cpp | 16 int32_t ToSInt32(const char *s, int32_t fail_value, int base, in ToSInt32() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecList.cpp | 133 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
|
| H A D | OptionValuePathMappings.cpp | 173 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
|
| H A D | OptionValueArray.cpp | 211 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 160 StringConvert::ToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0); in GetSignalNumberFromName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 980 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification() 985 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
|