Lines Matching refs:__gnu_cxx

124       typedef __gnu_cxx::__normal_iterator<pointer, basic_string>  iterator;  in _GLIBCXX_VISIBILITY()
125 typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string> in _GLIBCXX_VISIBILITY()
242 if (__gnu_cxx::__exchange_and_add_dispatch(&this->_M_refcount, in _GLIBCXX_VISIBILITY()
260 __gnu_cxx::__atomic_add_dispatch(&this->_M_refcount, 1); in _GLIBCXX_VISIBILITY()
408 if (__d > __gnu_cxx::__numeric_traits<int>::__max) in _GLIBCXX_VISIBILITY()
409 return __gnu_cxx::__numeric_traits<int>::__max; in _GLIBCXX_VISIBILITY()
410 else if (__d < __gnu_cxx::__numeric_traits<int>::__min) in _GLIBCXX_VISIBILITY()
411 return __gnu_cxx::__numeric_traits<int>::__min; in _GLIBCXX_VISIBILITY()
2489 typename __gnu_cxx::__enable_if<__is_char<_CharT>::__value, bool>::__type in _GLIBCXX_VISIBILITY()
2821 { return __gnu_cxx::__stoa<long, int>(&std::strtol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2826 { return __gnu_cxx::__stoa(&std::strtol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2831 { return __gnu_cxx::__stoa(&std::strtoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2836 { return __gnu_cxx::__stoa(&std::strtoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2841 { return __gnu_cxx::__stoa(&std::strtoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2847 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2851 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2855 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2862 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY()
2867 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2873 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, 4 * sizeof(long), in _GLIBCXX_VISIBILITY()
2878 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2884 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2890 { return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, in _GLIBCXX_VISIBILITY()
2898 __gnu_cxx::__numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
2899 return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2907 __gnu_cxx::__numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
2908 return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2916 __gnu_cxx::__numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
2917 return __gnu_cxx::__to_xstring<string>(&std::vsnprintf, __n, in _GLIBCXX_VISIBILITY()
2924 { return __gnu_cxx::__stoa<long, int>(&std::wcstol, "stoi", __str.c_str(), in _GLIBCXX_VISIBILITY()
2929 { return __gnu_cxx::__stoa(&std::wcstol, "stol", __str.c_str(), in _GLIBCXX_VISIBILITY()
2934 { return __gnu_cxx::__stoa(&std::wcstoul, "stoul", __str.c_str(), in _GLIBCXX_VISIBILITY()
2939 { return __gnu_cxx::__stoa(&std::wcstoll, "stoll", __str.c_str(), in _GLIBCXX_VISIBILITY()
2944 { return __gnu_cxx::__stoa(&std::wcstoull, "stoull", __str.c_str(), in _GLIBCXX_VISIBILITY()
2950 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2954 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2958 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
2963 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(int), in _GLIBCXX_VISIBILITY()
2968 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2974 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, 4 * sizeof(long), in _GLIBCXX_VISIBILITY()
2979 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2985 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2991 { return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, in _GLIBCXX_VISIBILITY()
2999 __gnu_cxx::__numeric_traits<float>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
3000 return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
3008 __gnu_cxx::__numeric_traits<double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
3009 return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()
3017 __gnu_cxx::__numeric_traits<long double>::__max_exponent10 + 20; in _GLIBCXX_VISIBILITY()
3018 return __gnu_cxx::__to_xstring<wstring>(&std::vswprintf, __n, in _GLIBCXX_VISIBILITY()