Searched refs:_M_p (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h69 _Bit_type * _M_p; member in struct:_Bit_reference
73 : _M_p(__x), _M_mask(__y) { }
75 _Bit_reference() : _M_p(0), _M_mask(0) { }
78 { return !!(*_M_p & _M_mask); }
84 *_M_p |= _M_mask;
86 *_M_p &= ~_M_mask;
104 { *_M_p ^= _M_mask; }
110 _Bit_type * _M_p; member in struct:_Bit_iterator_base
114 : _M_p(__x), _M_offset(__y) { }
122 ++_M_p;
[all...]
H A Drandom.h546 size_t _M_p;
591 * @var _M_p Current index of x(i - r).
753 size_t _M_p;
3252 : _M_p(__p)
3254 _GLIBCXX_DEBUG_ASSERT((_M_p >= 0.0) && (_M_p <= 1.0));
3259 { return _M_p; }
3263 { return __p1._M_p == __p2._M_p; }
3266 double _M_p;
[all...]
H A Dbasic_string.h73 * _M_p ----------------> unnamed array of char_type
76 * Where the _M_p points to the first character in the string, and
261 : _Alloc(__a), _M_p(__dat) { }
263 _CharT* _M_p; // The actual data. member in struct:basic_string::_Alloc_hider
279 { return _M_dataplus._M_p; }
283 { return (_M_dataplus._M_p = __p); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C6 long long _M_p; member in struct:string
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr22279.C6 long long _M_p; member in struct:string
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_bvector.h71 _Bit_type * _M_p; member in struct:_GLIBCXX_STD::_Bit_reference
75 : _M_p(__x), _M_mask(__y) { }
77 _Bit_reference() : _M_p(0), _M_mask(0) { }
80 { return !!(*_M_p & _M_mask); }
86 *_M_p |= _M_mask;
88 *_M_p &= ~_M_mask;
106 { *_M_p ^= _M_mask; }
112 _Bit_type * _M_p; member in struct:_GLIBCXX_STD::_Bit_iterator_base
116 : _M_p(__x), _M_offset(__y) { }
124 ++_M_p;
[all...]
H A Dbasic_string.h77 * _M_p ----------------> unnamed array of char_type
80 * Where the _M_p points to the first character in the string, and
257 : _Alloc(__a), _M_p(__dat) { }
259 _CharT* _M_p; // The actual data. member in struct:std::basic_string::_Alloc_hider
275 { return _M_dataplus._M_p; }
279 { return (_M_dataplus._M_p = __p); }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr6713.C43 _CharT* _M_p; member in struct:basic_string::_Alloc_hider
48 _CharT* _M_data() const { return _M_dataplus._M_p; }
79 _M_dataplus._M_p = _M_dataplus._raw;
H A Dnoreturn-1.C41 _CharT *_M_p; member in struct:basic_string::_Alloc_hider
44 _CharT *_M_data() const { return _M_dataplus._M_p; }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dpr6713.C43 _CharT* _M_p; member in struct:basic_string::_Alloc_hider
48 _CharT* _M_data() const { return _M_dataplus._M_p; }
79 _M_dataplus._M_p = _M_dataplus._raw;
H A Dnoreturn-1.C41 _CharT *_M_p; member in struct:basic_string::_Alloc_hider
44 _CharT *_M_data() const { return _M_dataplus._M_p; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h91 : _Alloc1(), _M_p(__ptr) { }
94 : _Alloc1(__a), _M_p(__ptr) { }
96 _CharT* _M_p; // The actual data. member in struct:__vstring_utility::_Alloc_hider
H A Drc_string_base.h51 * _M_p ----------------> unnamed array of char_type
54 * Where the _M_p points to the first character in the string, and
186 { _M_dataplus._M_p = __p; }
273 { return _M_dataplus._M_p; }
H A Dsso_string_base.h64 { _M_dataplus._M_p = __p; }
146 { return _M_dataplus._M_p; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h679 int _M_p; member in class:mersenne_twister
716 * @var _M_p Current index of x(i - r).
879 int _M_p; member in class:subtract_with_carry
888 * @var _M_p Current index of x(i - r).
1065 int _M_p; member in class:subtract_with_carry_01
1707 : _M_p(__p)
1709 _GLIBCXX_DEBUG_ASSERT((_M_p >= 0.0) && (_M_p <= 1.0));
1717 { return _M_p; }
1734 if ((__urng() - __urng.min()) < _M_p * (__urn
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dvstring_util.h92 : _Alloc1(__a), _M_p(__ptr) { }
94 _CharT* _M_p; // The actual data. member in struct:__gnu_cxx::__vstring_utility::_Alloc_hider
H A Dsso_string_base.h83 { _M_dataplus._M_p = __p; }
158 { return _M_dataplus._M_p; }
H A Drc_string_base.h55 * _M_p ----------------> unnamed array of char_type
58 * Where the _M_p points to the first character in the string, and
191 { _M_dataplus._M_p = __p; }
271 { return _M_dataplus._M_p; }

Completed in 266 milliseconds