Searched refs:stold (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | string.inc | 49 using std::stold;
|
| H A D | string.cppm | |
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 262 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 D | string | 539 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 D | string | 539 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 D | StdSymbolMap.inc | 2776 SYMBOL(stold, std::, <string>)
|