Searched refs:stoul (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/libcxx/src/ |
H A D | string.cpp | 233 unsigned long stoul(const string& str, size_t* idx, int base) { in stoul() function 266 unsigned long stoul(const wstring& str, size_t* idx, int base) { in stoul() function
|
/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 168 auto Val = std::stoul(Str); in ParseOneFlag()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | string | 483 unsigned long stoul (const string& str, size_t* idx = nullptr, int base = 10); 503 unsigned long stoul (const wstring& str, size_t* idx = nullptr, int base = 10); 4402 _LIBCPP_FUNC_VIS unsigned long stoul (const string& __str, size_t* __idx = nullptr, int __base… 4423 _LIBCPP_FUNC_VIS unsigned long stoul (const wstring& __str, size_t* __idx = nullptr, int __bas…
|