| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | iterator.cppm | |
| H A D | filesystem.cppm | |
| H A D | filesystem.inc | 25 // [fs.class.directory.iterator], directory iterators 28 // [fs.dir.itr.nonmembers], range access for directory iterators 32 // [fs.class.rec.dir.itr], recursive directory iterators 36 // [fs.rec.dir.itr.nonmembers], range access for recursive directory iterators
|
| /freebsd/crypto/krb5/src/ccapi/server/ |
| H A D | ccs_client.c | 33 ccs_iteratorref_array_t iterators; member 63 err = ccs_iteratorref_array_new (&client->iterators); in ccs_client_new() 89 cc_uint64 iterator_count = ccs_iteratorref_array_count (io_client->iterators); in ccs_client_release() 100 …generic_list_iterator_t iterator = ccs_iteratorref_array_object_at_index (io_client->iterators, i); in ccs_client_release() 108 ccs_iteratorref_array_release (io_client->iterators); in ccs_client_release() 179 err = ccs_iteratorref_array_insert (io_client->iterators, in_iterator, in ccs_client_add_iterator() 180 ccs_iteratorref_array_count (io_client->iterators)); in ccs_client_add_iterator() 198 cc_uint64 lock_count = ccs_iteratorref_array_count (io_client->iterators); in ccs_client_remove_iterator() 201 …generic_list_iterator_t iterator = ccs_iteratorref_array_object_at_index (io_client->iterators, i); in ccs_client_remove_iterator() 206 err = ccs_iteratorref_array_remove (io_client->iterators, i); in ccs_client_remove_iterator()
|
| H A D | ccs_list_internal.c | 41 cci_array_t iterators; member 106 err = cci_array_new (&list->iterators, ccs_list_iterator_object_release); in ccs_list_new() 126 cci_array_release (io_list->iterators); in ccs_list_release() 189 return (ccs_list_iterator_t) cci_array_object_at_index (in_list->iterators, in_index); in ccs_list_iterator_at_index() 268 for (i = 0; !err && i < cci_array_count (in_list->iterators); i++) { in ccs_list_find_iterator_index() 335 for (i = 0; !err && i < cci_array_count (io_list->iterators); i++) { in ccs_list_add() 368 for (i = 0; !err && i < cci_array_count (io_list->iterators); i++) { in ccs_list_remove() 401 for (i = 0; !err && i < cci_array_count (io_list->iterators); i++) { in ccs_list_push_front() 447 err = cci_array_insert (io_list->iterators, in ccs_list_iterator_new() 449 cci_array_count (io_list->iterators)); in ccs_list_iterator_new() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 713 std::tuple<Iters...> iterators; 717 return value_type(*std::get<Ns>(iterators)...); 721 (++std::get<Ns>(iterators), ...); 725 (--std::get<Ns>(iterators), ...); 731 return ((std::get<Ns>(this->iterators) == std::get<Ns>(other.iterators)) && 736 zip_common(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {} 765 return std::get<0>(this->iterators) == std::get<0>(other.iterators); 784 return ((std::get<Ns>(this->iterators) == std::get<Ns>(other.iterators)) || 933 std::tuple<Iters...> iterators; 939 return ((std::get<Ns>(this->iterators) != std::get<Ns>(other.iterators)) || [all …]
|
| /freebsd/cddl/usr.sbin/dwatch/libexec/ |
| H A D | vop_readdir | 86 * BEGIN Pathname-depth iterators 125 * END Pathname-depth iterators
|
| H A D | vop_create | 89 * BEGIN Pathname-depth iterators 128 * END Pathname-depth iterators
|
| H A D | vop_symlink | 90 * BEGIN Pathname-depth iterators 129 * END Pathname-depth iterators
|
| H A D | vop_rename | 137 * BEGIN Pathname-depth iterators 196 * END Pathname-depth iterators
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 270 // other members as required by [input.iterators], input iterators 321 // other members as required by [input.iterators], input iterators
|
| H A D | array | 38 // iterators: 214 // iterators: 345 // iterators:
|
| H A D | iterator | 504 // [iterators.counted], counted iterators
|
| H A D | string_view | 362 // [string.view.iterators], iterators
|
| H A D | __config | 112 // - TODO(hardening): both iterators refer to the same container. 116 // a non-existent element. For iterator checks to work, bounded iterators must be enabled in the …
|
| H A D | span | 115 // [span.iterators], span iterator support
|
| /freebsd/contrib/llvm-project/lldb/docs/design/ |
| H A D | sbapi.rst | |
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | array | 38 // iterators: 189 // iterators: 276 // iterators:
|
| H A D | iterator | 504 // [iterators.counted], counted iterators
|
| H A D | string_view | 303 // [string.view.iterators], iterators
|
| H A D | set | 90 // iterators: 335 // iterators:
|
| H A D | __config | 81 // - TODO(hardening): both iterators refer to the same container. 85 // a non-existent element. For iterator checks to work, bounded iterators must be enabled in the …
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 769 HelpText<"Models iterators of C++ containers">, 788 HelpText<"Check for use of invalidated iterators">, 793 HelpText<"Check for iterators used outside their valid ranges">, 798 HelpText<"Check for use of iterators of different containers where iterators " 1601 HelpText<"Check the analyzer's understanding of C++ iterators">,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 331 // A placeholder type for OpenMP iterators.
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | matchers.md | 123 | `BeginEndDistanceIs(m)` | `argument` is a container whose `begin()` and `end()` iterators are sep…
|