Home
last modified time | relevance | path

Searched defs: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
302 bool has_drive = in root_name() local
325 bool has_drive = in root_directory() local
/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-7.0/llvm/lib/Support/
DPath.cpp367 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_path() local
393 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_name() local
410 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":"); in root_directory() local