HomeSort by: relevance | last modified time | path
    Searched defs:__tag (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
functions.h 156 typedef _Is_contiguous_sequence<_Sequence> __tag; typedef
161 using __tag = std::__conditional_t<__lvalref::value, __contiguous,
164 return __foreign_iterator_aux3(__it, __other, __other_end, __tag());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
functions.h 156 typedef _Is_contiguous_sequence<_Sequence> __tag; typedef
161 using __tag = std::__conditional_t<__lvalref::value, __contiguous,
164 return __foreign_iterator_aux3(__it, __other, __other_end, __tag());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
shared_ptr_base.h 569 alignas(type_info) static constexpr char __tag[sizeof(type_info)] = { }; local
570 return reinterpret_cast<const type_info&>(__tag);
1712 __shared_ptr(_Sp_alloc_shared_tag<_Alloc> __tag, _Args&&... __args)
1713 : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
shared_ptr_base.h 566 alignas(type_info) static constexpr char __tag[sizeof(type_info)] = { }; local
567 return reinterpret_cast<const type_info&>(__tag);
1714 __shared_ptr(_Sp_alloc_shared_tag<_Alloc> __tag, _Args&&... __args)
1715 : _M_ptr(), _M_refcount(_M_ptr, __tag, std::forward<_Args>(__args)...)

Completed in 18 milliseconds