Home
last modified time | relevance | path

Searched refs:extern_type (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dcodecvt.h118 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
239 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
306 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
311 extern_type* __to_end, extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
368 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
431 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
436 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
491 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
496 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
548 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dcodecvt.h119 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
198 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
240 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
245 extern_type* __to_end, extern_type*& __to_next) const = 0; in _GLIBCXX_VISIBILITY()
309 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
314 extern_type* __to_end, extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
369 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
374 extern_type* __to_end, extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
427 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
432 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcodecvt.cc743 extern_type* __to, extern_type* __to_end, in do_out()
819 extern_type* __to, extern_type* __to_end, in do_out()
888 extern_type* __to, extern_type* __to_end, in do_out()
964 extern_type* __to, extern_type* __to_end, in do_out()
1043 extern_type* __to, extern_type* __to_end, in do_out()
1155 extern_type* __to, extern_type* __to_end, in do_out()
1230 extern_type* __to, extern_type* __to_end, in do_out()
1306 extern_type* __to, extern_type* __to_end, in do_out()
1414 extern_type* __to, extern_type* __to_end, in do_out()
1490 extern_type* __to, extern_type* __to_end, in do_out()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h239 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
263 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
264 extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
268 extern_type* __to_end, extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
272 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
310 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
311 extern_type*& __to_next) const in _GLIBCXX_VISIBILITY()
378 extern_type* __to_end, extern_type*& __to_next) const in _GLIBCXX_VISIBILITY()
413 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
441 extern_type* __cfixed = static_cast<extern_type*> in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dcodecvt_specializations.h240 typedef _ExternT extern_type; in _GLIBCXX_VISIBILITY() typedef
264 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
265 extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
269 extern_type* __to_end, extern_type*& __to_next) const; in _GLIBCXX_VISIBILITY()
273 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
311 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
312 extern_type*& __to_next) const in _GLIBCXX_VISIBILITY()
379 extern_type* __to_end, extern_type*& __to_next) const in _GLIBCXX_VISIBILITY()
414 const extern_type* __from_end, const extern_type*& __from_next, in _GLIBCXX_VISIBILITY()
442 extern_type* __cfixed = static_cast<extern_type*> in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dcodecvt.cc58 extern_type* __to, extern_type*, in do_out() argument
59 extern_type*& __to_next) const in do_out()
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
72 extern_type*, extern_type*& __to_next) const in do_unshift()
80 do_in(state_type&, const extern_type* __from, in do_in() argument
81 const extern_type*, const extern_type*& __from_next, in do_in()
104 do_length (state_type&, const extern_type* __from, in do_length()
105 const extern_type* __end, size_t __max) const in do_length()
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
137 extern_type*, extern_type*& __to_next) const in do_unshift()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dcodecvt.cc58 extern_type* __to, extern_type*, in do_out() argument
59 extern_type*& __to_next) const in do_out()
71 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
72 extern_type*, extern_type*& __to_next) const in do_unshift()
80 do_in(state_type&, const extern_type* __from, in do_in() argument
81 const extern_type*, const extern_type*& __from_next, in do_in()
104 do_length (state_type&, const extern_type* __from, in do_length()
105 const extern_type* __end, size_t __max) const in do_length()
136 do_unshift(state_type&, extern_type* __to, in do_unshift() argument
137 extern_type*, extern_type*& __to_next) const in do_unshift()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
H A Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in do_out()
48 extern_type*& __to_next) const in do_out()
94 extern_type __buf[MB_LEN_MAX]; in do_out()
116 do_in(state_type& __state, const extern_type* __from, in do_in()
117 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
133 const extern_type* __from_chunk_end; in do_in()
219 do_length(state_type& __state, const extern_type* __from, in do_length()
220 const extern_type* __end, size_t __max) const in do_length()
237 const extern_type* __from_chunk_end; in do_length()
238 __from_chunk_end = static_cast<const extern_type*>(memchr(__from, '\0', in do_length()
[all …]
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc47 extern_type* __to, extern_type* __to_end, in do_out()
48 extern_type*& __to_next) const in do_out()
78 extern_type __buf[MB_LEN_MAX]; in do_out()
110 do_in(state_type& __state, const extern_type* __from, in do_in()
111 const extern_type* __from_end, const extern_type*& __from_next, in do_in()
183 do_length(state_type& __state, const extern_type* __from, in do_length()
184 const extern_type* __end, size_t __max) const in do_length()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dcodecvt96 typedef char extern_type; \
109 extern_type* __to, extern_type* __to_end, \
110 extern_type*& __to_next) const; \
114 extern_type* __to, extern_type* __to_end, \
115 extern_type*& __to_next) const; \
119 const extern_type* __from, const extern_type* __from_end, \
120 const extern_type*& __from_next, \
131 int do_length(state_type&, const extern_type* __from, \
132 const extern_type* __end, size_t __max) const; \