/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
H A D | musl.h | 23 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument 27 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument
|
H A D | ibm.h | 56 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoll_l() argument 77 strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t locale) { in strtoull_l() argument
|
/llvm-project/libcxx/include/__charconv/ |
H A D | from_chars_integral.h | 86 …CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI __in_pattern_result __in_pattern(_Tp __c, int __base) { in __in_pattern() 176 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() 217 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral() 230 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars()
|
H A D | to_chars_integral.h | 100 __to_chars_integral(char * __first,char * __last,_Tp __value,int __base,true_type) __to_chars_integral() argument [all...] |
/llvm-project/libcxx/include/__support/xlocale/ |
H A D | __strtonum_fallback.h | 37 inline _LIBCPP_HIDE_FROM_ABI long long strtoll_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoll_l() argument 41 inline _LIBCPP_HIDE_FROM_ABI unsigned long long strtoull_l(const char* __nptr, char** __endptr, int __base, locale_t) { in strtoull_l() argument
|
/llvm-project/libcxx/include/__random/ |
H A D | generate_canonical.h | 40 _RealType __base = __rp; in generate_canonical() local
|
/llvm-project/libcxx/include/__ranges/ |
H A D | as_rvalue_view.h | 49 …_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 | 57 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 drop_while_view(_View __base, _Pred __pred) in drop_while_view() argument
|
H A D | split_view.h | 81 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 split_view(_View __base, _Pattern __pattern) in split_view() argument
|
H A D | filter_view.h | 75 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 filter_view(_View __base, _Pred __pred) in filter_view() argument
|
H A D | elements_view.h | 78 _LIBCPP_HIDE_FROM_ABI constexpr explicit elements_view(_View __base) : __base_(std::move(__base)) {} in elements_view() argument
|
H A D | lazy_split_view.h | 88 lazy_split_view(_View __base,_Pattern __pattern) lazy_split_view() argument
|
H A D | transform_view.h | 87 transform_view(_View __base,_Fn __func) transform_view() argument
|
H A D | take_while_view.h | 61 _LIBCPP_HIDE_FROM_ABI constexpr _LIBCPP_EXPLICIT_SINCE_CXX23 take_while_view(_View __base, _Pred __pred) in take_while_view() argument
|
H A D | drop_view.h | 78 drop_view(_View __base, range_difference_t<_View> __count) in drop_view() argument
|
H A D | take_view.h | 74 : __base_(std::move(__base)), __count_(__count) { in take_view() argument
|
H A D | chunk_by_view.h | 100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) in chunk_by_view() argument
|
/llvm-project/libcxx/include/__atomic/ |
H A D | atomic.h | 37 using __base = __atomic_base<_Tp>; global() member [all...] |
/llvm-project/libcxx/include/__format/ |
H A D | formatter_integral.h | 158 __to_buffer(_Iterator __first,_Iterator __last,_Tp __value,int __base) __to_buffer() argument 292 __format_integer(_Tp __value,_FormatContext & __ctx,__format_spec::__parsed_specifications<_CharT> __specs,bool __negative,_Iterator __begin,_Iterator __end,const char * __prefix,int __base) __format_integer() argument
|
/llvm-project/libcxx/include/__iterator/ |
H A D | aliasing_iterator.h | 101 _LIBCPP_HIDE_FROM_ABI _BaseIter __base() const _NOEXCEPT { return __base_; } in __base() function
|
/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 152 __DEVICE__ __CONSTEXPR__ float pow(float __base, int __iexp) { in pow() argument 155 __DEVICE__ __CONSTEXPR__ double pow(double __base, int __iexp) { in pow() argument 176 __DEVICE__ __CONSTEXPR__ _Float16 pow(_Float16 __base, int __iexp) { in pow() argument
|
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()
|
/llvm-project/pstl/include/pstl/internal/omp/ |
H A D | util.h | 159 __process_chunk(const __chunk_metrics& __metrics, _Iterator __base, _Index __chunk_index, _Func __f) in __process_chunk()
|
/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 235 inline _LIBCPP_HIDE_FROM_ABI path proximate(const path& __p, const path& __base, error_code& __ec) { in proximate() argument 254 inline _LIBCPP_HIDE_FROM_ABI path relative(const path& __p, const path& __base, error_code& __ec) { in relative() argument
|