Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPathV2.cpp370 bool path_has_sep = !path.empty() && is_separator(path[path.size() - 1]); in append() local
374 if (path_has_sep) { in append()