Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
397 bool has_drive = in root_name() local
420 bool has_drive = in root_directory() local
/external/llvm/lib/Support/
DPath.cpp366 bool has_drive = in root_path() local
397 bool has_drive = in root_name() local
420 bool has_drive = in root_directory() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp351 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path() local
377 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name() local
394 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory() local
/external/llvm-project/llvm/lib/Support/
DPath.cpp351 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path() local
376 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name() local
393 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory() local