Home
last modified time | relevance | path

Searched refs:stold (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dstring.inc49 using std::stold;
H A Dstring.cppm
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp262 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx)… in stold() function
283 long double stold(const wstring& str, size_t* idx) { return as_float<long double>("stold", str, idx… in stold() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dstring539 long double stold(const string& str, size_t* idx = nullptr);
559 long double stold(const wstring& str, size_t* idx = nullptr);
3459 _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr);
3480 _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstring539 long double stold(const string& str, size_t* idx = nullptr);
559 long double stold(const wstring& str, size_t* idx = nullptr);
3869 _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr);
3890 _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2776 SYMBOL(stold, std::, <string>)