Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPathV2.cpp371 bool component_has_sep = !i->empty() && is_separator((*i)[0]); in append() local
384 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()