Home
last modified time | relevance | path

Searched refs:__p (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h47 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
50 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
119 exists(const path& __p) in _GLIBCXX_VISIBILITY()
120 { return exists(status(__p)); } in _GLIBCXX_VISIBILITY()
145 is_block_file(const path& __p) in _GLIBCXX_VISIBILITY()
169 is_directory(const path& __p) in _GLIBCXX_VISIBILITY()
184 is_fifo(const path& __p) in _GLIBCXX_VISIBILITY()
199 is_other(const path& __p) in _GLIBCXX_VISIBILITY()
223 is_socket(const path& __p) in _GLIBCXX_VISIBILITY()
235 is_symlink(const path& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_atomic.h106 return *__p; in _GLIBCXX_VISIBILITY()
119 return *__p; in _GLIBCXX_VISIBILITY()
180 __p->swap(__r); in _GLIBCXX_VISIBILITY()
199 __p->swap(__r); in _GLIBCXX_VISIBILITY()
234 if (*__p == *__v && !__less(*__p, *__v) && !__less(*__v, *__p)) in _GLIBCXX_VISIBILITY()
236 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
237 *__p = std::move(__w); in _GLIBCXX_VISIBILITY()
241 *__v = *__p; in _GLIBCXX_VISIBILITY()
286 if (*__p == *__v && !__less(*__p, *__v) && !__less(*__v, *__p)) in _GLIBCXX_VISIBILITY()
288 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.tcc51 ++__p; in __valarray_fill()
53 *__p = __t; in __valarray_fill()
76 ++__p; in __valarray_copy()
78 *__q = *__p; in __valarray_copy()
95 for (_Tp* __p = __a._M_data; __p < __a._M_data+__n; in __valarray_copy() local
103 *__q = *__p; in __valarray_copy()
127 ++__p; in __valarray_copy()
134 *__q = *__p; in __valarray_copy()
146 *__p = __e[__i]; in __valarray_copy()
205 ++__p; in __valarray_copy()
[all …]
H A Dfs_dir.h105 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
106 : _M_path(__p) in _GLIBCXX_VISIBILITY()
110 : _M_path(__p) in _GLIBCXX_VISIBILITY()
124 assign(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
126 _M_path = __p; in _GLIBCXX_VISIBILITY()
133 _M_path = __p; in _GLIBCXX_VISIBILITY()
138 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
140 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
147 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
328 : _M_path(__p), _M_type(__t) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.h63 { operator delete(__p); } in _GLIBCXX_VISIBILITY()
493 : _M_data (__p) {} in _GLIBCXX_VISIBILITY()
516 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; ++__p) \ in _GLIBCXX_VISIBILITY()
517 *__p _Op##= __t; \ in _GLIBCXX_VISIBILITY()
526 *__p _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
545 for (_Tp* __p = __a._M_data; __p < __a._M_data + __s * __n; \ in _GLIBCXX_VISIBILITY()
547 *__p _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
556 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; \ in _GLIBCXX_VISIBILITY()
616 ++__p; \ in _GLIBCXX_VISIBILITY()
629 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; \ in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h126 exists(const path& __p) in _GLIBCXX_VISIBILITY()
127 { return exists(status(__p)); } in _GLIBCXX_VISIBILITY()
132 auto __s = status(__p, __ec); in _GLIBCXX_VISIBILITY()
152 is_block_file(const path& __p) in _GLIBCXX_VISIBILITY()
176 is_directory(const path& __p) in _GLIBCXX_VISIBILITY()
183 bool is_empty(const path& __p); in _GLIBCXX_VISIBILITY()
191 is_fifo(const path& __p) in _GLIBCXX_VISIBILITY()
206 is_other(const path& __p) in _GLIBCXX_VISIBILITY()
230 is_socket(const path& __p) in _GLIBCXX_VISIBILITY()
242 is_symlink(const path& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr.h94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY()
98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
99 : _Base_type(__p, __d) in _GLIBCXX_VISIBILITY()
105 : _Base_type(__p, __d, __a) in _GLIBCXX_VISIBILITY()
110 : _Base_type(__p, __d) { } in _GLIBCXX_VISIBILITY()
114 : _Base_type(__p, __d, __a) { } in _GLIBCXX_VISIBILITY()
118 : _Base_type(__r, __p) { } in _GLIBCXX_VISIBILITY()
161 : _Base_type(__p) { } in _GLIBCXX_VISIBILITY()
398 return shared_ptr<_Tp>(__r, __p); in _GLIBCXX_VISIBILITY()
500 __os << __p.get(); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } in _GLIBCXX_VISIBILITY()
101 void assign(const filesystem::path& __p) { _M_path = __p; } in _GLIBCXX_VISIBILITY()
104 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
105 { _M_path = _M_path.parent_path() / __p; } in _GLIBCXX_VISIBILITY()
187 directory_iterator(const path& __p) in _GLIBCXX_VISIBILITY()
191 : directory_iterator(__p, __options, nullptr) { } in _GLIBCXX_VISIBILITY()
196 directory_iterator(const path& __p, in _GLIBCXX_VISIBILITY()
199 : directory_iterator(__p, __options, &__ec) { } in _GLIBCXX_VISIBILITY()
268 recursive_directory_iterator(const path& __p) in _GLIBCXX_VISIBILITY()
274 recursive_directory_iterator(const path& __p, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h48 path absolute(const path& __p); in _GLIBCXX_VISIBILITY()
54 path canonical(const path& __p); in _GLIBCXX_VISIBILITY()
133 exists(const path& __p) in _GLIBCXX_VISIBILITY()
134 { return exists(status(__p)); } in _GLIBCXX_VISIBILITY()
168 is_block_file(const path& __p) in _GLIBCXX_VISIBILITY()
198 is_directory(const path& __p) in _GLIBCXX_VISIBILITY()
219 is_fifo(const path& __p) in _GLIBCXX_VISIBILITY()
237 is_other(const path& __p) in _GLIBCXX_VISIBILITY()
267 is_socket(const path& __p) in _GLIBCXX_VISIBILITY()
282 is_symlink(const path& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.tcc51 ++__p; in __valarray_fill()
53 *__p = __t; in __valarray_fill()
76 ++__p; in __valarray_copy()
78 *__q = *__p; in __valarray_copy()
95 for (_Tp* __p = __a._M_data; __p < __a._M_data+__n; in __valarray_copy() local
103 *__q = *__p; in __valarray_copy()
127 ++__p; in __valarray_copy()
134 *__q = *__p; in __valarray_copy()
146 *__p = __e[__i]; in __valarray_copy()
205 ++__p; in __valarray_copy()
[all …]
H A Dshared_ptr_atomic.h132 return *__p; in _GLIBCXX_VISIBILITY()
145 return *__p; in _GLIBCXX_VISIBILITY()
206 __p->swap(__r); in _GLIBCXX_VISIBILITY()
225 __p->swap(__r); in _GLIBCXX_VISIBILITY()
260 if (*__p == *__v && !__less(*__p, *__v) && !__less(*__v, *__p)) in _GLIBCXX_VISIBILITY()
262 __x = std::move(*__p); in _GLIBCXX_VISIBILITY()
267 *__v = *__p; in _GLIBCXX_VISIBILITY()
312 if (*__p == *__v && !__less(*__p, *__v) && !__less(*__v, *__p)) in _GLIBCXX_VISIBILITY()
319 *__v = *__p; in _GLIBCXX_VISIBILITY()
508 if (__p) in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h106 directory_entry(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
107 : _M_path(__p) in _GLIBCXX_VISIBILITY()
111 : _M_path(__p) in _GLIBCXX_VISIBILITY()
125 assign(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
127 _M_path = __p; in _GLIBCXX_VISIBILITY()
134 _M_path = __p; in _GLIBCXX_VISIBILITY()
139 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
141 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
148 _M_path.replace_filename(__p); in _GLIBCXX_VISIBILITY()
329 : _M_path(__p), _M_type(__t) in _GLIBCXX_VISIBILITY()
[all …]
H A Dvalarray_array.h63 { operator delete(__p); } in _GLIBCXX_VISIBILITY()
493 : _M_data (__p) {} in _GLIBCXX_VISIBILITY()
516 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; ++__p) \ in _GLIBCXX_VISIBILITY()
517 *__p _Op##= __t; \ in _GLIBCXX_VISIBILITY()
526 *__p _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
545 for (_Tp* __p = __a._M_data; __p < __a._M_data + __s * __n; \ in _GLIBCXX_VISIBILITY()
547 *__p _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
556 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; \ in _GLIBCXX_VISIBILITY()
616 ++__p; \ in _GLIBCXX_VISIBILITY()
629 for (_Tp* __p = __a._M_data; __p < __a._M_data + __n; \ in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h141 exists(const path& __p) in _GLIBCXX_VISIBILITY()
142 { return exists(status(__p)); } in _GLIBCXX_VISIBILITY()
148 auto __s = status(__p, __ec); in _GLIBCXX_VISIBILITY()
176 is_block_file(const path& __p) in _GLIBCXX_VISIBILITY()
206 is_directory(const path& __p) in _GLIBCXX_VISIBILITY()
215 bool is_empty(const path& __p); in _GLIBCXX_VISIBILITY()
226 is_fifo(const path& __p) in _GLIBCXX_VISIBILITY()
244 is_other(const path& __p) in _GLIBCXX_VISIBILITY()
274 is_socket(const path& __p) in _GLIBCXX_VISIBILITY()
289 is_symlink(const path& __p) in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr.h94 shared_ptr(_Tp1* __p) : _Base_type(__p) in _GLIBCXX_VISIBILITY()
98 shared_ptr(_Tp1* __p, _Deleter __d) in _GLIBCXX_VISIBILITY()
99 : _Base_type(__p, __d) in _GLIBCXX_VISIBILITY()
105 : _Base_type(__p, __d, __a) in _GLIBCXX_VISIBILITY()
110 : _Base_type(__p, __d) { } in _GLIBCXX_VISIBILITY()
114 : _Base_type(__p, __d, __a) { } in _GLIBCXX_VISIBILITY()
118 : _Base_type(__r, __p) { } in _GLIBCXX_VISIBILITY()
161 : _Base_type(__p) { } in _GLIBCXX_VISIBILITY()
398 return shared_ptr<_Tp>(__r, __p); in _GLIBCXX_VISIBILITY()
500 __os << __p.get(); in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_dir.h94 explicit directory_entry(const filesystem::path& __p) : _M_path(__p) { } in _GLIBCXX_VISIBILITY()
101 void assign(const filesystem::path& __p) { _M_path = __p; } in _GLIBCXX_VISIBILITY()
104 replace_filename(const filesystem::path& __p) in _GLIBCXX_VISIBILITY()
105 { _M_path = _M_path.parent_path() / __p; } in _GLIBCXX_VISIBILITY()
187 directory_iterator(const path& __p) in _GLIBCXX_VISIBILITY()
191 : directory_iterator(__p, __options, nullptr) { } in _GLIBCXX_VISIBILITY()
196 directory_iterator(const path& __p, in _GLIBCXX_VISIBILITY()
199 : directory_iterator(__p, __options, &__ec) { } in _GLIBCXX_VISIBILITY()
268 recursive_directory_iterator(const path& __p) in _GLIBCXX_VISIBILITY()
274 recursive_directory_iterator(const path& __p, in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm_mve.h55 #define vaddlvq_p(__a, __p) __arm_vaddlvq_p(__a, __p) argument
84 #define vaddvq_p(__a, __p) __arm_vaddvq_p(__a, __p) argument
398 #define vabsq_x(__a, __p) __arm_vabsq_x(__a, __p) argument
400 #define vclsq_x(__a, __p) __arm_vclsq_x(__a, __p) argument
401 #define vclzq_x(__a, __p) __arm_vclzq_x(__a, __p) argument
402 #define vnegq_x(__a, __p) __arm_vnegq_x(__a, __p) argument
424 #define vmvnq_x(__a, __p) __arm_vmvnq_x(__a, __p) argument
523 #define vcvtq_x(__a, __p) __arm_vcvtq_x(__a, __p) argument
525 #define vrndq_x(__a, __p) __arm_vrndq_x(__a, __p) argument
526 #define vrndnq_x(__a, __p) __arm_vrndnq_x(__a, __p) argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm_mve.h55 #define vaddlvq_p(__a, __p) __arm_vaddlvq_p(__a, __p) argument
84 #define vaddvq_p(__a, __p) __arm_vaddvq_p(__a, __p) argument
398 #define vabsq_x(__a, __p) __arm_vabsq_x(__a, __p) argument
400 #define vclsq_x(__a, __p) __arm_vclsq_x(__a, __p) argument
401 #define vclzq_x(__a, __p) __arm_vclzq_x(__a, __p) argument
402 #define vnegq_x(__a, __p) __arm_vnegq_x(__a, __p) argument
424 #define vmvnq_x(__a, __p) __arm_vmvnq_x(__a, __p) argument
523 #define vcvtq_x(__a, __p) __arm_vcvtq_x(__a, __p) argument
525 #define vrndq_x(__a, __p) __arm_vrndq_x(__a, __p) argument
526 #define vrndnq_x(__a, __p) __arm_vrndnq_x(__a, __p) argument
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_device_functions.h51 return __nvvm_atom_add_gen_d(__p, __v); in __dAtomicAdd()
54 return __nvvm_atom_cta_add_gen_d(__p, __v); in __dAtomicAdd_block()
57 return __nvvm_atom_sys_add_gen_d(__p, __v); in __dAtomicAdd_system()
175 return __nvvm_atom_add_gen_f(__p, __v); in __fAtomicAdd()
339 return __nvvm_atom_add_gen_i(__p, __v); in __iAtomicAdd()
348 return __nvvm_atom_and_gen_i(__p, __v); in __iAtomicAnd()
375 return __nvvm_atom_max_gen_i(__p, __v); in __iAtomicMax()
384 return __nvvm_atom_min_gen_i(__p, __v); in __iAtomicMin()
393 return __nvvm_atom_or_gen_i(__p, __v); in __iAtomicOr()
402 return __nvvm_atom_xor_gen_i(__p, __v); in __iAtomicXor()
[all …]
H A Dadxintrin.h23 unsigned int *__p) in _addcarryx_u32() argument
25 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p); in _addcarryx_u32()
31 unsigned long long __y, unsigned long long *__p) in _addcarryx_u64() argument
33 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p); in _addcarryx_u64()
40 unsigned int *__p) in _addcarry_u32() argument
42 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p); in _addcarry_u32()
48 unsigned long long __y, unsigned long long *__p) in _addcarry_u64() argument
50 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p); in _addcarry_u64()
56 unsigned int *__p) in _subborrow_u32() argument
58 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __p); in _subborrow_u32()
[all …]
H A Dcetintrin.h65 static __inline__ void __DEFAULT_FN_ATTRS _rstorssp(void * __p) { in _rstorssp() argument
66 __builtin_ia32_rstorssp(__p); in _rstorssp()
69 static __inline__ void __DEFAULT_FN_ATTRS _wrssd(unsigned int __a, void * __p) { in _wrssd() argument
70 __builtin_ia32_wrssd(__a, __p); in _wrssd()
74 static __inline__ void __DEFAULT_FN_ATTRS _wrssq(unsigned long long __a, void * __p) { in _wrssq() argument
75 __builtin_ia32_wrssq(__a, __p); in _wrssq()
79 static __inline__ void __DEFAULT_FN_ATTRS _wrussd(unsigned int __a, void * __p) { in _wrussd() argument
80 __builtin_ia32_wrussd(__a, __p); in _wrussd()
85 __builtin_ia32_wrussq(__a, __p); in _wrussq()
93 static __inline__ void __DEFAULT_FN_ATTRS _clrssbsy(void * __p) { in _clrssbsy() argument
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dauto_ptr.h38 _LIBCPP_INLINE_VISIBILITY explicit auto_ptr(_Tp* __p = 0) _NOEXCEPT : __ptr_(__p) {} in __ptr_() argument
39 _LIBCPP_INLINE_VISIBILITY auto_ptr(auto_ptr& __p) _NOEXCEPT : __ptr_(__p.release()) {} in auto_ptr() argument
41 : __ptr_(__p.release()) {} in auto_ptr()
42 _LIBCPP_INLINE_VISIBILITY auto_ptr& operator=(auto_ptr& __p) _NOEXCEPT
43 {reset(__p.release()); return *this;}
45 {reset(__p.release()); return *this;}
47 {reset(__p.__ptr_); return *this;}
60 _LIBCPP_INLINE_VISIBILITY void reset(_Tp* __p = 0) _NOEXCEPT
62 if (__ptr_ != __p)
64 __ptr_ = __p;
[all …]
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dsstream295 this->setg(__p + __binp, __p + __ninp, __p + __einp);
298 this->setp(__p + __bout, __p + __eout);
303 __rhs.setg(__p, __p, __p);
304 __rhs.setp(__p, __p);
336 this->setg(__p + __binp, __p + __ninp, __p + __einp);
341 this->setp(__p + __bout, __p + __eout);
350 __rhs.setg(__p, __p, __p);
351 __rhs.setp(__p, __p);
405 this->setg(__p + __rbinp, __p + __rninp, __p + __reinp);
410 this->setp(__p + __rbout, __p + __reout);
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h137 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) in _GLIBCXX_VISIBILITY()
139 for (; __k1 != __k2; ++__k1, ++__p) in _GLIBCXX_VISIBILITY()
145 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
148 _S_copy_chars(_CharT* __p, __const_sso_iterator __k1, in _GLIBCXX_VISIBILITY()
150 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
154 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
157 _S_copy_chars(_CharT* __p, __const_rc_iterator __k1, in _GLIBCXX_VISIBILITY()
159 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
162 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) in _GLIBCXX_VISIBILITY()
163 { _S_copy(__p, __k1, __k2 - __k1); } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h137 _S_copy_chars(_CharT* __p, _Iterator __k1, _Iterator __k2) in _GLIBCXX_VISIBILITY()
139 for (; __k1 != __k2; ++__k1, ++__p) in _GLIBCXX_VISIBILITY()
145 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
148 _S_copy_chars(_CharT* __p, __const_sso_iterator __k1, in _GLIBCXX_VISIBILITY()
150 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
154 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
157 _S_copy_chars(_CharT* __p, __const_rc_iterator __k1, in _GLIBCXX_VISIBILITY()
159 { _S_copy_chars(__p, __k1.base(), __k2.base()); } in _GLIBCXX_VISIBILITY()
162 _S_copy_chars(_CharT* __p, _CharT* __k1, _CharT* __k2) in _GLIBCXX_VISIBILITY()
163 { _S_copy(__p, __k1, __k2 - __k1); } in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...17