Searched refs:has_filename (Results 1 – 17 of 17) sorted by relevance
146 ASSERT_NEQ(p.has_filename(), TC.filename.empty()); in decompPathTest()202 ASSERT_NEQ(p.has_filename(), TC.filename.empty()); in decompFilenameTest()
71 assert(!p.has_filename()); in main()
324 bool has_filename(const Twine &path);
409 bool has_filename(const Twine &path);
426 bool has_filename(const Twine &path, Style style = Style::native);
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
850 if (has_filename())871 else if (has_filename())884 else if (has_filename())1094 _LIBCPP_INLINE_VISIBILITY bool has_filename() const {
585 EXPECT_TRUE(perf_data_proto.build_ids(i).has_filename()); in TEST()
814 if (from.has_filename() && !filename.empty()) { in DeserializeBuildIDEvent()
648 bool has_filename(const Twine &path) { in has_filename() function
131 path::has_filename(*i); in TEST()
651 bool has_filename(const Twine &path, Style style) { in has_filename() function
164 (void)path::has_filename(*i); in TEST()