Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp460 bool component_has_sep = !component.empty() && is_separator(component[0]); in append() local
473 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()