Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp271 bool has_drive = in root_path() local
278 if (has_net || has_drive) { in root_path()
302 bool has_drive = in root_name() local
309 if (has_net || has_drive) { in root_name()
325 bool has_drive = in root_directory() local
332 if ((has_net || has_drive) && in root_directory()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
373 if (has_net || has_drive) { in root_path()
397 bool has_drive = in root_name() local
404 if (has_net || has_drive) { in root_name()
420 bool has_drive = in root_directory() local
427 if ((has_net || has_drive) && in root_directory()
/external/llvm/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
373 if (has_net || has_drive) { in root_path()
397 bool has_drive = in root_name() local
404 if (has_net || has_drive) { in root_name()
420 bool has_drive = in root_directory() local
427 if ((has_net || has_drive) && in root_directory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp367 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path() local
369 if (has_net || has_drive) { in root_path()
393 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name() local
395 if (has_net || has_drive) { in root_name()
410 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory() local
412 if ((has_net || has_drive) && in root_directory()