Searched refs:parent_path_end (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Support/
H A DPath.cpp135 size_t parent_path_end(StringRef path) { function in namespace:__anon14134
494 size_t end_pos = parent_path_end(path);
502 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()));
/external/swiftshader/third_party/LLVM/lib/Support/
H A DPathV2.cpp130 size_t parent_path_end(StringRef path) { function in namespace:__anon22782
401 size_t end_pos = parent_path_end(path);
409 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()));
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp135 size_t parent_path_end(StringRef path) { function in namespace:__anon23407
494 size_t end_pos = parent_path_end(path);
502 size_t end_pos = parent_path_end(StringRef(path.begin(), path.size()));

Completed in 198 milliseconds