Searched defs:iterator (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator.h23 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX17 iterator { struct
/freebsd-current/sys/dev/isci/scil/
H A Dsci_base_iterator.c115 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *) iterator_handle; local
134 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; local
157 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; local
173 SCI_BASE_ITERATOR_T * iterator = (SCI_BASE_ITERATOR_T *)iterator_handle; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeMap.h63 typedef collection::iterator iterator; typedef in class:lldb_private::TypeMap
H A DTypeList.h62 typedef collection::iterator iterator; typedef in class:lldb_private::TypeList
H A DUnwindTable.h68 typedef collection::iterator iterator; typedef in class:lldb_private::UnwindTable
H A DVariableList.h70 typedef collection::iterator iterator; typedef in class:lldb_private::VariableList
/freebsd-current/crypto/openssl/crypto/
H A Do_fopen.c87 char *iterator; local
/freebsd-current/sys/dev/drm2/
H A Ddrm_buffer.h42 int iterator; member in struct:drm_buffer
[all...]
/freebsd-current/contrib/wpa/src/utils/
H A Dradiotap.c90 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) argument
166 find_ns(struct ieee80211_radiotap_iterator *iterator, uint32_t oui, uint8_t subns) argument
188 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) argument
234 ieee80211_radiotap_iterator_next( struct ieee80211_radiotap_iterator *iterator) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h60 typedef collection::iterator iterator; typedef in class:lldb_private::StringList
H A DVMRange.h26 typedef collection::iterator iterator; typedef in class:lldb_private::VMRange
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dadt.h38 typedef pointer iterator; typedef in class:__orc_rt::span
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h43 struct iterator { using value_type = const CFGBlock *; }; struct in class:clang::PostOrderCFGView::CFGBlockSet
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h147 typedef collection::iterator iterator; typedef in class:lldb_private::PathMappingList
H A DStackFrameList.h128 typedef collection::iterator iterator; typedef in class:lldb_private::StackFrameList
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h65 typedef GSIHashHeader iterator; typedef in class:llvm::pdb::GSIHashTable
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DSuffixTree.h193 typedef RepeatedSubstringIterator iterator; typedef in class:llvm::SuffixTree
H A DRegistry.h83 class iterator class in class:llvm::Registry
89 explicit iterator(const node *N) : Cur(N) {} function in class:llvm::Registry::iterator
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h69 class iterator { class in class:clang::IdentifierResolver
87 iterator(NamedDecl *D) { function in class:clang::IdentifierResolver::iterator
94 iterator(BaseIter I) { function in class:clang::IdentifierResolver::iterator
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath_iterator.h30 class _LIBCPP_EXPORTED_FROM_ABI path::iterator { class in class:path
52 _LIBCPP_HIDE_FROM_ABI iterator() : __stashed_elem_(), __path_ptr_(nullptr), __entry_(), __state_(_Singular) {} function in class:path::iterator
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h38 typedef collection::iterator iterator; typedef in class:lldb_private::plugin::dwarf::DWARFDebugInfoEntry
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_list.h847 cl_list_remove_item(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator) argument
587 cl_list_insert_next(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator, IN const void *const p_object) argument
640 cl_list_insert_prev(IN cl_list_t * const p_list, IN cl_list_iterator_t iterator, IN const void *const p_object) argument
1028 cl_list_next(IN cl_list_iterator_t iterator) argument
1070 cl_list_prev(IN cl_list_iterator_t iterator) argument
1112 cl_list_obj(IN cl_list_iterator_t iterator) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h353 class DWARFDie::iterator class in class:llvm::DWARFDie
365 explicit iterator(DWARFDie D) : Die(D) {} function in class:llvm::DWARFDie::iterator
[all...]
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_list.c44 ENGINE *iterator = engine_list_head; local
60 ENGINE *iterator = NULL; local
112 ENGINE *iterator; local
145 ENGINE *iterator = NULL; local
375 ENGINE *iterator; local
[all...]
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c125 cd9660node *iterator = n; local

Completed in 693 milliseconds

1234