reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/StringConvert.h
   23 int32_t ToSInt32(const char *s, int32_t fail_value = 0, int base = 0,

References

tools/lldb/source/Commands/CommandObjectProcess.cpp
 1048             StringConvert::ToSInt32(signal_name, LLDB_INVALID_SIGNAL_NUMBER, 0);
tools/lldb/source/Interpreter/OptionValueArray.cpp
  210             StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
  133             StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  168             StringConvert::ToSInt32(args.GetArgumentAtIndex(i), INT32_MAX);
tools/lldb/source/Symbol/SymbolContext.cpp
  993     m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
  998     m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value);
tools/lldb/source/Target/UnixSignals.cpp
  168       StringConvert::ToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0);