Home
last modified time | relevance | path

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

12

/dports/databases/xtrabackup/boost_1_59_0/libs/filesystem/src/
H A Dpath.cpp338 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
341 && (end_pos-1) != root_dir_pos in m_parent_path_end()
346 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
792 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
798 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/filesystem/src/
H A Dpath.cpp338 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
341 && (end_pos-1) != root_dir_pos in m_parent_path_end()
346 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
792 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
798 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/databases/percona57-server/boost_1_59_0/libs/filesystem/src/
H A Dpath.cpp338 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
341 && (end_pos-1) != root_dir_pos in m_parent_path_end()
346 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
792 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
798 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/databases/percona57-client/boost_1_59_0/libs/filesystem/src/
H A Dpath.cpp338 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
341 && (end_pos-1) != root_dir_pos in m_parent_path_end()
346 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
792 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
798 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/filesystem/src/
H A Dpath.cpp338 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
341 && (end_pos-1) != root_dir_pos in m_parent_path_end()
346 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
792 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
798 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
268 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
272 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
279 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DPath.cpp144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
153 return root_dir_pos + 1; in parent_path_end()
313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DPath.cpp145 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
147 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
151 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
154 return root_dir_pos + 1; in parent_path_end()
338 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
342 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
349 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DPath.cpp145 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local
147 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()
151 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()
154 return root_dir_pos + 1; in parent_path_end()
329 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local
333 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()
340 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
/dports/devel/boost-docs/boost_1_72_0/libs/filesystem/src/
H A Dpath.cpp317 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
320 && (end_pos-1) != root_dir_pos in m_parent_path_end()
325 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
828 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
834 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
/dports/devel/boost-python-libs/boost_1_72_0/libs/filesystem/src/
H A Dpath.cpp317 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local
320 && (end_pos-1) != root_dir_pos in m_parent_path_end()
325 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()
828 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local
834 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()

12