Searched defs:__f (Results 1 - 25 of 58) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/char/
H A D35209.cc25 my_ssf(std::__c_file* __f) argument
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/stdio_sync_filebuf/wchar_t/
H A D35209.cc25 my_ssf(std::__c_file* __f) argument
/haiku-buildtools/legacy/gcc/libio/
H A Dstdiostream.h61 istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } argument
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); } argument
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Domp_loop_static.h66 __for_each_template_random_access_omp_loop_static(_RAIter __begin, _RAIter __end, _Op __o, _Fu& __f, _Red __r, _Result __base, _Result& __output, typename std::iterator_traits<_RAIter>::difference_type __bound) argument
H A Domp_loop.h67 __for_each_template_random_access_omp_loop(_RAIter __begin, _RAIter __end, _Op __o, _Fu& __f, _Red __r, _Result __base, _Result& __output, typename std::iterator_traits<_RAIter>::difference_type __bound) argument
H A Dlist_partition.h101 list_partition(const _IIter __begin, const _IIter __end, _IIter* __starts, size_t* __lengths, const int __num_parts, _FunctorType& __f, int __oversampling = 0) argument
H A Dpar_loop.h67 __for_each_template_random_access_ed(_RAIter __begin, _RAIter __end, _Op __o, _Fu& __f, _Red __r, _Result __base, _Result& __output, typename std::iterator_traits<_RAIter>::difference_type __bound) argument
H A Dworkstealing.h99 __for_each_template_random_access_workstealing(_RAIter __begin, _RAIter __end, _Op __op, _Fu& __f, _Red __r, _Result __base, _Result& __output, typename std::iterator_traits<_RAIter>::difference_type __bound) argument
/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_hashtable_size.h60 __trace_hashtable_size_report(FILE* __f, __warning_vector_t& __warnings) argument
61 { __trace_report(_GLIBCXX_PROFILE_DATA(_S_hashtable_size), __f, __warnings); } local
H A Dprofiler_algos.h84 __for_each(_InputIterator __first, _InputIterator __last, _Function __f) argument
H A Dprofiler_vector_size.h60 __trace_vector_size_report(FILE* __f, __warning_vector_t& __warnings) argument
61 { __trace_report(_GLIBCXX_PROFILE_DATA(_S_vector_size), __f, __warnings); } local
H A Dprofiler_list_to_slist.h124 __trace_list_to_slist_report(FILE* __f, __warning_vector_t& __warnings) argument
125 { __trace_report(_GLIBCXX_PROFILE_DATA(_S_list_to_slist), __f, __warnings); } local
H A Dprofiler_hash_func.h127 __trace_hash_func_report(FILE* __f, __warning_vector_t& __warnings) argument
128 { __trace_report(_GLIBCXX_PROFILE_DATA(_S_hash_func), __f, __warnings); } local
H A Dprofiler_node.h82 __write(FILE* __f, __stack_t __stack) argument
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstdio_filebuf.h153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
H A Dstdio_sync_filebuf.h79 stdio_sync_filebuf(std::__c_file* __f) argument
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dunordered_map.h76 __unordered_map(_InputIterator __f, _InputIterator __l, argument
128 __unordered_multimap(_InputIterator __f, _InputIterator __l, argument
201 unordered_map(_InputIterator __f, _InputIterator __l, argument
254 unordered_multimap(_InputIterator __f, _InputIterator __l, argument
H A Dunordered_set.h76 __unordered_set(_InputIterator __f, _InputIterator __l, argument
126 __unordered_multiset(_InputIterator __f, _InputIterator __l, argument
194 unordered_set(_InputIterator __f, _InputIterator __l, argument
244 unordered_multiset(_InputIterator __f, _InputIterator __l, argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091002-1_0.C47 __ostream_type& operator<<(double __f) { } argument
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dvalarray_after.h273 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const function in class:_Expr
281 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const function in class:_Expr
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h48 __generate(typename normal_distribution<double>::result_type* __f, argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dpr52260.C47 K <T (B1 ...)>::K (B2 __f, typename G <!F < B2>::value, P>::t) argument
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dvalarray_meta.h56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) argument
74 _UnFunClos (const _Dom& __e, value_type __f(value_type)) argument
83 _UnFunClos (const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
136 _BinFunBase2(const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
155 _BinFunClos(const _Dom1& __e1, const _Dom2& __e2, _Tp __f(_Tp, _Tp)) argument
166 _BinFunClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w, _Tp __f(_Tp, _Tp)) argument
178 _BinFunClos(const _Dom& __e, const valarray<_Tp>& __v, _Tp __f(_Tp, _Tp)) argument
190 _BinFunClos(const valarray<_Tp>& __v, const _Dom& __e, _Tp __f(_Tp, _Tp)) argument
223 _BinFunClos(const valarray<_Tp>& __v, const _Tp& __t, _Tp __f(_Tp, _Tp)) argument
247 _FunBase(const _Dom& __e, value_type __f(_Arg)) argument
275 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
[all...]
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_hash_map.h93 hash_map(_InputIterator __f, _InputIterator __l) argument
97 hash_map(_InputIterator __f, _InputIterator __l, size_type __n) argument
101 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
106 hash_map(_InputIterator __f, _InputIterator __l, size_type __n, argument
113 hash_map(const value_type* __f, const value_type* __l) argument
116 hash_map(const value_type* __f, const value_type* __l, size_type __n) argument
119 hash_map(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
123 hash_map(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
129 hash_map(const_iterator __f, const_iterator __l) argument
132 hash_map(const_iterator __f, const_iterator __l, size_type __n) argument
135 hash_map(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
139 hash_map(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
164 insert(_InputIterator __f, _InputIterator __l) argument
167 insert(const value_type* __f, const value_type* __l) argument
170 insert(const_iterator __f, const_iterator __l) argument
194 erase(iterator __f, iterator __l) argument
276 hash_multimap(_InputIterator __f, _InputIterator __l) argument
280 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n) argument
284 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
289 hash_multimap(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
296 hash_multimap(const value_type* __f, const value_type* __l) argument
299 hash_multimap(const value_type* __f, const value_type* __l, size_type __n) argument
302 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
306 hash_multimap(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
312 hash_multimap(const_iterator __f, const_iterator __l) argument
315 hash_multimap(const_iterator __f, const_iterator __l, size_type __n) argument
318 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
322 hash_multimap(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
348 insert(_InputIterator __f, _InputIterator __l) argument
351 insert(const value_type* __f, const value_type* __l) argument
354 insert(const_iterator __f, const_iterator __l) argument
374 erase(iterator __f, iterator __l) argument
[all...]
H A Dstl_hash_set.h91 hash_set(_InputIterator __f, _InputIterator __l) argument
95 hash_set(_InputIterator __f, _InputIterator __l, size_type __n) argument
99 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
104 hash_set(_InputIterator __f, _InputIterator __l, size_type __n, argument
111 hash_set(const value_type* __f, const value_type* __l) argument
114 hash_set(const value_type* __f, const value_type* __l, size_type __n) argument
117 hash_set(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
121 hash_set(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
127 hash_set(const_iterator __f, const_iterator __l) argument
130 hash_set(const_iterator __f, const_iterator __l, size_type __n) argument
133 hash_set(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
137 hash_set(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
163 insert(_InputIterator __f, _InputIterator __l) argument
166 insert(const value_type* __f, const value_type* __l) argument
169 insert(const_iterator __f, const_iterator __l) argument
188 erase(iterator __f, iterator __l) argument
270 hash_multiset(_InputIterator __f, _InputIterator __l) argument
274 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n) argument
278 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf) argument
283 hash_multiset(_InputIterator __f, _InputIterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
290 hash_multiset(const value_type* __f, const value_type* __l) argument
293 hash_multiset(const value_type* __f, const value_type* __l, size_type __n) argument
296 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf) argument
300 hash_multiset(const value_type* __f, const value_type* __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
306 hash_multiset(const_iterator __f, const_iterator __l) argument
309 hash_multiset(const_iterator __f, const_iterator __l, size_type __n) argument
312 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf) argument
316 hash_multiset(const_iterator __f, const_iterator __l, size_type __n, const hasher& __hf, const key_equal& __eql, const allocator_type& __a = allocator_type()) argument
339 insert(_InputIterator __f, _InputIterator __l) argument
342 insert(const value_type* __f, const value_type* __l) argument
345 insert(const_iterator __f, const_iterator __l) argument
360 erase(iterator __f, iterator __l) argument
[all...]

Completed in 309 milliseconds

123