Searched refs:stoi (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroidRemoteGDBServer.cpp | 97 local_port = std::stoi(gdbstub_port); in LaunchGDBServer() 138 local_port = std::stoi(platform_local_port); in ConnectRemote()
|
/openbsd/lib/libpcap/ |
H A D | scanner.l | 49 static int stoi(char *); 255 {N} { yylval.i = stoi((char *)yytext); return NUM; } 353 stoi(char *s) in stoi() function
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | string.cpp | 225 int stoi(const string& str, size_t* idx, int base) { in stoi() function 258 int stoi(const wstring& str, size_t* idx, int base) { in stoi() function
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 178 int fd = std::stoi(iter->path().substr(proc_fd_path.size() + 1)); in ChildFunc()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | string | 481 int stoi (const string& str, size_t* idx = nullptr, int base = 10); 501 int stoi (const wstring& str, size_t* idx = nullptr, int base = 10); 4400 _LIBCPP_FUNC_VIS int stoi (const string& __str, size_t* __idx = nullptr, int __base… 4421 _LIBCPP_FUNC_VIS int stoi (const wstring& __str, size_t* __idx = nullptr, int __bas…
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ChangeLog-9697 | 4249 * libbfd-in.h (itos, stoi): Don't define. 4252 (NAME(lynx,swap_std_reloc_out)): Don't use stoi. 4255 flags. Don't use stoi.
|
H A D | ChangeLog-9495 | 157 index, don't call stoi. 1428 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi. 2522 (NAME(aout,swap_std_reloc_out)): Don't bother to use stoi when
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ChangeLog-9697 | 4249 * libbfd-in.h (itos, stoi): Don't define. 4252 (NAME(lynx,swap_std_reloc_out)): Don't use stoi. 4255 flags. Don't use stoi.
|
H A D | ChangeLog-9495 | 157 index, don't call stoi. 1428 (MY_swap_std_reloc_out): Use udata.i for KEEPIT, don't call stoi. 2522 (NAME(aout,swap_std_reloc_out)): Don't bother to use stoi when
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1346 int GetInteger() { return std::stoi(m_content); } in GetInteger()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5139 getI32Imm(std::stoi(cast<MDString>( in Select()
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 3441 if (std::stoi(Val.str()) <= 0) in RenderTrivialAutoVarInitOptions()
|