Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp693 bool rootName = in is_absolute() local
696 return rootDir && rootName; in is_absolute()
857 bool rootName = 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()