Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp148 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
150 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
154 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
157 return root_dir_pos + 1; in parent_path_end()
317 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
321 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
328 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()