Searched defs:__base (Results 1 - 21 of 21) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Das_rvalue_view.h49 _LIBCPP_HIDE_FROM_ABI constexpr explicit as_rvalue_view(_View __base) : __base_(std::move(__base)) {} argument
H A Dtake_while_view.h61 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred __pred) argument
H A Ddrop_while_view.h57 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 drop_while_view(_View __base, _Pred __pred) argument
H A Dfilter_view.h75 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pred) argument
H A Dtransform_view.h87 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 transform_view(_View __base, _Fn __func) argument
H A Dtake_view.h74 take_view(_View __base, range_difference_t<_View> __count) argument
H A Dchunk_by_view.h100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) argument
H A Ddrop_view.h78 drop_view(_View __base, range_difference_t<_View> __count) argument
H A Dlazy_split_view.h88 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 lazy_split_view(_View __base, _Pattern __pattern) argument
H A Djoin_view.h100 _LIBCPP_HIDE_FROM_ABI constexpr explicit join_view(_View __base) : __base_(std::move(__base)) {} argument
H A Dsplit_view.h81 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 split_view(_View __base, _Pattern __pattern) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_integral.h99 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { argument
[all...]
H A Dfrom_chars_integral.h85 inline _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI __in_pattern_result __in_pattern(_Tp __c, int __base) { argument
[all...]
/freebsd-current/crypto/openssl/Configurations/platform/
H A DBASE.pm70 sub __base { subroutine
/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h229 class _LIBCPP_TEMPLATE_VIS __base; member in namespace:__function
232 class __base<_Rp(_ArgTypes...)> { class in namespace:__function
237 _LIBCPP_HIDE_FROM_ABI __base() {} function in class:__function::__base
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dformatter_integral.h158 _LIBCPP_HIDE_FROM_ABI _Iterator __to_buffer(_Iterator __first, _Iterator __last, _Tp __value, int __base) { argument
284 __format_integer( _Tp __value, _FormatContext& __ctx, __format_spec::__parsed_specifications<_CharT> __specs, bool __negative, _Iterator __begin, _Iterator __end, const char* __prefix, int __base) argument
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h161 __DEVICE__ float pow(float __base, float __exp) { argument
164 __DEVICE__ float pow(float __base, int __iexp) { argument
167 __DEVICE__ double pow(double __base, int __iexp) { argument
H A D__clang_hip_cmath.h152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { argument
155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { argument
176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h236 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base, error_code& __ec) { argument
255 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base, error_code& __ec) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h482 : __base(in_place) {} function in class:expected
495 : __base(__other.__has_val(), __other.__union()) {} function in class:expected
506 : __base(__other.__has_val(), std::move(__other.__union())) {} function in class:expected
1386 _LIBCPP_HIDE_FROM_ABI constexpr expected() noexcept : __base(in_place) {} function in class:expected
1397 : __base(__rhs.__has_val(), __rhs.__union()) {} function in class:expected
1405 : __base(__rhs.__has_val(), std::move(__rhs.__union())) {} function in class:expected
1432 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t) noexcept : __base(in_place) {} function in class:expected
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dregs.h15 struct __base { struct

Completed in 292 milliseconds