/freebsd/sys/dev/firewire/ |
H A D | fwphyreg.h | 63 stoi:1, member 93 stoi:1,
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | BPF.cpp | 50 int CpuVerNum = std::stoi(CpuVerNumStr); in getTargetDefines()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | string.cppm |
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 206 int stoi(const string& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base); } 227 int stoi(const wstring& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base); } in stoll() 214 int stoi(const string& str, size_t* idx, int base) { stoi() function 247 int stoi(const wstring& str, size_t* idx, int base) { stoi() function
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 178 int fd = std::stoi(iter->path().substr(proc_fd_path.size() + 1)); in ChildFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 227 ConstantInt::get(Int32Ty, std::stoi(SubStr)))); in parseAnnotation()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 611 b.wdie, b.isbr, b.ctoi, b.cpsi, b.stoi, b.pei, b.eaa, b.emc, in dump_phy_registers()
|
/freebsd/usr.bin/dtc/ |
H A D | fdt.cc | 1996 int current_address = std::stoi(c->unit_address, nullptr, 16); in reassign_fragment_numbers()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | string | 531 int stoi (const string& str, size_t* idx = nullptr, int base = 10); 551 int stoi (const wstring& str, size_t* idx = nullptr, int base = 10); 4177 _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); 4198 _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10);
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 3698 if (std::stoi(Val.str()) <= 0) in RenderTrivialAutoVarInitOptions() 3712 if (std::stoi(Val.str()) <= 0) in RenderTrivialAutoVarInitOptions()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1345 int GetInteger() { return std::stoi(m_content); } in GetInteger()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2711 SYMBOL(stoi, std::, <string>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 5319 getI32Imm(std::stoi(cast<MDString>( in Select()
|