Searched refs:has_filename (Results 1 – 9 of 9) sorted by relevance
142 assert(p.has_filename() != TC.filename.empty()); in decompPathTest()184 assert(p.has_filename() != TC.filename.empty()); in decompFilenameTest()
324 bool has_filename(const Twine &path);
409 bool has_filename(const Twine &path);
118 path::has_filename(*i); in TEST()
23 * INCOMPLETE - US 25: has_filename() is equivalent to just !empty()
551 bool has_filename(const Twine &path) { in has_filename() function
648 bool has_filename(const Twine &path) { in has_filename() function
131 path::has_filename(*i); in TEST()
982 _LIBCPP_INLINE_VISIBILITY bool has_filename() const { return !__filename().empty(); }