Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h401 typedef basic_string_view<value_type> __string_view;
483 …if (__p.is_absolute() || (!__p_root_name.empty() && __p_root_name != __string_view(root_name().__p…
490 __pn_ += __string_view(__p.__pn_).substr(__p_root_name_size);
495 __pn_ += __string_view(__p.__pn_).substr(__p_root_name_size);
570 _LIBCPP_HIDE_FROM_ABI path& operator+=(__string_view __x) {
781 int __compare(__string_view) const;
782 __string_view __root_name() const;
783 __string_view __root_directory() const;
784 __string_view __root_path_raw() const;
785 __string_view __relative_path() const;
[all …]
H A Dpath_iterator.h94 path::__string_view __entry_;
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformat_arg_store.h122 return __arg_t::__string_view; in __determine_arg_t()
130 return __arg_t::__string_view; in requires()
139 return __arg_t::__string_view; in requires()
198 else if constexpr (__arg == __arg_t::__string_view) in __create_format_arg()
H A Dformat_arg.h75 __string_view, enumerator
140 case __format::__arg_t::__string_view: in decltype()
191 case __format::__arg_t::__string_view: in __visit_format_arg()
H A Dformat_functions.h236 case __arg_t::__string_view: in __compile_time_visit_format_arg()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dpath_parser.h36 using string_view_t = path::__string_view;