Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp371 bool path_has_sep = !path.empty() && is_separator(path[path.size() - 1]); in append() local
375 if (path_has_sep) { in append()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp464 bool path_has_sep = !path.empty() && is_separator(path[path.size() - 1]); in append() local
468 if (path_has_sep) { in append()
/external/llvm/lib/Support/
DPath.cpp464 bool path_has_sep = !path.empty() && is_separator(path[path.size() - 1]); in append() local
468 if (path_has_sep) { in append()