Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp431 bool path_has_sep = in append() local
433 if (path_has_sep) { in append()