Home
last modified time | relevance | path

Searched refs:_E (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dinitializer_list46 template<class _E>
50 typedef _E value_type;
51 typedef const _E& reference;
52 typedef const _E& const_reference;
54 typedef const _E* iterator;
55 typedef const _E* const_iterator;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dstl_numeric.h112 # define _GLIBCXX_MOVE_IF_20(_E) std::move(_E) in _GLIBCXX_VISIBILITY() argument
114 # define _GLIBCXX_MOVE_IF_20(_E) _E in _GLIBCXX_VISIBILITY()