Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1327 __string_view __stem() const;
1368 _LIBCPP_INLINE_VISIBILITY path stem() const { return string_type(__stem()); }
1397 _LIBCPP_INLINE_VISIBILITY bool has_stem() const { return !__stem().empty(); }
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp1606 string_view_t path::__stem() const { in __stem() function in path