Home
last modified time | relevance | path

Searched defs:__base (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dios_base.h678 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 Dios_base.h788 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 Dxlocale.h27 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.h41 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 Dxlocale.h59 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 Dxlocale.h36 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 Dc_locale.cc46 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 Dxlocale.h23 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 Dlocalename.cc146 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 Dc_locale.cc48 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 Dlocale.cc287 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.h152 __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.h161 __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 Dgenerate_canonical.h42 _RealType __base = _Rp; in generate_canonical() local
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Das_rvalue_view.h46 …_LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base))… in as_rvalue_view()
H A Ddrop_while_view.h54 _LIBCPP_HIDE_FROM_ABI constexpr drop_while_view(_View __base, _Pred __pred) in drop_while_view()
H A Dsplit_view.h78 _LIBCPP_HIDE_FROM_ABI constexpr split_view(_View __base, _Pattern __pattern) in split_view()
H A Delements_view.h75 …_LIBCPP_HIDE_FROM_ABI constexpr explicit elements_view(_View __base) : __base_(std::move(__base)) … in elements_view()
H A Dfilter_view.h69 constexpr filter_view(_View __base, _Pred __pred) in filter_view()
H A Dlazy_split_view.h81 constexpr lazy_split_view(_View __base, _Pattern __pattern) in lazy_split_view()
H A Dtransform_view.h75 constexpr transform_view(_View __base, _Fn __func) in transform_view()
H A Ddrop_view.h72 constexpr drop_view(_View __base, range_difference_t<_View> __count) in drop_view()
H A Dtake_while_view.h70 _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 Dlocale_bionic.h57 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 Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) in _After_nth_from()

12