Searched refs:ToSInt32 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | StringConvert.h | 26 int32_t ToSInt32(const char *s, int32_t fail_value = 0, int base = 0,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | StringConvert.cpp | 17 int32_t ToSInt32(const char *s, int32_t fail_value, int base, in ToSInt32() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueFileSpecLIst.cpp | 132 StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromString()
|
| H A D | OptionValuePathMappings.cpp | 169 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-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 164 StringConvert::ToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0); in GetSignalNumberFromName()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | SymbolContext.cpp | 1015 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification() 1020 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1145 StringConvert::ToSInt32(signal_name, LLDB_INVALID_SIGNAL_NUMBER, 0); in DoExecute()
|