HomeSort by: relevance | last modified time | path
    Searched defs:iterator (Results 1 - 25 of 246) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
iterator.scm 21 (define-module (gdb iterator)
25 (define-public (make-list-iterator l)
26 "Return a <gdb:iterator> object for a list."
27 (assert-type (list? l) l SCM_ARG1 'make-list-iterator "list")
29 (let ((l (iterator-progress iter)))
33 (set-iterator-progress! iter (cdr l))
35 (make-iterator l l next!)))
37 (define-public (iterator->list iter)
41 (let ((next (iterator-next! iter)))
46 (define-public (iterator-map proc iter
    [all...]
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
iterator.scm 21 (define-module (gdb iterator)
25 (define-public (make-list-iterator l)
26 "Return a <gdb:iterator> object for a list."
27 (assert-type (list? l) l SCM_ARG1 'make-list-iterator "list")
29 (let ((l (iterator-progress iter)))
33 (set-iterator-progress! iter (cdr l))
35 (make-iterator l l next!)))
37 (define-public (iterator->list iter)
41 (let ((next (iterator-next! iter)))
46 (define-public (iterator-map proc iter
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAttributeList.h 32 typedef ListType::iterator iterator; typedef in class:LDAPAttributeList
72 * @return A iterator that points to the first element of the list.
77 * @return A iterator that points to the element after the last
  /src/crypto/external/bsd/openssl/dist/crypto/
o_fopen.c 87 char *iterator; local
95 for (iterator = newname, lastchar = '\0';
96 *filename; filename++, iterator++) {
100 *iterator = '_';
102 *iterator = *filename;
106 *iterator = '\0';
  /src/crypto/external/bsd/openssl.old/dist/crypto/
o_fopen.c 87 char *iterator; local
95 for (iterator = newname, lastchar = '\0';
96 *filename; filename++, iterator++) {
100 *iterator = '_';
102 *iterator = *filename;
106 *iterator = '\0';
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
PostOrderCFGView.h 42 // po_iterator requires this iterator, but the only interface needed is the
44 struct iterator { using value_type = const CFGBlock *; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
53 // make sure that Block is non-null. Moreover, the CFGBlock iterator will
82 using iterator = std::vector<const CFGBlock *>::reverse_iterator;
87 iterator begin() { return Blocks.rbegin(); }
88 iterator end() { return Blocks.rend(); }
  /src/external/gpl3/gdb.old/dist/gdbsupport/
range-chain.h 28 /* The type of the iterator that is created by this range. */
29 class iterator class in struct:range_chain
33 iterator (const std::vector<Range> &ranges, size_t idx) function in class:range_chain::iterator
40 bool operator== (const iterator &other) const
51 bool operator!= (const iterator &other) const
56 iterator &operator++ ()
67 typename Range::iterator::value_type operator* () const
87 /* Index into the vector indicating where the current iterator
90 /* The current iterator into one of the vector ranges. If no
91 value then this (outer) iterator is at the end of the overal
    [all...]
safe-iterator.h 1 /* A safe iterator for GDB, the GNU debugger.
24 /* A forward iterator that wraps Iterator, such that when iterating
25 with iterator IT, it is possible to delete *IT without invalidating
42 template<typename Iterator>
47 typedef typename Iterator::value_type value_type;
48 typedef typename Iterator::reference reference;
49 typedef typename Iterator::pointer pointer;
50 typedef typename Iterator::iterator_category iterator_category;
51 typedef typename Iterator::difference_type difference_type
117 typedef basic_safe_iterator<typename Range::iterator> iterator; typedef in class:basic_safe_range
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
range-chain.h 28 /* The type of the iterator that is created by this range. */
29 class iterator class in struct:range_chain
33 iterator (const std::vector<Range> &ranges, size_t idx) function in class:range_chain::iterator
40 bool operator== (const iterator &other) const
51 bool operator!= (const iterator &other) const
56 iterator &operator++ ()
67 typename Range::iterator::value_type operator* () const
87 /* Index into the vector indicating where the current iterator
90 /* The current iterator into one of the vector ranges. If no
91 value then this (outer) iterator is at the end of the overal
    [all...]
safe-iterator.h 1 /* A safe iterator for GDB, the GNU debugger.
24 /* A forward iterator that wraps Iterator, such that when iterating
25 with iterator IT, it is possible to delete *IT without invalidating
42 template<typename Iterator>
47 typedef typename Iterator::value_type value_type;
48 typedef typename Iterator::reference reference;
49 typedef typename Iterator::pointer pointer;
50 typedef typename Iterator::iterator_category iterator_category;
51 typedef typename Iterator::difference_type difference_type
117 typedef basic_safe_iterator<typename Range::iterator> iterator; typedef in class:basic_safe_range
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_iterator_base_types.h 1 // Types used in iterator implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{iterator}
55 * This file contains all of the general iterator-related utility types,
56 * such as iterator_traits and struct iterator.
85 * @defgroup iterator_tags Iterator Tags
89 * different operations supported by different iterator types.
98 /// Forward iterators support a superset of input iterator operations.
101 /// Bidirectional iterators support a superset of forward iterator
106 /// iterator operations.
116 * @brief Common %iterator class
127 struct _GLIBCXX17_DEPRECATED iterator struct
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_iterator_base_types.h 1 // Types used in iterator implementation -*- C++ -*-
53 * Do not attempt to use it directly. @headername{iterator}
55 * This file contains all of the general iterator-related utility types,
56 * such as iterator_traits and struct iterator.
85 * @defgroup iterator_tags Iterator Tags
89 * different operations supported by different iterator types.
98 /// Forward iterators support a superset of input iterator operations.
101 /// Bidirectional iterators support a superset of forward iterator
106 /// iterator operations.
116 * @brief Common %iterator class
127 struct _GLIBCXX17_DEPRECATED iterator struct
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.h 79 are only provided via iterator functions. */
103 /* The dictionary that this iterator is associated to. */
111 /* The multi-language dictionary iterator. Like dict_iterator above,
116 /* The multidictionary with which this iterator is associated. */
119 /* The iterator used to iterate through individual dictionaries. */
120 struct dict_iterator iterator; member in struct:mdict_iterator
126 /* Initialize ITERATOR to point at the first symbol in MDICT, and
166 /* An iterator that wraps an mdict_iterator. The naming here is
  /src/external/gpl3/gdb/dist/gdb/
dictionary.h 79 are only provided via iterator functions. */
103 /* The dictionary that this iterator is associated to. */
111 /* The multi-language dictionary iterator. Like dict_iterator above,
116 /* The multidictionary with which this iterator is associated. */
119 /* The iterator used to iterate through individual dictionaries. */
120 struct dict_iterator iterator; member in struct:mdict_iterator
126 /* Initialize ITERATOR to point at the first symbol in MDICT, and
166 /* An iterator that wraps an mdict_iterator. The naming here is
  /src/usr.sbin/makefs/cd9660/
cd9660_debug.c 135 cd9660node *iterator = n; local
141 while (iterator != NULL) {
142 if (iterator->isoDirRecord->name[0] == '\0')
145 printf("%i) %s\n", iterator->level,
146 iterator->isoDirRecord->name);
148 iterator = iterator->ptnext;
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_list.c 44 ENGINE *iterator = engine_list_head; local
46 while (iterator != NULL) {
47 ENGINE_remove(iterator);
48 iterator = engine_list_head;
60 ENGINE *iterator = NULL; local
67 iterator = engine_list_head;
68 while (iterator && !conflict) {
69 conflict = (strcmp(iterator->id, e->id) == 0);
70 iterator = iterator->next
121 ENGINE *iterator; local
154 ENGINE *iterator = NULL; local
410 ENGINE *iterator; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_list.c 44 ENGINE *iterator = engine_list_head; local
46 while (iterator != NULL) {
47 ENGINE_remove(iterator);
48 iterator = engine_list_head;
60 ENGINE *iterator = NULL; local
66 iterator = engine_list_head;
67 while (iterator && !conflict) {
68 conflict = (strcmp(iterator->id, e->id) == 0);
69 iterator = iterator->next
112 ENGINE *iterator; local
145 ENGINE *iterator = NULL; local
375 ENGINE *iterator; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_list.c 41 ENGINE *iterator = engine_list_head; local
43 while (iterator != NULL) {
44 ENGINE_remove(iterator);
45 iterator = engine_list_head;
57 ENGINE *iterator = NULL; local
63 iterator = engine_list_head;
64 while (iterator && !conflict) {
65 conflict = (strcmp(iterator->id, e->id) == 0);
66 iterator = iterator->next
106 ENGINE *iterator; local
140 ENGINE *iterator = NULL; local
366 ENGINE *iterator; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
IdentifierResolver.h 22 #include <iterator>
47 DeclsTy::iterator decls_begin() { return Decls.begin(); }
48 DeclsTy::iterator decls_end() { return Decls.end(); }
57 void InsertDecl(DeclsTy::iterator Pos, NamedDecl *D) {
66 /// iterator - Iterate over the decls of a specified declaration name.
69 class iterator { class in class:clang::IdentifierResolver
81 /// 2) A IdDeclInfo::DeclsTy::iterator that traverses only the decls of the
84 using BaseIter = IdDeclInfo::DeclsTy::iterator;
87 iterator(NamedDecl *D) { function in class:clang::IdentifierResolver::iterator
92 /// A IdDeclInfo::DeclsTy::iterator that walks or not the parent declaratio
94 iterator(BaseIter I) { function in class:clang::IdentifierResolver::iterator
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 12 #include "llvm/ADT/iterator.h"
27 /// Iterator over hash records producing symbol record offsets. Abstracts away
65 typedef GSIHashHeader iterator; typedef in class:llvm::pdb::GSIHashTable
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
CodeRegion.h 101 typedef std::vector<UniqueCodeRegion>::iterator iterator; typedef in class:llvm::mca::CodeRegions
104 iterator begin() { return Regions.begin(); }
105 iterator end() { return Regions.end(); }
  /src/external/gpl3/gcc/dist/gcc/
hash-set.h 93 for (typename hash_table<Traits, Lazy>::iterator iter = m_table.begin ();
109 class iterator class in class:hash_set
112 explicit iterator (const typename hash_table<Traits, function in class:hash_set::iterator
113 Lazy>::iterator &iter) :
116 iterator &operator++ ()
129 operator != (const iterator &other) const
135 typename hash_table<Traits, Lazy>::iterator m_iter;
138 /* Standard iterator retrieval methods. */
140 iterator begin () const { return iterator (m_table.begin ());
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/
binomial_heap_.hpp 87 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
binomial_heap_base_.hpp 104 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::binomial_heap_base
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 100 typedef typename base_type::iterator iterator; typedef in class:__gnu_pbds::detail::pairing_heap

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 910