Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp360 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_path() local
368 if (has_net || has_drive) { in root_path()
391 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_name() local
399 if (has_net || has_drive) { in root_name()
414 bool has_net = b->size() > 2 && is_separator((*b)[0]) && (*b)[1] == (*b)[0]; in root_directory() local
422 if ((has_net || has_drive) && in root_directory()
429 if (!has_net && is_separator((*b)[0])) { in root_directory()