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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dstring_conversions.h44 __stoa(_TRet (*__convf) (const _CharT*, _CharT**, _Base...), function
H A Dvstring.h2462 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2467 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2472 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2477 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2482 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2488 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2492 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2496 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2564 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
2569 { return __gnu_cxx::__stoa(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h2669 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(),
2674 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(),
2679 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(),
2684 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(),
2689 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(),
2695 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2699 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2703 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2772 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(),
2777 { return __gnu_cxx::__stoa(
[all...]

Completed in 61 milliseconds