Searched refs:_IsUnused (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dboost_concept_check.h54 #define _IsUnused __attribute__ ((__unused__)) macro
62 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
116 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required _IsUnused; typedef
169 _Tp __a _IsUnused; // require default constructor local
193 _Tp* __ptr _IsUnused = &__a; // require address of operator local
197 _Tp __c _IsUnused(__a); // require const copy constructor
198 const _Tp* __ptr _IsUnused = &__a; // require const address of operator local
208 _Tp __b _IsUnused(__a);
213 _Tp __c _IsUnused(__b);
223 _To __y _IsUnused local
239 bool __x _IsUnused = __t; local
790 #undef _IsUnused macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dboost_concept_check.h70 #define _IsUnused __attribute__ ((__unused__)) macro
78 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
132 typedef typename _Aux_require_same<_Tp1, _Tp2>::_Type _Required _IsUnused; typedef
185 _Tp __a _IsUnused; // require default constructor local
209 _Tp* __ptr _IsUnused = &__a; // require address of operator local
213 _Tp __c _IsUnused(__a); // require const copy constructor
214 const _Tp* __ptr _IsUnused = &__a; // require const address of operator local
224 _Tp __b _IsUnused(__a);
229 _Tp __c _IsUnused(__b);
239 _To __y _IsUnused local
255 bool __x _IsUnused = __t; local
879 #undef _IsUnused macro
[all...]

Completed in 110 milliseconds