Home
last modified time | relevance | path

Searched defs:iterator (Results 1 – 25 of 202) sorted by relevance

123456789

/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator.h27 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator struct
33 typedef _Category iterator_category; argument
/freebsd-13.1/sys/dev/isci/scil/
H A Dsci_base_iterator.c117 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *) iterator_handle; in sci_base_iterator_construct() local
136 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; in sci_iterator_get_current() local
159 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; in sci_iterator_first() local
175 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; in sci_iterator_next() local
/freebsd-13.1/contrib/wpa/src/utils/
H A Dradiotap.c91 struct ieee80211_radiotap_iterator *iterator, in ieee80211_radiotap_iterator_init()
166 static void find_ns(struct ieee80211_radiotap_iterator *iterator, in find_ns()
188 static int find_override(struct ieee80211_radiotap_iterator *iterator, in find_override()
235 struct ieee80211_radiotap_iterator *iterator) in ieee80211_radiotap_iterator_next()
/freebsd-13.1/contrib/ofed/opensm/include/complib/
H A Dcl_list.h588 IN cl_list_iterator_t iterator, in cl_list_insert_next()
641 IN cl_list_iterator_t iterator, in cl_list_insert_prev()
847 cl_list_remove_item(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator) in cl_list_remove_item()
1028 static inline cl_list_iterator_t cl_list_next(IN cl_list_iterator_t iterator) in cl_list_next()
1070 static inline cl_list_iterator_t cl_list_prev(IN cl_list_iterator_t iterator) in cl_list_prev()
1112 static inline void *cl_list_obj(IN cl_list_iterator_t iterator) in cl_list_obj()
/freebsd-13.1/crypto/openssl/crypto/engine/
H A Deng_list.c41 ENGINE *iterator = engine_list_head; in engine_list_cleanup() local
57 ENGINE *iterator = NULL; in engine_list_add() local
106 ENGINE *iterator; in engine_list_remove() local
140 ENGINE *iterator = NULL; in engine_add_dynamic_id() local
366 ENGINE *iterator; in ENGINE_by_id() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h44 struct iterator { using value_type = const CFGBlock *; }; struct
82 using iterator = std::vector<const CFGBlock *>::reverse_iterator; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DRegistry.h50 class iterator; variable
62 friend class iterator; variable
89 explicit iterator(const node *N) : Cur(N) {} in iterator() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h98 using iterator = FunctionMapTy::iterator; variable
194 using iterator = std::vector<CallRecord>::iterator; variable
351 using iterator = CallGraph::iterator; variable
H A DDominanceFrontier.h76 using iterator = typename DomSetMapType::iterator; variable
146 using iterator = DominanceFrontierBase<BasicBlock, false>::iterator; variable
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h289 class iterator; variable
365 explicit iterator(DWARFDie D) : Die(D) {} in iterator() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h87 iterator(NamedDecl *D) { in iterator() function
94 iterator(BaseIter I) { in iterator() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h73 using iterator = variable
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h37 typedef pointer iterator; typedef
73 typedef const_iterator iterator; typedef
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h65 typedef collection::iterator iterator; typedef
H A DTypeList.h61 typedef collection::iterator iterator; typedef
H A DVariableList.h70 typedef collection::iterator iterator; typedef
H A DUnwindTable.h67 typedef collection::iterator iterator; typedef
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSymbolTable.h38 using iterator = llvm::filter_iterator<std::vector<Symbol *>::const_iterator, variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCallGraph.h81 using iterator = FunctionMapTy::iterator; variable
173 using iterator = SmallVectorImpl<CallRecord>::iterator; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h28 using iterator = DiagList::iterator; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h150 using iterator = RopePieceBTreeIterator; variable
184 using iterator = RopePieceBTree::iterator; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h114 typedef collection::iterator iterator; typedef
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h57 typedef collection::iterator iterator; typedef
/freebsd-13.1/crypto/openssl/crypto/
H A Do_fopen.c87 char *iterator; in openssl_fopen() local
/freebsd-13.1/sys/kern/
H A Dtty_inq.c447 ttyinq_line_iterator_t *iterator, void *data, in ttyinq_line_iterate()
473 ttyinq_line_iterator_t *iterator, void *data) in ttyinq_line_iterate_from_linestart()
482 ttyinq_line_iterator_t *iterator, void *data) in ttyinq_line_iterate_from_reprintpos()

123456789