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.cpp353 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_path() local
355 if (has_net || has_drive) { in root_path()
378 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_name() local
380 if (has_net || has_drive) { in root_name()
395 bool has_drive = is_style_windows(style) && b->ends_with(":"); in root_directory() local
397 if ((has_net || has_drive) && in root_directory()