Lines Matching +refs:po +refs:consider +refs:source +refs:path

198 	* po/Makefile.in: Regenerate.
635 * testsuite/27_io/filesystem/path/append/source.cc: Likewise.
636 * testsuite/27_io/filesystem/path/assign/copy.cc: Likewise.
637 * testsuite/27_io/filesystem/path/compare/path.cc: Likewise.
638 * testsuite/27_io/filesystem/path/construct/copy.cc: Likewise.
639 * testsuite/27_io/filesystem/path/decompose/extension.cc:
641 * testsuite/27_io/filesystem/path/decompose/filename.cc:
643 * testsuite/27_io/filesystem/path/decompose/parent_path.cc:
645 * testsuite/27_io/filesystem/path/decompose/relative_path.cc:
647 * testsuite/27_io/filesystem/path/decompose/root_directory.cc:
649 * testsuite/27_io/filesystem/path/decompose/root_path.cc:
651 * testsuite/27_io/filesystem/path/itr/traversal.cc: Likewise.
652 * testsuite/27_io/filesystem/path/modifiers/remove_filename.cc:
654 * testsuite/27_io/filesystem/path/modifiers/replace_extension.cc:
656 * testsuite/27_io/filesystem/path/modifiers/replace_filename.cc:
658 * testsuite/27_io/filesystem/path/nonmember/append.cc: Likewise.
659 * testsuite/27_io/filesystem/path/nonmember/cmp.cc: Likewise.
660 * testsuite/27_io/filesystem/path/nonmember/cmp_c++20.cc:
662 * testsuite/27_io/filesystem/path/nonmember/hash_value.cc:
664 * testsuite/27_io/filesystem/path/query/has_extension.cc:
666 * testsuite/27_io/filesystem/path/query/has_filename.cc:
668 * testsuite/27_io/filesystem/path/query/has_parent_path.cc:
670 * testsuite/27_io/filesystem/path/query/has_relative_path.cc:
672 * testsuite/27_io/filesystem/path/query/has_root_directory.cc:
674 * testsuite/27_io/filesystem/path/query/has_root_name.cc:
676 * testsuite/27_io/filesystem/path/query/has_root_path.cc:
678 * testsuite/27_io/filesystem/path/query/has_stem.cc: Likewise.
679 * testsuite/27_io/filesystem/path/query/is_relative.cc: Likewise.
682 * testsuite/experimental/filesystem/path/assign/copy.cc: Likewise.
683 * testsuite/experimental/filesystem/path/compare/path.cc:
685 * testsuite/experimental/filesystem/path/construct/copy.cc:
687 * testsuite/experimental/filesystem/path/decompose/extension.cc:
689 * testsuite/experimental/filesystem/path/decompose/filename.cc:
691 * testsuite/experimental/filesystem/path/decompose/parent_path.cc:
693 * testsuite/experimental/filesystem/path/decompose/relative_path.cc:
695 * testsuite/experimental/filesystem/path/decompose/root_directory.cc:
697 * testsuite/experimental/filesystem/path/decompose/root_path.cc:
699 * testsuite/experimental/filesystem/path/itr/traversal.cc:
701 * testsuite/experimental/filesystem/path/modifiers/remove_filename.cc:
703 * testsuite/experimental/filesystem/path/modifiers/replace_extension.cc:
705 * testsuite/experimental/filesystem/path/modifiers/replace_filename.cc:
707 * testsuite/experimental/filesystem/path/nonmember/hash_value.cc:
709 * testsuite/experimental/filesystem/path/query/has_extension.cc:
711 * testsuite/experimental/filesystem/path/query/has_filename.cc:
713 * testsuite/experimental/filesystem/path/query/has_parent_path.cc:
715 * testsuite/experimental/filesystem/path/query/has_relative_path.cc:
717 * testsuite/experimental/filesystem/path/query/has_root_directory.cc:
719 * testsuite/experimental/filesystem/path/query/has_root_name.cc:
721 * testsuite/experimental/filesystem/path/query/has_root_path.cc:
723 * testsuite/experimental/filesystem/path/query/has_stem.cc:
725 * testsuite/experimental/filesystem/path/query/is_relative.cc:
1963 (uniform_int_distribution:operator()): Likewise. Only consider
2162 * include/bits/fs_path.h (path::_List::begin, path::_List::end):
2962 * src/c++17/fs_path.cc (path::_Parser::root_path()): Check
2964 * testsuite/27_io/filesystem/path/append/source.cc: Append
2965 empty string_view to path.
3244 * include/bits/fs_path.h (path::_List::type()): Avoid narrowing
5144 Access source iterator's data member directly instead of
5462 * po/Makefile.in: Regenerate.
5548 Replace Value type with int so trivial code path is used.
5789 * include/bits/fs_path.h (path::_S_to_string): Move to
5794 (path::_S_convert(Iter, Iter)): Adjust call to _S_to_string.
5795 (path::_S_convert_loc(Iter, Iter, const locale&)): Likewise.
5802 (path::_S_convert(const _EcharT*, const _EcharT)) [WINDOWS]:
5908 (__detail::_S_range_end, path::_S_string_from_iter): Replace with
5915 (path::path(const Source&, format))
5916 (path::path(const Source&, const locale&))
5917 (path::operator/=(const Source&), path::append(const Source&))
5918 (path::concat(const Source&)): Use __detail::__effective_range.
5919 (path::_S_to_string(InputIterator, InputIterator)): New function
5921 (path::_S_convert): Add overloads that convert a string returned
5924 (path::_S_convert_loc): Add overload that converts a string. Use
5926 (path::_Cvt): Remove.
5927 (path::operator+=(CharT)): Remove indirection through path::concat.
5928 * include/experimental/bits/fs_path.h (path::_S_convert_loc): Add
5930 * src/c++17/fs_path.cc (path::_S_convert_loc): Replace conditional
5949 (filesystem::path): Replace _Path<Iter, Iter> with _Path2<Iter>.
5950 * testsuite/27_io/filesystem/path/construct/80762.cc: Check with two
6169 path for single-threaded case.
6601 * include/bits/fs_path.h (path): Define operator<=> and remove
6603 * testsuite/27_io/filesystem/path/compare/compare.cc: Fix comment.
6604 * testsuite/27_io/filesystem/path/compare/lwg2936.cc: Likewise.
6605 * testsuite/27_io/filesystem/path/compare/path.cc: Likewise.
6606 * testsuite/27_io/filesystem/path/compare/strings.cc: Likewise.
6916 * include/experimental/bits/fs_path.h (path::generic_string<C,T,A>()):
6917 * testsuite/experimental/filesystem/path/generic/generic_string.cc:
6921 * include/bits/fs_path.h (path::_S_str_convert): Replace first
6924 (path::generic_string<C,T,A>()): Use basic_string object that uses the
6926 * testsuite/27_io/filesystem/path/generic/94242.cc: New test.
6927 * testsuite/27_io/filesystem/path/generic/generic_string.cc: Improve
7045 * src/c++17/fs_path.cc (path::operator+=(const path&)): Add kluge to
7047 (path::operator+=(basic_string_view<value_type>)): Likewise.
7048 * testsuite/27_io/filesystem/path/concat/94063.cc: New test.
7070 * testsuite/27_io/filesystem/path/generic/generic_string.cc: Adjust
7072 * testsuite/27_io/filesystem/path/generic/utf.cc: Likewise.
7073 * testsuite/27_io/filesystem/path/generic/wchar_t.cc: Likewise.
8483 * po/Makefile.in: Regenerate.
8592 * include/bits/fs_path.h (path::generic_string<C,A>)
8594 * testsuite/27_io/filesystem/path/generic/generic_string.cc: Check
8596 * testsuite/27_io/filesystem/path/generic/utf.cc: New test.
8597 * testsuite/27_io/filesystem/path/generic/wchar_t.cc: New test.
8718 (remove_all(const path&), remove_all(const path&, error_code&)): Use
8720 * src/filesystem/ops.cc (remove_all(const path&, error_code&)): Check