Searched refs:stoul (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dstring.cpp275 stoul(const string& str, size_t* idx, int base) function
277 return as_integer<unsigned long>( "stoul", str, idx, base );
281 stoul(const wstring& str, size_t* idx, int base) function
283 return as_integer<unsigned long>( "stoul", str, idx, base );
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp163 unsigned int Val = std::stoul(Str);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp991 PatchImms[AccessPattern.str()] = std::stoul(PatchImmStr);

Completed in 61 milliseconds