Home
last modified time | relevance | path

Searched refs:rootDirectory (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp911 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
915 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()
923 if (!rootName && !rootDirectory) { in make_absolute()
931 if (!rootName && rootDirectory) { in make_absolute()
940 if (rootName && !rootDirectory) { in make_absolute()