Searched refs:__base (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h878 boolalpha(ios_base& __base) argument
880 __base.setf(ios_base::boolalpha);
881 return __base;
886 noboolalpha(ios_base& __base) argument
888 __base.unsetf(ios_base::boolalpha);
889 return __base;
894 showbase(ios_base& __base) argument
896 __base.setf(ios_base::showbase);
897 return __base;
902 noshowbase(ios_base& __base) argument
910 showpoint(ios_base& __base) argument
918 noshowpoint(ios_base& __base) argument
926 showpos(ios_base& __base) argument
934 noshowpos(ios_base& __base) argument
942 skipws(ios_base& __base) argument
950 noskipws(ios_base& __base) argument
958 uppercase(ios_base& __base) argument
966 nouppercase(ios_base& __base) argument
974 unitbuf(ios_base& __base) argument
982 nounitbuf(ios_base& __base) argument
991 internal(ios_base& __base) argument
999 left(ios_base& __base) argument
1007 right(ios_base& __base) argument
1016 dec(ios_base& __base) argument
1024 hex(ios_base& __base) argument
1032 oct(ios_base& __base) argument
1041 fixed(ios_base& __base) argument
1049 scientific(ios_base& __base) argument
1061 hexfloat(ios_base& __base) argument
1069 defaultfloat(ios_base& __base) argument
[all...]
H A Dlocale_classes.h146 * @param __base The locale to copy.
151 locale(const locale& __base, const char* __s, category __cat);
172 * @param __base The locale to copy.
177 locale(const locale& __base, const std::string& __s, category __cat) argument
178 : locale(__base, __s.c_str(), __cat) { }
188 * @param __base The locale to copy.
192 locale(const locale& __base, const locale& __add, category __cat);
352 _M_coalesce(const locale& __base, const locale& __add, category __cat);
H A Dbasic_string.h5258 stoi(const string& __str, size_t* __idx = 0, int __base = 10)
5260 __idx, __base); }
5263 stol(const string& __str, size_t* __idx = 0, int __base = 10)
5265 __idx, __base); }
5268 stoul(const string& __str, size_t* __idx = 0, int __base = 10)
5270 __idx, __base); }
5273 stoll(const string& __str, size_t* __idx = 0, int __base = 10)
5275 __idx, __base); }
5278 stoull(const string& __str, size_t* __idx = 0, int __base = 10)
5280 __idx, __base); }
[all...]
H A Dhashtable_policy.h1350 _Local_iterator_base(const __hash_code_base& __base, argument
1353 : __base_type(__base._M_h2()),
1432 _Local_iterator_base(const __hash_code_base& __base, argument
1436 { _M_init(__base); }
1483 _M_init(const __hash_code_base& __base) argument
1484 { ::new(this->_M_h()) __hash_code_base(__base); }
1540 _Local_iterator(const __hash_code_base& __base, argument
1543 : __base_type(__base, __p, __bkt, __bkt_count)
1592 _Local_const_iterator(const __hash_code_base& __base, argument
1595 : __base_type(__base, __
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/cilk-plus/AN/
H A Dpr57457.c9 extern void *bsearch (const void *__key, const void *__base,
14 bsearch (const void *__key, const void *__base, size_t __nmemb, size_t argument
26 __p = (void *) (((const char *) __base) +
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20100609-1.c1 extern unsigned long int strtoul (__const char *__restrict __nptr, char **__restrict __endptr, int __base);
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dmacros.h231 __gnu_debug::__base(_First), \
232 __gnu_debug::__base(_Last)), \
242 __gnu_debug::__base(_First), \
243 __gnu_debug::__base(_Last), _Pred), \
253 __gnu_debug::__check_sorted_set(__gnu_debug::__base(_First1), \
254 __gnu_debug::__base(_Last1), _First2),\
263 __gnu_debug::__check_sorted_set(__gnu_debug::__base(_First1), \
264 __gnu_debug::__base(_Last1), \
276 __gnu_debug::__base(_First), \
277 __gnu_debug::__base(_Las
[all...]
H A Dsafe_sequence.h86 _After_nth_from(const difference_type& __n, const _Iterator& __base) argument
87 : _M_base(__base), _M_n(__n) { }
H A Dmap.h117 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
119 __gnu_debug::__base(__last), __a)
136 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
138 __gnu_debug::__base(__last),
311 _Base::insert(__gnu_debug::__base(__first),
312 __gnu_debug::__base(__last));
H A Dmultimap.h117 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
119 __gnu_debug::__base(__last), __a) { }
132 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
134 __gnu_debug::__base(__last),
290 _Base::insert(__gnu_debug::__base(__first),
291 __gnu_debug::__base(__last));
H A Dmultiset.h117 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
119 __gnu_debug::__base(__last), __a) { }
132 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
134 __gnu_debug::__base(__last),
275 _Base::insert(__gnu_debug::__base(__first),
276 __gnu_debug::__base(__last));
H A Dset.h116 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
118 __gnu_debug::__base(__last), __a) { }
131 : _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
133 __gnu_debug::__base(__last),
284 _Base::insert(__gnu_debug::__base(__first),
285 __gnu_debug::__base(__last));
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dva-alpha.h20 char *__base; /* Pointer to first integer register. */ member in struct:__anon3394
119 (__type *)(void *)((__va).__base + (__va).__offset \
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dstring_conversions.h56 _Base... __base)
62 const _TRet __tmp = __convf(__str, &__endptr, __base...);
54 __stoa(_TRet (__convf) const _CharT*, _CharT**, _Base...), const char* __name, const _CharT* __str, std::size_t* __idx, _Base... __base) argument
H A Dropeimpl.h715 _S_substring(_RopeRep* __base, size_t __start, size_t __endp1) argument
717 if (0 == __base)
719 size_t __len = __base->_M_size;
727 __base->_M_ref_nonnil();
728 return __base;
737 switch(__base->_M_tag)
741 _RopeConcatenation* __c = (_RopeConcatenation*)__base;
763 _RopeLeaf* __l = (_RopeLeaf*)__base;
774 __base->_M_get_allocator());
780 __base
[all...]
H A Dvstring.h2693 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2695 __idx, __base); }
2698 stol(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2700 __idx, __base); }
2703 stoul(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2705 __idx, __base); }
2708 stoll(const __vstring& __str, std::size_t* __idx = 0, int __base = 10)
2710 __idx, __base); }
2713 stoull(const __vstring& __str, std::size_t* __idx, int __base = 10)
2715 __idx, __base); }
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dlocalename.cc144 locale::locale(const locale& __base, const char* __s, category __cat) argument
151 _M_coalesce(__base, __add, __cat);
154 locale::locale(const locale& __base, const locale& __add, category __cat) argument
156 { _M_coalesce(__base, __add, __cat); }
159 locale::_M_coalesce(const locale& __base, const locale& __add, argument
163 _M_impl = new _Impl(*__base._M_impl, 1);
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Domp_loop_static.h54 * @param __base Base value for reduction.
69 _Result __base,
66 __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.h55 * @param __base Base value for reduction.
69 _Result __base,
67 __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 Dpar_loop.h55 * @param __base Base value for reduction.
69 _Result __base, _Result& __output,
67 __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.h87 * @param __base Base value for reduction.
102 _Result __base,
132 __output = __base;
99 __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/legacy/gcc/libstdc++/stl/
H A Dropeimpl.h636 rope<_CharT,_Alloc>::_S_substring(_RopeRep* __base, argument
639 if (0 == __base) return 0;
640 size_t __len = __base->_M_size;
646 __base->_M_ref_nonnil();
647 return __base;
654 switch(__base->_M_tag) {
657 _RopeConcatenation* __c = (_RopeConcatenation*)__base;
681 _RopeLeaf* __l = (_RopeLeaf*)__base;
690 __base->get_allocator());
696 __base
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_ops.h54 path absolute(const path& __p, const path& __base = current_path());
56 path canonical(const path& __p, const path& __base = current_path());
58 path canonical(const path& __p, const path& __base, error_code& __ec);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c198 void * bsearch (const void * __key, const void * __base, size_t __nmemb, size_t __size, __compar_fn_t _compar)
235 void qsort (void * __base, size_t __nmemb, size_t __size, __compar_fn_t _compar);
243 long strtol (const char *__n, char **__end_PTR, int __base);
244 long _strtol_r (struct _reent *,const char *__n, char **__end_PTR, int __base);
245 unsigned long strtoul (const char *__n, char **__end_PTR, int __base);
246 unsigned long _strtoul_r (struct _reent *,const char *__n, char **__end_PTR, int __base);
292 long long strtoll (const char *__n, char **__end_PTR, int __base);
293 long long _strtoll_r (struct _reent *, const char *__n, char **__end_PTR, int __base);
294 unsigned long long strtoull (const char *__n, char **__end_PTR, int __base);
295 unsigned long long _strtoull_r (struct _reent *, const char *__n, char **__end_PTR, int __base);
[all...]
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Dcxxabi.h501 __si_class_type_info(const char *__n, const __class_type_info *__base) argument
502 : __class_type_info(__n), __base_type(__base) { }

Completed in 398 milliseconds

12