Searched refs:stold (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/libcxx/modules/std/ ! |
| H A D | string.inc | 49 using std::stold;
|
| /src/contrib/llvm-project/libcxx/src/ ! |
| H A D | string.cpp | 224 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx)… in stold() function 245 long double stold(const wstring& str, size_t* idx) { return as_float<long double>("stold", str, idx… in stold() function
|
| /src/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); 4185 _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); 4206 _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr);
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ ! |
| H A D | StdSymbolMap.inc | 2713 SYMBOL(stold, std::, <string>)
|