Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp354 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_path() local
356 if (has_net || has_drive) { in root_path()
379 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_name() local
381 if (has_net || has_drive) { in root_name()
396 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_directory() local
398 if ((has_net || has_drive) && in root_directory()