Home
last modified time | relevance | path

Searched defs:root_name (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
H A Dpath.decompose.pass.cpp70 std::string root_name; member
178 std::string root_name = p.root_name().string(); in decompPathTest() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp373 StringRef root_name(StringRef path, Style style) { in root_name() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectTarget.cpp737 const char *root_name) { in DumpValueObject()