Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp270 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_path() local
278 if (has_net || has_drive) { in root_path()
301 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_name() local
309 if (has_net || has_drive) { in root_name()
324 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_directory() local
332 if ((has_net || has_drive) && in root_directory()
339 if (!has_net && is_separator((*b)[0])) { in root_directory()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp365 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_path() local
373 if (has_net || has_drive) { in root_path()
396 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_name() local
404 if (has_net || has_drive) { in root_name()
419 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_directory() local
427 if ((has_net || has_drive) && in root_directory()
434 if (!has_net && is_separator((*b)[0])) { in root_directory()
/external/llvm/lib/Support/
DPath.cpp365 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_path() local
373 if (has_net || has_drive) { in root_path()
396 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_name() local
404 if (has_net || has_drive) { in root_name()
419 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_directory() local
427 if ((has_net || has_drive) && in root_directory()
434 if (!has_net && is_separator((*b)[0])) { in root_directory()