Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h402 typedef basic_string_view<value_type> __string_view;
782 int __compare(__string_view) const;
783 __string_view __root_name() const;
784 __string_view __root_directory() const;
785 __string_view __root_path_raw() const;
786 __string_view __relative_path() const;
787 __string_view __parent_path() const;
788 __string_view __filename() const;
789 __string_view __stem() const;
790 __string_view __extension() const;
[all …]
H A Dpath_iterator.h98 path::__string_view __entry_;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h114 return __arg_t::__string_view; in requires()
122 return __arg_t::__string_view; in requires()
131 return __arg_t::__string_view; in requires()
190 else if constexpr (__arg == __arg_t::__string_view) in __create_format_arg()
H A Dformat_arg.h73 __string_view, enumerator
138 case __format::__arg_t::__string_view: in decltype()
H A Dformat_functions.h235 case __arg_t::__string_view: in __compile_time_visit_format_arg()
/freebsd-14.2/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h36 using string_view_t = path::__string_view;