Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd-head/contrib/llvm-project/libcxx/include/__filesystem/
HDoperations.h70 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p) { return __absolute(__p); } in absolute()
71 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(_… in absolute()
72 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p) { return __canonical(__p); } in canonical()
73 inline _LIBCPP_HIDE_FROM_ABI path canonical(const path& __p, error_code& __ec) { return __canonical… in canonical()
103 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p) { return __create_directories… in create_directories()
104 inline _LIBCPP_HIDE_FROM_ABI bool create_directories(const path& __p, error_code& __ec) { in create_directories()
114 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p… in create_directory()
115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept { in create_directory()
118 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { in create_directory()
121 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code… in create_directory()
[all …]
HDdirectory_iterator.h53 …_LIBCPP_HIDE_FROM_ABI explicit directory_iterator(const path& __p) : directory_iterator(__p, nullp… in directory_iterator()
55 _LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, directory_options __opts) in directory_iterator()
58 …_LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, error_code& __ec) : directory_iterator(_… in directory_iterator()
60 …_LIBCPP_HIDE_FROM_ABI directory_iterator(const path& __p, directory_options __opts, error_code& __… in directory_iterator()
HDdirectory_entry.h51 _LIBCPP_HIDE_FROM_ABI explicit directory_entry(_Path const& __p) : __p_(__p) { in directory_entry()
56 …_LIBCPP_HIDE_FROM_ABI directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) { __refresh(… in directory_entry()
63 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p) { in assign()
69 _LIBCPP_HIDE_FROM_ABI void assign(_Path const& __p, error_code& __ec) { in assign()
74 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p) { in replace_filename()
80 _LIBCPP_HIDE_FROM_ABI void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename()
243 _LIBCPP_HIDE_FROM_ABI void __assign_iter_entry(_Path&& __p, __cached_data __dt) { in __assign_iter_entry()
HDrecursive_directory_iterator.h53 : recursive_directory_iterator(__p, __xoptions, nullptr) {} in recursive_directory_iterator() argument
55 …_LIBCPP_HIDE_FROM_ABI recursive_directory_iterator(const path& __p, directory_options __xoptions, … in recursive_directory_iterator()
58 _LIBCPP_HIDE_FROM_ABI recursive_directory_iterator(const path& __p, error_code& __ec) in recursive_directory_iterator()
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDfxsrintrin.h30 _fxsave(void *__p) in _fxsave()
48 _fxrstor(void *__p) in _fxrstor()
65 _fxsave64(void *__p) in _fxsave64()
83 _fxrstor64(void *__p) in _fxrstor64()
HDxsavesintrin.h21 _xsaves(void *__p, unsigned long long __m) { in _xsaves()
26 _xrstors(void *__p, unsigned long long __m) { in _xrstors()
32 _xrstors64(void *__p, unsigned long long __m) { in _xrstors64()
37 _xsaves64(void *__p, unsigned long long __m) { in _xsaves64()
HDcetintrin.h81 static __inline__ void __DEFAULT_FN_ATTRS _rstorssp(void * __p) { in _rstorssp()
85 static __inline__ void __DEFAULT_FN_ATTRS _wrssd(unsigned int __a, void * __p) { in _wrssd()
90 static __inline__ void __DEFAULT_FN_ATTRS _wrssq(unsigned long long __a, void * __p) { in _wrssq()
95 static __inline__ void __DEFAULT_FN_ATTRS _wrussd(unsigned int __a, void * __p) { in _wrussd()
100 static __inline__ void __DEFAULT_FN_ATTRS _wrussq(unsigned long long __a, void * __p) { in _wrussq()
109 static __inline__ void __DEFAULT_FN_ATTRS _clrssbsy(void * __p) { in _clrssbsy()
HDxsaveintrin.h25 _xsave(void *__p, unsigned long long __m) { in _xsave()
30 _xrstor(void *__p, unsigned long long __m) { in _xrstor()
50 _xsave64(void *__p, unsigned long long __m) { in _xsave64()
55 _xrstor64(void *__p, unsigned long long __m) { in _xrstor64()
HDrdseedintrin.h42 _rdseed16_step(unsigned short *__p) in _rdseed16_step()
69 _rdseed32_step(unsigned int *__p) in _rdseed32_step()
97 _rdseed64_step(unsigned long long *__p) in _rdseed64_step()
HD__clang_cuda_device_functions.h52 __DEVICE__ double __dAtomicAdd(double *__p, double __v) { in __dAtomicAdd()
55 __DEVICE__ double __dAtomicAdd_block(double *__p, double __v) { in __dAtomicAdd_block()
58 __DEVICE__ double __dAtomicAdd_system(double *__p, double __v) { in __dAtomicAdd_system()
176 __DEVICE__ float __fAtomicAdd(float *__p, float __v) { in __fAtomicAdd()
179 __DEVICE__ float __fAtomicAdd_block(float *__p, float __v) { in __fAtomicAdd_block()
182 __DEVICE__ float __fAtomicAdd_system(float *__p, float __v) { in __fAtomicAdd_system()
185 __DEVICE__ float __fAtomicExch(float *__p, float __v) { in __fAtomicExch()
189 __DEVICE__ float __fAtomicExch_block(float *__p, float __v) { in __fAtomicExch_block()
193 __DEVICE__ float __fAtomicExch_system(float *__p, float __v) { in __fAtomicExch_system()
340 __DEVICE__ int __iAtomicAdd(int *__p, int __v) { in __iAtomicAdd()
[all …]
HDadcintrin.h57 unsigned int *__p) { in _addcarry_u32()
88 unsigned int *__p) { in _subborrow_u32()
118 unsigned long long __y, unsigned long long *__p) { in _addcarry_u64()
148 unsigned long long __y, unsigned long long *__p) { in _subborrow_u64()
HDxsaveoptintrin.h21 _xsaveopt(void *__p, unsigned long long __m) { in _xsaveopt()
27 _xsaveopt64(void *__p, unsigned long long __m) { in _xsaveopt64()
HDxsavecintrin.h46 _xsavec(void *__p, unsigned long long __m) { in _xsavec()
77 _xsavec64(void *__p, unsigned long long __m) { in _xsavec64()
HDadxintrin.h60 unsigned int *__p) { in _addcarryx_u32()
90 unsigned long long __y, unsigned long long *__p) { in _addcarryx_u64()
/freebsd-head/contrib/llvm-project/libcxx/include/__random/
HDgeometric_distribution.h41 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() argument
58 _LIBCPP_HIDE_FROM_ABI explicit geometric_distribution(double __p) : __p_(__p) {} in geometric_distribution()
62 _LIBCPP_HIDE_FROM_ABI explicit geometric_distribution(const param_type& __p) : __p_(__p) {} in geometric_distribution()
79 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
109 double __p; variable
HDbernoulli_distribution.h37 _LIBCPP_HIDE_FROM_ABI explicit param_type(double __p = 0.5) : __p_(__p) {} in __p_() argument
54 _LIBCPP_HIDE_FROM_ABI explicit bernoulli_distribution(double __p) : __p_(param_type(__p)) {} in bernoulli_distribution()
58 _LIBCPP_HIDE_FROM_ABI explicit bernoulli_distribution(const param_type& __p) : __p_(__p) {} in bernoulli_distribution()
73 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
112 double __p; variable
HDnegative_binomial_distribution.h63 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(result_type __k, double __p = 0.5) :… in __p_() argument
68 …_LIBCPP_HIDE_FROM_ABI explicit negative_binomial_distribution(const param_type& __p) : __p_(__p) {} in negative_binomial_distribution()
84 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
104 double __p = __pr.p(); in operator() local
146 double __p; variable
HDbinomial_distribution.h66 : __p_(param_type(__t, __p)) {} in __p_() argument
71 _LIBCPP_HIDE_FROM_ABI explicit binomial_distribution(const param_type& __p) : __p_(__p) {} in binomial_distribution()
87 _LIBCPP_HIDE_FROM_ABI void param(const param_type& __p) { __p_ = __p; } in param()
114 binomial_distribution<_IntType>::param_type::param_type(result_type __t, double __p) : __t_(__t), _… in param_type()
187 double __p; variable
/freebsd-head/contrib/llvm-project/libcxx/include/__memory_resource/
HDpolymorphic_allocator.h70 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate()
119 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()
129 …construct(pair<_T1, _T2>* __p, piecewise_construct_t, tuple<_Args1...> __x, tuple<_Args2...> __y) { in construct()
141 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p) { in construct()
146 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, _Up&& __u, _Vp&& __v) { in construct()
154 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, const pair<_U1, _U2>& __pr) { in construct()
159 _LIBCPP_HIDE_FROM_ABI void construct(pair<_T1, _T2>* __p, pair<_U1, _U2>&& __pr) { in construct()
167 _LIBCPP_HIDE_FROM_ABI void destroy(_Tp* __p) { in destroy()
/freebsd-head/contrib/llvm-project/libcxx/include/__memory/
HDauto_ptr.h36 _LIBCPP_HIDE_FROM_ABI explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() argument
37 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function
39 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr<_Up>& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() function
69 _LIBCPP_HIDE_FROM_ABI auto_ptr(auto_ptr_ref<_Tp> __p) _NOEXCEPT : __ptr_(__p.__ptr_) {} in auto_ptr()
/freebsd-head/contrib/llvm-project/libcxx/include/__mdspan/
HDmdspan.h116 _LIBCPP_HIDE_FROM_ABI explicit constexpr mdspan(data_handle_type __p, _OtherIndexTypes... __exts) in mdspan()
125 …_LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const array<_OtherIndexType, _Size>& … in mdspan()
134 … _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, span<_OtherIndexType, _Size> __exts) in mdspan()
137 _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const extents_type& __exts) in mdspan()
141 _LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const mapping_type& __m) in mdspan()
145 …_LIBCPP_HIDE_FROM_ABI constexpr mdspan(data_handle_type __p, const mapping_type& __m, const access… in mdspan()
/freebsd-head/contrib/llvm-project/libcxx/src/
HDfuture.cpp78 void __assoc_sub_state::set_exception(exception_ptr __p) { in set_exception()
87 void __assoc_sub_state::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit()
165 void promise<void>::set_exception(exception_ptr __p) { in set_exception()
177 void promise<void>::set_exception_at_thread_exit(exception_ptr __p) { in set_exception_at_thread_exit()
/freebsd-head/contrib/llvm-project/libcxx/include/__chrono/
HDtzdb_list.h45 _LIBCPP_HIDE_FROM_ABI explicit tzdb_list(__impl* __p) : __impl_(__p) { in tzdb_list()
57 …_LIBCPP_HIDE_FROM_ABI const_iterator erase_after(const_iterator __p) { return __erase_after(__p); } in erase_after()
/freebsd-head/contrib/llvm-project/libcxx/include/__thread/
HDthread.h88 void _LIBCPP_TLS_DESTRUCTOR_CC __thread_specific_ptr<_Tp>::__at_thread_exit(void* __p) { in __at_thread_exit()
108 void __thread_specific_ptr<_Tp>::set_pointer(pointer __p) { in set_pointer()
/freebsd-head/contrib/llvm-project/libcxx/include/__algorithm/
HDstable_partition.h40 _Pair __p, in __stable_partition_impl()
140 __p = std::get_temporary_buffer<value_type>(__len); in __stable_partition_impl() local
154 _Pair __p, in __stable_partition_impl()
280 __p = std::get_temporary_buffer<value_type>(__len); in __stable_partition_impl() local

1234