Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/firewire/
HDfwphyreg.h63 stoi:1, member
93 stoi:1,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDBPF.cpp50 int CpuVerNum = std::stoi(CpuVerNumStr); in getTargetDefines()
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDstring.inc47 using std::stoi;
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDstring.cpp206 int stoi(const string& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base)… in stoi() function
227 int stoi(const wstring& str, size_t* idx, int base) { return as_integer<int>("stoi", str, idx, base… in stoi() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
HDProcessLauncherPosixFork.cpp178 int fd = std::stoi(iter->path().substr(proc_fd_path.size() + 1)); in ChildFunc()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVPrepareFunctions.cpp227 ConstantInt::get(Int32Ty, std::stoi(SubStr)))); in parseAnnotation()
/freebsd-13-stable/usr.sbin/fwcontrol/
HDfwcontrol.c611 b.wdie, b.isbr, b.ctoi, b.cpsi, b.stoi, b.pei, b.eaa, b.emc, in dump_phy_registers()
/freebsd-13-stable/usr.bin/dtc/
HDfdt.cc1915 int current_address = std::stoi(c->unit_address, nullptr, 16); in reassign_fragment_numbers()
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDstring531 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-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.cpp3698 if (std::stoi(Val.str()) <= 0) in RenderTrivialAutoVarInitOptions()
3712 if (std::stoi(Val.str()) <= 0) in RenderTrivialAutoVarInitOptions()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandlerCursesGUI.cpp1345 int GetInteger() { return std::stoi(m_content); } in GetInteger()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelDAGToDAG.cpp5319 getI32Imm(std::stoi(cast<MDString>( in Select()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2711 SYMBOL(stoi, std::, <string>)