Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp130 size_t parent_path_end(StringRef path) { in parent_path_end() function
401 size_t end_pos = parent_path_end(path); in parent_path()
409 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size())); in remove_filename()
/external/llvm/lib/Support/
DPath.cpp135 size_t parent_path_end(StringRef path) { in parent_path_end() function
494 size_t end_pos = parent_path_end(path); in parent_path()
502 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size())); in remove_filename()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp135 size_t parent_path_end(StringRef path) { in parent_path_end() function
494 size_t end_pos = parent_path_end(path); in parent_path()
502 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size())); in remove_filename()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp138 size_t parent_path_end(StringRef path, Style style) { in parent_path_end() function
483 size_t end_pos = parent_path_end(path, style); in parent_path()
491 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()), style); in remove_filename()