Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/modules/std/ !
H A Dstring.inc49 using std::stold;
/src/contrib/llvm-project/libcxx/src/ !
H A Dstring.cpp224 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 Dstring539 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 DStdSymbolMap.inc2713 SYMBOL(stold, std::, <string>)