Home
last modified time | relevance | path

Searched refs:_IsUnused (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dboost_concept_check.h52 #define _IsUnused __attribute__ ((__unused__)) in _GLIBCXX_VISIBILITY() macro
60 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints; in _GLIBCXX_VISIBILITY()
167 _Tp __a _IsUnused; // require default constructor in _GLIBCXX_VISIBILITY()
191 _Tp* __ptr _IsUnused = &__a; // require address of operator in _GLIBCXX_VISIBILITY()
195 _Tp __c _IsUnused(__a); // require const copy constructor in _GLIBCXX_VISIBILITY()
196 const _Tp* __ptr _IsUnused = &__a; // require const address of operator in _GLIBCXX_VISIBILITY()
206 _Tp __b _IsUnused(__a); in _GLIBCXX_VISIBILITY()
211 _Tp __c _IsUnused(__b); in _GLIBCXX_VISIBILITY()
221 _To __y _IsUnused = __x; in _GLIBCXX_VISIBILITY()
237 bool __x _IsUnused = __t; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dboost_concept_check.h54 #define _IsUnused __attribute__ ((__unused__)) in _GLIBCXX_VISIBILITY() macro
62 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints; in _GLIBCXX_VISIBILITY()
169 _Tp __a _IsUnused; // require default constructor in _GLIBCXX_VISIBILITY()
193 _Tp* __ptr _IsUnused = &__a; // require address of operator in _GLIBCXX_VISIBILITY()
197 _Tp __c _IsUnused(__a); // require const copy constructor in _GLIBCXX_VISIBILITY()
198 const _Tp* __ptr _IsUnused = &__a; // require const address of operator in _GLIBCXX_VISIBILITY()
208 _Tp __b _IsUnused(__a); in _GLIBCXX_VISIBILITY()
213 _Tp __c _IsUnused(__b); in _GLIBCXX_VISIBILITY()
223 _To __y _IsUnused = __x; in _GLIBCXX_VISIBILITY()
239 bool __x _IsUnused = __t; in _GLIBCXX_VISIBILITY()
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dstreambuf49 #define _IsUnused __attribute__ ((__unused__))
583 imbue(const locale& __loc _IsUnused)
731 pbackfail(int_type __c _IsUnused = traits_type::eof())
775 overflow(int_type __c _IsUnused = traits_type::eof())
857 #undef _IsUnused