Home
last modified time | relevance | path

Searched refs:stoi (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwphyreg.h63 stoi:1, member
93 stoi:1,
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.cpp50 int CpuVerNum = std::stoi(CpuVerNumStr); in getTargetDefines()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dstring.cppm
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp206 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 DProcessLauncherPosixFork.cpp178 int fd = std::stoi(iter->path().substr(proc_fd_path.size() + 1)); in ChildFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp227 ConstantInt::get(Int32Ty, std::stoi(SubStr)))); in parseAnnotation()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c611 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 Dfdt.cc1996 int current_address = std::stoi(c->unit_address, nullptr, 16); in reassign_fragment_numbers()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring531 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 DClang.cpp3698 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 DIOHandlerCursesGUI.cpp1345 int GetInteger() { return std::stoi(m_content); } in GetInteger()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2711 SYMBOL(stoi, std::, <string>)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5319 getI32Imm(std::stoi(cast<MDString>( in Select()