Home
last modified time | relevance | path

Searched refs:_Cmpt (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc198 path::_Cmpt::_Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos) in _Cmpt() function in path::_Cmpt
204 using value_type = _Cmpt;
232 back().~_Cmpt(); in pop_back()
607 _Cmpt* output = _M_cmpts._M_impl->end(); in operator /=()
622 ::new(output++) _Cmpt(s, orig_type, 0); in operator /=()
793 _Cmpt* output = _M_cmpts._M_impl->end(); in _M_append()
897 _Cmpt c; in operator +=()
898 _Cmpt* it = nullptr; in operator +=()
899 _Cmpt* last = nullptr; in operator +=()
1354 using Iterator = const _Cmpt*; in compare()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc199 path::_Cmpt::_Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos) in _Cmpt() function in path::_Cmpt
205 using value_type = _Cmpt;
233 back().~_Cmpt(); in pop_back()
608 _Cmpt* output = _M_cmpts._M_impl->end(); in operator /=()
623 ::new(output++) _Cmpt(s, orig_type, 0); in operator /=()
794 _Cmpt* output = _M_cmpts._M_impl->end(); in _M_append()
898 _Cmpt c; in operator +=()
899 _Cmpt* it = nullptr; in operator +=()
900 _Cmpt* last = nullptr; in operator +=()
1355 using Iterator = const _Cmpt*; in compare()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h532 struct _Cmpt; in _GLIBCXX_VISIBILITY()
533 using _List = _GLIBCXX_STD_C::vector<_Cmpt>; in _GLIBCXX_VISIBILITY()
726 struct path::_Cmpt : path in _GLIBCXX_VISIBILITY()
728 _Cmpt(string_type __s, _Type __t, size_t __pos) in _GLIBCXX_VISIBILITY()
731 _Cmpt() : _M_pos(-1) { } in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h596 struct _Cmpt; in _GLIBCXX_VISIBILITY()
600 using value_type = _Cmpt; in _GLIBCXX_VISIBILITY()
762 struct path::_Cmpt : path in _GLIBCXX_VISIBILITY()
764 _Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos); in _GLIBCXX_VISIBILITY()
766 _Cmpt() : _M_pos(-1) { } in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h675 struct _Cmpt; in _GLIBCXX_VISIBILITY()
679 using value_type = _Cmpt; in _GLIBCXX_VISIBILITY()
855 struct path::_Cmpt : path in _GLIBCXX_VISIBILITY()
857 _Cmpt(basic_string_view<value_type> __s, _Type __t, size_t __pos); in _GLIBCXX_VISIBILITY()
859 _Cmpt() : _M_pos(-1) { } in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h531 struct _Cmpt; in _GLIBCXX_VISIBILITY()
532 using _List = _GLIBCXX_STD_C::vector<_Cmpt>; in _GLIBCXX_VISIBILITY()
730 struct path::_Cmpt : path in _GLIBCXX_VISIBILITY()
732 _Cmpt(string_type __s, _Type __t, size_t __pos) in _GLIBCXX_VISIBILITY()
735 _Cmpt() : _M_pos(-1) { } in _GLIBCXX_VISIBILITY()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog697 (path::_Cmpt::_Cmpt(string_view, _Type, size_t)): Move inline
2092 members after path::_Cmpt is complete.
H A DChangeLog-2018122 (path::_Cmpt::_Cmpt(string_type, _Type, size_t)): Change type of
H A DChangeLog-2015215 * include/experimental/bits/fs_path.h (path::_Cmpt): Move definition