Searched defs:_Parameter (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | formatter.h | 164 struct _Parameter struct 167 { 175 } _M_kind; 177 struct _Type 183 struct _Instance : _Type 189 { 223 _Parameter() : _M_kind(__unused_param), _M_variant() { } in _Parameter() function 225 _Parameter(long __value, const char* __name) in _Parameter() function 232 _Parameter(const char* __value, const char* __name) in _Parameter() function 240 _Parameter(_Safe_iterator<_Iterator, _Sequence> const& __it, in _Parameter() function [all …]
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | formatter.h | 143 struct _Parameter struct 146 { 152 } _M_kind; 155 { 191 _Parameter() : _M_kind(__unused_param), _M_variant() { } in _Parameter() function 193 _Parameter(long __value, const char* __name) in _Parameter() function 200 _Parameter(const char* __value, const char* __name) in _Parameter() argument 208 _Parameter(const _Safe_iterator<_Iterator, _Sequence>& __it, in _Parameter() function 246 _Parameter(const _Safe_local_iterator<_Iterator, _Sequence>& __it, in _Parameter() argument 282 _Parameter(const _Type*& __it, const char* __name, _Is_iterator) in _Parameter() function [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 541 using _Parameter = __gnu_debug::_Error_formatter::_Parameter; typedef
|