Home
last modified time | relevance | path

Searched refs:_M_value (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/std/
Dstd_complex.h1007 complex(_ComplexT __z) : _M_value(__z) { }
1039 const _ComplexT& __rep() const { return _M_value; }
1042 _ComplexT _M_value;
1047 { return __real__ _M_value; }
1051 { return __real__ _M_value; }
1055 { return __imag__ _M_value; }
1059 { return __imag__ _M_value; }
1064 __real__ _M_value = r;
1065 __imag__ _M_value = i;
1071 __real__ _M_value = __f;
[all …]
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dstream_iterator.h57 _Tp _M_value; in _GLIBCXX_BEGIN_NAMESPACE() local
63 : _M_stream(0), _M_value(), _M_ok(false) {} in _GLIBCXX_BEGIN_NAMESPACE()
71 : _M_stream(__obj._M_stream), _M_value(__obj._M_value), in _GLIBCXX_BEGIN_NAMESPACE()
81 return _M_value; in _GLIBCXX_BEGIN_NAMESPACE()
119 *_M_stream >> _M_value; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-10-stable/contrib/libstdc++/include/debug/
Dformatter.h184 long _M_value;
191 const char* _M_value;
201 _M_variant._M_integer._M_value = __value;
208 _M_variant._M_string._M_value = __value;
/freebsd-10-stable/contrib/libstdc++/src/
Ddebug.cc647 _M_parameters[__param]._M_variant._M_integer._M_value); in _M_print_string()
651 _M_print_string(_M_parameters[__param]._M_variant._M_string._M_value); in _M_print_string()
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-19991305 to _M_value. Rename __complex_value_type to _ComplexT. Make it
DChangeLog-200568 Construct _M_value.