Home
last modified time | relevance | path

Searched refs:StringToSInt32 (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueArray.cpp98 int32_t idx = Args::StringToSInt32(index_str.c_str(), INT32_MAX, 0, NULL); in GetSubValue()
225 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetArgs()
HDOptionValuePathMappings.cpp140 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromCString()
HDOptionValueFileSpecLIst.cpp139 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); in SetValueFromCString()
HDArgs.cpp715 Args::StringToSInt32 (const char *s, int32_t fail_value, int base, bool *success_ptr) in StringToSInt32() function in Args
/trueos/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDArgs.h351 StringToSInt32 (const char *s, int32_t fail_value = 0, int base = 0, bool *success_ptr = NULL);
/trueos/contrib/llvm/tools/lldb/source/Target/
HDUnixSignals.cpp151 const int32_t signo = Args::StringToSInt32(name, LLDB_INVALID_SIGNAL_NUMBER, 0); in GetSignalNumberFromName()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDConnectionFileDescriptor.cpp76 port = Args::StringToSInt32 (port_str.c_str(), INT32_MIN); in DecodeHostAndPort()
254 m_fd_send = m_fd_recv = Args::StringToSInt32 (s, -1, 0, &success); in Connect()
1304 port = Args::StringToSInt32(host_and_port, -1); in SocketListen()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp122 relative_frame_offset = Args::StringToSInt32 (option_arg, INT32_MIN, 0, &success); in SetOptionValue()
HDCommandObjectThread.cpp80 int32_t input_count = Args::StringToSInt32 (option_arg, -1, 0, &success); in SetOptionValue()
1574 m_line_offset = Args::StringToSInt32 (option_arg, 0, 0, &success); in SetOptionValue()
HDCommandObjectProcess.cpp1327 signo = Args::StringToSInt32(signal_name, LLDB_INVALID_SIGNAL_NUMBER, 0); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDSymbolContext.cpp727 m_start_line = Args::StringToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
732 m_end_line = Args::StringToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()