Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp140 size_t root_dir_pos = root_dir_start(path.substr(0, end_pos)); in parent_path_end() local
143 (end_pos - 1) != root_dir_pos && in parent_path_end()
147 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep) in parent_path_end()
326 size_t root_dir_pos = root_dir_start(Path); in operator ++() local
328 Path.size() > root_dir_pos + 1 && in operator ++()
339 (end_pos - 1) != root_dir_pos && in operator ++()