/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | ios_base.h | 678 boolalpha(ios_base& __base) in boolalpha() 686 noboolalpha(ios_base& __base) in noboolalpha() 694 showbase(ios_base& __base) in showbase() 702 noshowbase(ios_base& __base) in noshowbase() 710 showpoint(ios_base& __base) in showpoint() 718 noshowpoint(ios_base& __base) in noshowpoint() 726 showpos(ios_base& __base) in showpos() 734 noshowpos(ios_base& __base) in noshowpos() 742 skipws(ios_base& __base) in skipws() 750 noskipws(ios_base& __base) in noskipws() [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | ios_base.h | 788 boolalpha(ios_base& __base) in boolalpha() 796 noboolalpha(ios_base& __base) in noboolalpha() 804 showbase(ios_base& __base) in showbase() 812 noshowbase(ios_base& __base) in noshowbase() 820 showpoint(ios_base& __base) in showpoint() 828 noshowpoint(ios_base& __base) in noshowpoint() 836 showpos(ios_base& __base) in showpos() 844 noshowpos(ios_base& __base) in noshowpos() 852 skipws(ios_base& __base) in skipws() 860 noskipws(ios_base& __base) in noskipws() [all …]
|
/openbsd-src/gnu/llvm/libcxx/include/__support/musl/ |
H A D | xlocale.h | 27 inline _LIBCPP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base,… in strtoll_l() 32 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() 36 …E_FROM_ABI_C long long wcstoll_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoll_l() 40 …_FROM_ABI_C long long wcstoull_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoull_l()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/xlocale/ |
H A D | __strtonum_fallback.h | 41 inline _LIBCPP_HIDE_FROM_ABI_C long long strtoll_l(const char* __nptr, char** __endptr, int __base,… in strtoll_l() 46 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() 51 …E_FROM_ABI_C long long wcstoll_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoll_l() 56 wcstoull_l(const wchar_t* __nptr, wchar_t** __endptr, int __base, locale_t) { in wcstoull_l()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/ibm/ |
H A D | xlocale.h | 59 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoll_l() 65 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtol_l() 89 strtoull_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoull_l() 95 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t locale) { in strtoul_l()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/solaris/ |
H A D | xlocale.h | 36 strtoll_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtoll_l() 41 strtol_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtol_l() 51 strtoul_l(const char *__nptr, char **__endptr, int __base, locale_t __loc) { in strtoul_l()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/ |
H A D | c_locale.cc | 46 const __c_locale& __cloc, int __base) in __convert_to_v() 64 int __base) in __convert_to_v() 82 const __c_locale& __cloc, int __base) in __convert_to_v() 100 int __base) in __convert_to_v()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/openbsd/ |
H A D | xlocale.h | 23 inline _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, local… in strtol_l() 27 …IDE_FROM_ABI_C unsigned long strtoul_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoul_l()
|
/openbsd-src/gnu/gcc/libstdc++-v3/src/ |
H A D | localename.cc | 146 locale::locale(const locale& __base, const char* __s, category __cat) in locale() 156 locale::locale(const locale& __base, const locale& __add, category __cat) in locale() 161 locale::_M_coalesce(const locale& __base, const locale& __add, in _M_coalesce()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
H A D | c_locale.cc | 48 const __c_locale&, int __base) in __convert_to_v() 65 ios_base::iostate& __err, const __c_locale&, int __base) in __convert_to_v() 83 const __c_locale&, int __base) in __convert_to_v() 100 ios_base::iostate& __err, const __c_locale&, int __base) in __convert_to_v()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/ |
H A D | locale.cc | 287 locale::locale(const locale& __base, const char* __s, category __cat) in locale() 296 locale::locale(const locale& __base, const locale& __add, category __cat) in locale() 391 locale::_M_coalesce(const locale& __base, const locale& __add, in _M_coalesce()
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() 155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() 176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow()
|
H A D | __clang_cuda_cmath.h | 161 __DEVICE__ float pow(float __base, float __exp) { in pow() 164 __DEVICE__ float pow(float __base, int __iexp) { in pow() 167 __DEVICE__ double pow(double __base, int __iexp) { in pow()
|
/openbsd-src/gnu/llvm/libcxx/include/__random/ |
H A D | generate_canonical.h | 42 _RealType __base = _Rp; in generate_canonical() local
|
/openbsd-src/gnu/llvm/libcxx/include/__ranges/ |
H A D | as_rvalue_view.h | 46 …_LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base))… in as_rvalue_view()
|
H A D | drop_while_view.h | 54 _LIBCPP_HIDE_FROM_ABI constexpr drop_while_view(_View __base, _Pred __pred) in drop_while_view()
|
H A D | split_view.h | 78 _LIBCPP_HIDE_FROM_ABI constexpr split_view(_View __base, _Pattern __pattern) in split_view()
|
H A D | elements_view.h | 75 …_LIBCPP_HIDE_FROM_ABI constexpr explicit elements_view(_View __base) : __base_(std::move(__base)) … in elements_view()
|
H A D | filter_view.h | 69 constexpr filter_view(_View __base, _Pred __pred) in filter_view()
|
H A D | lazy_split_view.h | 81 constexpr lazy_split_view(_View __base, _Pattern __pattern) in lazy_split_view()
|
H A D | transform_view.h | 75 constexpr transform_view(_View __base, _Fn __func) in transform_view()
|
H A D | drop_view.h | 72 constexpr drop_view(_View __base, range_difference_t<_View> __count) in drop_view()
|
H A D | take_while_view.h | 70 _LIBCPP_HIDE_FROM_ABI constexpr take_while_view(_View __base, _Pred __pred) in take_while_view()
|
/openbsd-src/gnu/llvm/libcxx/include/__support/android/ |
H A D | locale_bionic.h | 57 inline _LIBCPP_HIDE_FROM_ABI_C long strtol_l(const char* __nptr, char** __endptr, int __base, local… in strtol_l()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
H A D | safe_sequence.h | 77 _After_nth_from(const difference_type& __n, const _Iterator& __base) in _After_nth_from()
|