Home | History | Annotate | Download | only in Support

Lines Matching defs:stem

134     path::stem(*i);
148 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext;
149 stem = path::stem(filename);
151 EXPECT_EQ(*sys::path::rbegin(filename), (stem + ext).str());