Home
last modified time | relevance | path

Searched refs:__root_name (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__filesystem/
H A Dpath.h560 auto __p_root_name = __p.__root_name();
913 __string_view __root_name() const;
939 return string_type(__root_name());
972 return !__root_name().empty();
996 __string_view __root_name_str = __root_name();
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp1630 string_view_t path::__root_name() const { in __root_name() function in path