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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
sso_string_base.h 104 _Tag;
105 _M_construct(__beg, __end, _Tag());
rc_string_base.h 237 _Tag;
238 return _S_construct(__beg, __end, __a, _Tag());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
sso_string_base.h 102 _Tag;
103 _M_construct(__beg, __end, _Tag());
rc_string_base.h 235 _Tag;
236 return _S_construct(__beg, __end, __a, _Tag());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
hashtable_policy.h 57 typedef typename std::iterator_traits<_Iterator>::iterator_category _Tag;
58 return __distance_fw(__first, __last, _Tag());
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 304 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
305 _M_construct(__beg, __end, _Tag());
cow_string.h 2172 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
2173 return _S_construct(__beg, __end, __a, _Tag());
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 312 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
313 _M_construct(__beg, __end, _Tag());
cow_string.h 2138 typedef typename iterator_traits<_InIterator>::iterator_category _Tag;
2139 return _S_construct(__beg, __end, __a, _Tag());

Completed in 51 milliseconds