Home
last modified time | relevance | path

Searched refs:_Rep (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h109 struct _Rep in _GLIBCXX_VISIBILITY() struct
124 typedef typename __alloc_traits<_Alloc>::template rebind<_Rep>::other in _GLIBCXX_VISIBILITY()
149 static _Rep* in _GLIBCXX_VISIBILITY()
160 : public _Rep in _GLIBCXX_VISIBILITY()
180 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep) in _GLIBCXX_VISIBILITY()
190 _Rep* in _GLIBCXX_VISIBILITY()
192 { return &((reinterpret_cast<_Rep*>(_M_data()))[-1]); } in _GLIBCXX_VISIBILITY()
375 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep* in _GLIBCXX_VISIBILITY()
376 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep:: in _GLIBCXX_VISIBILITY()
428 + 2 * sizeof(_Rep) - 1); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h109 struct _Rep in _GLIBCXX_VISIBILITY() struct
124 typedef typename __alloc_traits<_Alloc>::template rebind<_Rep>::other in _GLIBCXX_VISIBILITY()
149 static _Rep* in _GLIBCXX_VISIBILITY()
160 : public _Rep in _GLIBCXX_VISIBILITY()
180 enum { _S_max_size = (((static_cast<size_type>(-1) - 2 * sizeof(_Rep) in _GLIBCXX_VISIBILITY()
190 _Rep* in _GLIBCXX_VISIBILITY()
192 { return &((reinterpret_cast<_Rep*>(_M_data()))[-1]); } in _GLIBCXX_VISIBILITY()
375 typename __rc_string_base<_CharT, _Traits, _Alloc>::_Rep* in _GLIBCXX_VISIBILITY()
376 __rc_string_base<_CharT, _Traits, _Alloc>::_Rep:: in _GLIBCXX_VISIBILITY()
428 + 2 * sizeof(_Rep) - 1); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dchrono.h61 template<typename _Rep, typename _Period = ratio<1>> in _GLIBCXX_VISIBILITY()
111 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
112 struct common_type<chrono::duration<_Rep, _Period>, in _GLIBCXX_VISIBILITY()
113 chrono::duration<_Rep, _Period>> in _GLIBCXX_VISIBILITY()
115 using type = chrono::duration<typename common_type<_Rep>::type, in _GLIBCXX_VISIBILITY()
120 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
121 struct common_type<chrono::duration<_Rep, _Period>> in _GLIBCXX_VISIBILITY()
123 using type = chrono::duration<typename common_type<_Rep>::type, in _GLIBCXX_VISIBILITY()
180 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
182 __cast(const duration<_Rep, _Period>& __d) in _GLIBCXX_VISIBILITY()
[all …]
H A Datomic_timed_wait.h338 typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
341 const chrono::duration<_Rep, _Period>& in _GLIBCXX_VISIBILITY()
360 typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
363 const chrono::duration<_Rep, _Period>& __rtime) noexcept in _GLIBCXX_VISIBILITY()
419 typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
422 const chrono::duration<_Rep, _Period>& __rtime) noexcept in _GLIBCXX_VISIBILITY()
429 typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
432 const chrono::duration<_Rep, _Period>& __rtime) noexcept in _GLIBCXX_VISIBILITY()
440 typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
444 const chrono::duration<_Rep, _Period>& __rtime) noexcept in _GLIBCXX_VISIBILITY()
H A Dcow_string.h170 struct _Rep : _Rep_base in _GLIBCXX_VISIBILITY() struct
196 static _Rep& in _GLIBCXX_VISIBILITY()
203 return *reinterpret_cast<_Rep*>(__p); in _GLIBCXX_VISIBILITY()
270 static _Rep* in _GLIBCXX_VISIBILITY()
344 _Rep* in _GLIBCXX_VISIBILITY()
346 { return &((reinterpret_cast<_Rep*> (_M_data()))[-1]); } in _GLIBCXX_VISIBILITY()
474 static _Rep& in _GLIBCXX_VISIBILITY()
476 { return _Rep::_S_empty_rep(); } in _GLIBCXX_VISIBILITY()
927 { return _Rep::_S_max_size; } in _GLIBCXX_VISIBILITY()
3011 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4; in _GLIBCXX_VISIBILITY()
[all …]
H A Dunique_lock.h96 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
98 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
175 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
177 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
H A Dsemaphore_base.h173 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
175 _M_try_acquire_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
237 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
239 _M_try_acquire_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
H A Datomic_futex.h216 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
219 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
325 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
328 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
H A Dthis_thread_sleep.h66 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
68 sleep_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__mutex_base133 template <class _Rep, class _Period>
135 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d)
168 template <class _Rep, class _Period>
169 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d);
224 template <class _Rep, class _Period>
226 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
310 template <class _Rep, class _Period>
314 const chrono::duration<_Rep, _Period>& __d);
316 template <class _Rep, class _Period, class _Predicate>
320 const chrono::duration<_Rep, _Period>& __d,
[all …]
H A Dcondition_variable154 template <class _Lock, class _Rep, class _Period>
158 const chrono::duration<_Rep, _Period>& __d);
160 template <class _Lock, class _Rep, class _Period, class _Predicate>
164 const chrono::duration<_Rep, _Period>& __d,
241 template <class _Lock, class _Rep, class _Period>
245 const chrono::duration<_Rep, _Period>& __d)
250 template <class _Lock, class _Rep, class _Period, class _Predicate>
254 const chrono::duration<_Rep, _Period>& __d,
H A Dshared_mutex219 template <class _Rep, class _Period>
222 try_lock_for(const chrono::duration<_Rep, _Period>& __rel_time)
235 template <class _Rep, class _Period>
238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time)
358 template <class _Rep, class _Period>
361 const chrono::duration<_Rep, _Period>& __rel_time)
460 template <class _Rep, class _Period>
462 shared_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dchrono70 template<typename _Rep, typename _Period = ratio<1>>
114 template<typename _Rep, typename _Period>
115 struct common_type<chrono::duration<_Rep, _Period>,
116 chrono::duration<_Rep, _Period>>
118 using type = chrono::duration<typename common_type<_Rep>::type,
124 template<typename _Rep, typename _Period>
125 struct common_type<chrono::duration<_Rep, _Period>>
127 using type = chrono::duration<typename common_type<_Rep>::type,
182 template<typename _Rep, typename _Period>
184 __cast(const duration<_Rep, _Period>& __d)
[all …]
H A Dcondition_variable163 template<typename _Rep, typename _Period>
166 const chrono::duration<_Rep, _Period>& __rtime)
175 template<typename _Rep, typename _Period, typename _Predicate>
178 const chrono::duration<_Rep, _Period>& __rtime,
363 template<typename _Lock, typename _Rep, typename _Period>
365 wait_for(_Lock& __lock, const chrono::duration<_Rep, _Period>& __rtime)
368 template<typename _Lock, typename _Rep,
372 const chrono::duration<_Rep, _Period>& __rtime, _Predicate __p)
439 template <class _Lock, class _Rep, class _Period, class _Predicate>
442 const chrono::duration<_Rep, _Period>& __rel_time,
H A Dmutex137 template<typename _Rep, typename _Period>
139 _M_try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
239 template <class _Rep, class _Period>
241 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
305 template <class _Rep, class _Period>
307 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
375 template<typename _Rep, typename _Period>
377 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
463 template<typename _Rep, typename _Period>
465 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc261 bs_type::_Rep *rep; in _txnal_cow_string_C1_for_exceptions()
264 rep = (bs_type::_Rep*) _ZGTtnaX (len + sizeof (bs_type::_Rep)); in _txnal_cow_string_C1_for_exceptions()
328 bs_type::_Rep *rep = (bs_type::_Rep*) data; in _txnal_cow_string_D1_commit()
336 bs_type::_Rep *rep = reinterpret_cast<bs_type::_Rep*>( in _txnal_cow_string_D1()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc493 _Rep::_S_max_size = (((npos - sizeof(_Rep_base))/sizeof(_CharT)) - 1) / 4;
498 _Rep::_S_terminal = _CharT();
508 basic_string<_CharT, _Traits, _Alloc>::_Rep::_S_empty_rep_storage[
535 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
544 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
580 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a);
602 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
888 basic_string<_CharT, _Traits, _Alloc>::_Rep::
923 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a);
989 typename basic_string<_CharT, _Traits, _Alloc>::_Rep*
[all …]
H A Dunique_lock.h93 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
95 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
172 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
174 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
H A Datomic_futex.h166 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
169 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
255 template<typename _Rep, typename _Period> in _GLIBCXX_VISIBILITY()
258 const chrono::duration<_Rep, _Period>& __rtime) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc281 bs_type::_Rep *rep; in _txnal_cow_string_C1_for_exceptions()
284 rep = (bs_type::_Rep*) _ZGTtnaX (len + sizeof (bs_type::_Rep)); in _txnal_cow_string_C1_for_exceptions()
348 bs_type::_Rep *rep = (bs_type::_Rep*) data; in _txnal_cow_string_D1_commit()
356 bs_type::_Rep *rep = reinterpret_cast<bs_type::_Rep*>( in _txnal_cow_string_D1()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dcondition_variable156 template<typename _Rep, typename _Period>
159 const chrono::duration<_Rep, _Period>& __rtime)
167 template<typename _Rep, typename _Period, typename _Predicate>
170 const chrono::duration<_Rep, _Period>& __rtime,
351 template<typename _Lock, typename _Rep, typename _Period>
353 wait_for(_Lock& __lock, const chrono::duration<_Rep, _Period>& __rtime)
356 template<typename _Lock, typename _Rep,
360 const chrono::duration<_Rep, _Period>& __rtime, _Predicate __p)
427 template <class _Lock, class _Rep, class _Period, class _Predicate>
430 const chrono::duration<_Rep, _Period>& __rel_time,
H A Dmutex151 template<typename _Rep, typename _Period>
153 _M_try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
261 template <class _Rep, class _Period>
263 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
336 template <class _Rep, class _Period>
338 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
406 template<typename _Rep, typename _Period>
408 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
494 template<typename _Rep, typename _Period>
496 try_lock_for(const chrono::duration<_Rep, _Period>& __rtime)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dchrono54 template <typename _Rep>
56 treat_as_floating_point<_Rep>::value;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dchrono54 template <typename _Rep>
56 treat_as_floating_point<_Rep>::value;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d937 … size_type max_size() const nothrow @safe { return _Rep._S_max_size; } in version()
1164 struct _Rep in version()
1176 … static ref _Rep _S_empty_rep() nothrow @trusted { return *cast(_Rep*)_S_empty_rep_storage.ptr; } in version()
1221 … static _Rep* _S_create(size_type __capacity, size_type __old_capacity, ref Alloc __alloc) in version()
1233 size_type __size = (__capacity + 1) * T.sizeof + _Rep.sizeof; in version()
1242 __size = (__capacity + 1) * T.sizeof + _Rep.sizeof; in version()
1245 _Rep* __p = cast(_Rep*)_Raw_bytes_alloc(__alloc).allocate(__size); in version()
1246 *__p = _Rep.init; in version()
1295 _Rep* __r = _S_create(__requested_cap, _M_capacity, __alloc); in version()
1325 _Rep* _M_rep() const nothrow @trusted { return &(cast(_Rep*)_M_data)[-1]; } in version()
[all …]

123