Searched refs:has_stem (Results 1 – 5 of 5) sorted by relevance
247 assert(p.has_stem() != TC.stem.empty()); in decompFilenameTest()
489 bool has_stem(const Twine &path, Style style = Style::native);
958 _LIBCPP_HIDE_FROM_ABI bool has_stem() const { return !__stem().empty(); }
657 bool has_stem(const Twine &path, Style style) { in has_stem() function
231 (void)path::has_stem(*i); in TEST()