| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cmath.h | 472 __capture_isfinite(_Tp __f) { return isfinite(__f); } in __capture_isfinite() 476 __capture_isinf(_Tp __f) { return isinf(__f); } in __capture_isinf() 480 __capture_isnan(_Tp __f) { return isnan(__f); } in __capture_isnan() 484 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal() 488 __capture_signbit(_Tp __f) { return signbit(__f); } in __capture_signbit() 543 isfinite(_Tp __f) { return ::__gnu_cxx::__capture_isfinite(__f); } in isfinite() 547 isinf(_Tp __f) { return ::__gnu_cxx::__capture_isinf(__f); } in isinf() 551 isnan(_Tp __f) { return ::__gnu_cxx::__capture_isnan(__f); } in isnan() 555 isnormal(_Tp __f) { return ::__gnu_cxx::__capture_isnormal(__f); } in isnormal() 559 signbit(_Tp __f) { return ::__gnu_cxx::__capture_signbit(__f); } in signbit()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cmath.h | 698 __capture_fpclassify(_Tp __f) { return fpclassify(__f); } in __capture_fpclassify() 702 __capture_isfinite(_Tp __f) { return isfinite(__f); } in __capture_isfinite() 706 __capture_isinf(_Tp __f) { return isinf(__f); } in __capture_isinf() 710 __capture_isnan(_Tp __f) { return isnan(__f); } in __capture_isnan() 714 __capture_isnormal(_Tp __f) { return isnormal(__f); } in __capture_isnormal() 718 __capture_signbit(_Tp __f) { return signbit(__f); } in __capture_signbit() 767 fpclassify(_Tp __f) { return __capture_fpclassify(__f); } in fpclassify() 771 isfinite(_Tp __f) { return __capture_isfinite(__f); } in isfinite() 775 isinf(_Tp __f) { return __capture_isinf(__f); } in isinf() 779 isnan(_Tp __f) { return __capture_isnan(__f); } in isnan() [all …]
|
| /openbsd/src/gnu/gcc/fixincludes/tests/base/sys/ |
| D | stat.h | 27 static int stat(const char *__f, struct stat *__p) { in stat() 38 static int stat(__f, __p) in stat() argument
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ |
| D | stat.h | 32 static int stat(const char *__f, struct stat *__p) { in stat() 43 static int stat(__f, __p) in stat() argument
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/debug/ |
| D | hash_multiset.h | 93 hash_multiset(_InputIterator __f, _InputIterator __l) in hash_multiset() 98 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multiset() 103 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multiset() 112 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
| D | hash_set.h | 92 hash_set(_InputIterator __f, _InputIterator __l) in hash_set() 96 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) in hash_set() 100 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, in hash_set() 108 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
| D | hash_multimap.h | 94 hash_multimap(_InputIterator __f, _InputIterator __l) in hash_multimap() 98 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) in hash_multimap() 102 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, in hash_multimap() 110 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
| D | hash_map.h | 95 hash_map(_InputIterator __f, _InputIterator __l) in hash_map() 99 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) in hash_map() 103 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, in hash_map() 111 : _Base(__gnu_debug::__check_valid_range(__f, __l), __l, __n, __hf, in _Base()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/ |
| D | c_locale.cc | 60 float __f = strtof(__s, &__sanity); in _GLIBCXX_BEGIN_NAMESPACE() local 63 float __f = static_cast<float>(__d); in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/io/ |
| D | basic_file_libio.h | 397 __basic_file<_CharT>::sys_open(__c_file_type* __f, in sys_open() 434 __c_file_type* __f; in open() local
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | ropeimpl.h | 374 _Rope_RopeFunction<_CharT,_Alloc>* __f in _M_free_tree() local 744 _RopeFunction* __f = (_RopeFunction*)__base; in _S_substring() local 874 _RopeFunction* __f = (_RopeFunction*)__r; in _S_apply_to_pieces() local 899 char __f = __o.fill(); in _Rope_fill() local 995 _RopeFunction* __f = (_RopeFunction*)__r; in _S_flatten() local 1223 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch() local
|
| D | stdio_filebuf.h | 145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in stdio_filebuf()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | ropeimpl.h | 400 _Rope_RopeFunction<_CharT, _Alloc>* __f in _M_free_tree() local 810 _RopeFunction* __f = (_RopeFunction*)__base; in _S_substring() local 963 _RopeFunction* __f = (_RopeFunction*)__r; in _S_apply_to_pieces() local 990 char __f = __o.fill(); in _Rope_fill() local 1102 _RopeFunction* __f = (_RopeFunction*)__r; in _S_flatten() local 1356 _RopeFunction* __f = (_RopeFunction*)__r; in _S_fetch() local
|
| D | stdio_filebuf.h | 145 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in stdio_filebuf()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/ |
| D | c_locale.cc | 128 float __f = strtof(__s, &__sanity); in __convert_to_v() local 131 float __f = static_cast<float>(__d); in __convert_to_v() local
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | locale_facets.h | 866 put(iter_type __s, ios_base& __f, char_type __fill, bool __v) const in put() 870 put(iter_type __s, ios_base& __f, char_type __fill, long __v) const in put() 874 put(iter_type __s, ios_base& __f, char_type __fill, in put() 880 put(iter_type __s, ios_base& __f, char_type __fill, long long __v) const in put() 884 put(iter_type __s, ios_base& __f, char_type __fill, in put() 890 put(iter_type __s, ios_base& __f, char_type __fill, double __v) const in put() 894 put(iter_type __s, ios_base& __f, char_type __fill, in put() 899 put(iter_type __s, ios_base& __f, char_type __fill, in put()
|
| D | basic_ios.h | 445 _M_check_facet(const locale::facet* __f) const in _M_check_facet()
|
| D | stl_function.h | 696 inline mem_fun_t<_Ret,_Tp> mem_fun(_Ret (_Tp::*__f)()) in mem_fun() 704 inline mem_fun_ref_t<_Ret,_Tp> mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref()
|
| D | locale_classes.h | 302 locale::locale(const locale& __other, _Facet* __f) in locale()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | localefwd.h | 188 __check_facet(const _Facet* __f) in __check_facet()
|
| D | locale_facets.h | 2302 put(iter_type __s, ios_base& __f, char_type __fill, bool __v) const in put() 2344 put(iter_type __s, ios_base& __f, char_type __fill, long __v) const in put() 2348 put(iter_type __s, ios_base& __f, char_type __fill, in put() 2354 put(iter_type __s, ios_base& __f, char_type __fill, long long __v) const in put() 2358 put(iter_type __s, ios_base& __f, char_type __fill, in put() 2407 put(iter_type __s, ios_base& __f, char_type __fill, double __v) const in put() 2411 put(iter_type __s, ios_base& __f, char_type __fill, in put() 2432 put(iter_type __s, ios_base& __f, char_type __fill, in put()
|
| D | stl_function.h | 713 mem_fun(_Ret (_Tp::*__f)()) in mem_fun() 723 mem_fun_ref(_Ret (_Tp::*__f)()) in mem_fun_ref()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
| D | c_locale.cc | 52 float __f = __strtof_l(__s, &__sanity, __cloc); in _GLIBCXX_BEGIN_NAMESPACE() local
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | ia32intrin.h | 191 __writeeflags(unsigned long long __f) in __writeeflags() 204 __writeeflags(unsigned int __f) in __writeeflags()
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | future.cpp | 62 static __future_error_category __f; in future_category() local
|