| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | iomanip | 71 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 73 __is.setf(ios_base::fmtflags(0), __f._M_mask); 79 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 81 __os.setf(ios_base::fmtflags(0), __f._M_mask); 101 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 103 __is.setf(__f._M_mask); 109 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 111 __os.setf(__f._M_mask); 132 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 134 __is.setf(__f._M_base == 8 ? ios_base::oct : [all …]
|
| D | thread | 146 jthread(_Callable&& __f, _Args&&... __args) 147 : _M_thread{_S_create(_M_stop_source, std::forward<_Callable>(__f), 241 _S_create(stop_source& __ssrc, _Callable&& __f, _Args&&... __args) 245 return _S_create_pmf(__ssrc, __f, std::forward<_Args>(__args)...); 250 return thread{std::forward<_Callable>(__f), __ssrc.get_token(), 258 return thread{std::forward<_Callable>(__f), 266 _S_create_pmf(stop_source& __ssrc, _Callable __f, _Obj&& __obj, 269 return thread{__f, std::forward<_Obj>(__obj), __ssrc.get_token(),
|
| D | stacktrace | 546 stacktrace_entry __f; 547 __f._M_pc = __pc; 548 if (__s._M_push_back(__f)) [[likely]] 558 stacktrace_entry __f; 559 __f._M_pc = __pc; 562 if (__s._M_push_back(__f)) [[likely]] 658 const stacktrace_entry& __f) noexcept 670 _AllocTraits::construct(__alloc, __addr, __f); 718 operator<<(ostream& __os, const stacktrace_entry& __f) 722 if (__f._M_get_info(&__desc, &__file, &__line)) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | std_function.h | 138 const _Functor& __f = __source._M_access<_Functor>(); in _GLIBCXX_VISIBILITY() local 139 return const_cast<_Functor*>(std::__addressof(__f)); in _GLIBCXX_VISIBILITY() 150 _M_create(_Any_data& __dest, _Fn&& __f, true_type) in _GLIBCXX_VISIBILITY() 152 ::new (__dest._M_access()) _Functor(std::forward<_Fn>(__f)); in _GLIBCXX_VISIBILITY() 158 _M_create(_Any_data& __dest, _Fn&& __f, false_type) in _GLIBCXX_VISIBILITY() 161 = new _Functor(std::forward<_Fn>(__f)); in _GLIBCXX_VISIBILITY() 211 _M_init_functor(_Any_data& __functor, _Fn&& __f) in _GLIBCXX_VISIBILITY() 215 _M_create(__functor, std::forward<_Fn>(__f), _Local_storage()); in _GLIBCXX_VISIBILITY() 220 _M_not_empty_function(const function<_Signature>& __f) noexcept in _GLIBCXX_VISIBILITY() 221 { return static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY() [all …]
|
| D | random.h | 474 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 501 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1), in _GLIBCXX_VISIBILITY() 525 static constexpr result_type initialization_multiplier = __f; in _GLIBCXX_VISIBILITY() 670 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 673 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs, in _GLIBCXX_VISIBILITY() 675 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs) in _GLIBCXX_VISIBILITY() 1879 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1881 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 1886 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1889 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() [all …]
|
| D | uniform_int_dist.h | 203 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 205 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 210 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 213 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 217 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY() 220 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 235 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 370 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 395 while (__f != __t) in _GLIBCXX_VISIBILITY() 398 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY() [all …]
|
| D | random.tcc | 196 _UIntType __f> 199 __s, __b, __t, __c, __l, __f>::word_size; 205 _UIntType __f> 208 __s, __b, __t, __c, __l, __f>::state_size; 214 _UIntType __f> 217 __s, __b, __t, __c, __l, __f>::shift_size; 223 _UIntType __f> 226 __s, __b, __t, __c, __l, __f>::mask_bits; 232 _UIntType __f> 235 __s, __b, __t, __c, __l, __f>::xor_mask; [all …]
|
| D | invoke.h | 60 __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) in _GLIBCXX_VISIBILITY() 61 { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 65 __invoke_impl(__invoke_memfun_ref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 67 { return (__invfwd<_Tp>(__t).*__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 71 __invoke_impl(__invoke_memfun_deref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 74 return ((*std::forward<_Tp>(__t)).*__f)(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 79 __invoke_impl(__invoke_memobj_ref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 80 { return __invfwd<_Tp>(__t).*__f; } in _GLIBCXX_VISIBILITY() 84 __invoke_impl(__invoke_memobj_deref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 85 { return (*std::forward<_Tp>(__t)).*__f; } in _GLIBCXX_VISIBILITY()
|
| D | boost_concept_check.h | 335 const _Return& __r _IsUnused = __f();// require operator() member function in _GLIBCXX_VISIBILITY() 337 _Func __f; in _GLIBCXX_VISIBILITY() 345 __f(); // require operator() member function in _GLIBCXX_VISIBILITY() 347 _Func __f; in _GLIBCXX_VISIBILITY() 354 __r = __f(__arg); // require operator() in _GLIBCXX_VISIBILITY() 356 _Func __f; in _GLIBCXX_VISIBILITY() 364 __f(__arg); // require operator() in _GLIBCXX_VISIBILITY() 366 _Func __f; in _GLIBCXX_VISIBILITY() 374 __r = __f(__first, __second); // require operator() in _GLIBCXX_VISIBILITY() 376 _Func __f; in _GLIBCXX_VISIBILITY() [all …]
|
| D | mofunc_impl.h | 98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>()) in _GLIBCXX_VISIBILITY() 104 if (__f == nullptr) in _GLIBCXX_VISIBILITY() 107 _M_init<_Vt>(std::forward<_Fn>(__f)); in _GLIBCXX_VISIBILITY() 160 operator=(_Fn&& __f) in _GLIBCXX_VISIBILITY() 163 move_only_function(std::forward<_Fn>(__f)).swap(*this); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/bits/ |
| D | fenv.h | 14 __asm__ __volatile__ ("divss %1, %0" : : "x" (__f), "x" (__g)); 17 : "=t" (__f) : "0" (__f), "u" (__g) : "st(1)"); 24 __asm__ __volatile__ ("divss %0, %0" : : "x" (__f)); 27 : "=t" (__f) : "0" (__f));
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| D | hash_set | 143 hash_set(_InputIterator __f, _InputIterator __l) 145 { _M_ht.insert_unique(__f, __l); } 148 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) 150 { _M_ht.insert_unique(__f, __l); } 153 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, 156 { _M_ht.insert_unique(__f, __l); } 159 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, 163 { _M_ht.insert_unique(__f, __l); } 203 insert(_InputIterator __f, _InputIterator __l) 204 { _M_ht.insert_unique(__f, __l); } [all …]
|
| D | hash_map | 139 hash_map(_InputIterator __f, _InputIterator __l) 141 { _M_ht.insert_unique(__f, __l); } 144 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) 146 { _M_ht.insert_unique(__f, __l); } 149 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, 152 { _M_ht.insert_unique(__f, __l); } 155 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, 159 { _M_ht.insert_unique(__f, __l); } 204 insert(_InputIterator __f, _InputIterator __l) 205 { _M_ht.insert_unique(__f, __l); } [all …]
|
| D | hashtable.h | 465 insert_unique(_InputIterator __f, _InputIterator __l) in _GLIBCXX_VISIBILITY() 466 { insert_unique(__f, __l, std::__iterator_category(__f)); } in _GLIBCXX_VISIBILITY() 470 insert_equal(_InputIterator __f, _InputIterator __l) in _GLIBCXX_VISIBILITY() 471 { insert_equal(__f, __l, std::__iterator_category(__f)); } in _GLIBCXX_VISIBILITY() 475 insert_unique(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 478 for ( ; __f != __l; ++__f) in _GLIBCXX_VISIBILITY() 479 insert_unique(*__f); in _GLIBCXX_VISIBILITY() 484 insert_equal(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 487 for ( ; __f != __l; ++__f) in _GLIBCXX_VISIBILITY() 488 insert_equal(*__f); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | random.tcc | 440 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl() argument 450 while (__f != __t) in __generate_impl() 460 *__f++ = __x / (__x + __y); in __generate_impl() 641 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in __generate_impl() argument 647 while (__f != __t) in __generate_impl() 648 *__f++ = this->operator()(__urng, __param); in __generate_impl() 728 __generate_impl(_OutputIterator __f, _OutputIterator __t, in __generate_impl() argument 735 while (__f != __t) in __generate_impl() 742 *__f++ = std::hypot(__x, __y); in __generate_impl() 744 *__f++ = std::sqrt(__x * __x + __y * __y); in __generate_impl() [all …]
|
| D | random | 548 __generate(_ForwardIterator __f, _ForwardIterator __t, 550 { this->__generate(__f, __t, __urng, _M_param); } 555 __generate(_ForwardIterator __f, _ForwardIterator __t, 558 { this->__generate_impl(__f, __t, __urng, __p); } 562 __generate(result_type* __f, result_type* __t, 565 { this->__generate_impl(__f, __t, __urng, __p); } 610 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, 871 __generate(_ForwardIterator __f, _ForwardIterator __t, 873 { return this->__generate_impl(__f, __t, __urng, _M_param); } 878 __generate(_ForwardIterator __f, _ForwardIterator __t, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.h | 3454 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) in tree_check() argument 3457 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check() 3462 tree_not_check (tree __t, const char *__f, int __l, const char *__g, in tree_not_check() argument 3466 tree_not_check_failed (__t, __f, __l, __g, __c, 0); in tree_not_check() 3471 tree_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_check2() argument 3476 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3481 tree_not_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_not_check2() argument 3486 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2() 3491 tree_check3 (tree __t, const char *__f, int __l, const char *__g, in tree_check3() argument 3497 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | unordered_set.h | 76 __unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY() 126 __unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 131 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY() 194 unordered_set(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 199 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY() 244 unordered_multiset(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 249 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
|
| D | unordered_map.h | 76 __unordered_map(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY() 128 __unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 133 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(), in _GLIBCXX_VISIBILITY() 201 unordered_map(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 206 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY() 254 unordered_multimap(_InputIterator __f, _InputIterator __l, in _GLIBCXX_VISIBILITY() 259 : _Base(__f, __l, __n, __hf, __eql, __a) in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | par_loop.h | 68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_ed() argument 102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed() 110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed() 128 __f._M_finish_iterator = __begin + __length; in __for_each_template_random_access_ed()
|
| D | omp_loop_static.h | 68 _Fu& __f, _Red __r, in __for_each_template_random_access_omp_loop_static() argument 98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop_static() 108 __f.finish_iterator = __begin + __length; in __for_each_template_random_access_omp_loop_static()
|
| D | omp_loop.h | 68 _Op __o, _Fu& __f, _Red __r, in __for_each_template_random_access_omp_loop() argument 98 __f(__o, __begin+__pos)); in __for_each_template_random_access_omp_loop() 108 __f._M_finish_iterator = __begin + __length; in __for_each_template_random_access_omp_loop()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| D | compare | 575 __fp_weak_ordering(_Tp __e, _Tp __f) 590 auto __po = __e <=> __f; 605 auto __ord = __isnan_sign(__e) <=> __isnan_sign(__f); 950 operator() [[nodiscard]] (_Tp&& __e, _Up&& __f) const 954 return _S_fp_cmp(__e, __f); 957 static_cast<_Up&&>(__f))); 960 static_cast<_Up&&>(__f)); 996 operator() [[nodiscard]] (_Tp&& __e, _Up&& __f) const 1000 return __cmp_cust::__fp_weak_ordering(__e, __f); 1003 static_cast<_Up&&>(__f))); [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| D | basic_file_stdio.h | 77 swap(__basic_file& __f) noexcept in _GLIBCXX_VISIBILITY() 79 std::swap(_M_cfile, __f._M_cfile); in _GLIBCXX_VISIBILITY() 80 std::swap(_M_cfile_created, __f._M_cfile_created); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cmath | 472 fpclassify(_Tp __f) 476 FP_SUBNORMAL, FP_ZERO, __type(__f)); 482 isfinite(_Tp __f) 485 return __builtin_isfinite(__type(__f)); 491 isinf(_Tp __f) 494 return __builtin_isinf(__type(__f)); 500 isnan(_Tp __f) 503 return __builtin_isnan(__type(__f)); 509 isnormal(_Tp __f) 512 return __builtin_isnormal(__type(__f)); [all …]
|