Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp856 bool rootDirectory = path::has_root_directory(p); in make_absolute() local
861 if (rootName && rootDirectory) in make_absolute()
869 if (!rootName && !rootDirectory) { in make_absolute()
877 if (!rootName && rootDirectory) { in make_absolute()
886 if (rootName && !rootDirectory) { in make_absolute()