Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp372 bool component_has_sep = !i->empty() && is_separator((*i)[0]); in append() local
385 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp465 bool component_has_sep = !component.empty() && is_separator(component[0]); in append() local
478 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()
/external/llvm/lib/Support/
DPath.cpp465 bool component_has_sep = !component.empty() && is_separator(component[0]); in append() local
478 if (!component_has_sep && !(path.empty() || is_root_name)) { in append()