/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 255 struct const_iterator struct 257 node_pointer_pointer m_p_p_cur; 258 node_pointer_pointer m_p_p_end; 260 typedef std::forward_iterator_tag iterator_category; 261 typedef typename _Alloc::difference_type difference_type; 262 typedef node_pointer value_type; 263 typedef node_pointer_pointer pointer; 264 typedef node_pointer_reference reference; 266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() argument 272 operator==(const const_iterator& other) const in operator ==() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 255 struct const_iterator struct 257 node_pointer_pointer m_p_p_cur; 258 node_pointer_pointer m_p_p_end; 260 typedef std::forward_iterator_tag iterator_category; 261 typedef typename _Alloc::difference_type difference_type; 262 typedef node_pointer value_type; 263 typedef node_pointer_pointer pointer; 264 typedef node_pointer_reference reference; 266 const_iterator(node_pointer_pointer p_p_cur = 0, in const_iterator() function 272 operator==(const const_iterator& other) const in operator ==() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef 75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 41 typedef typename _Sequence::const_iterator const_iterator; in _M_invalidate_if() typedef 75 typedef typename _Sequence::const_iterator const_iterator; in _M_transfer_from_if() typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 90 typename String::const_iterator>::__type const_iterator; typedef 179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update 269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
H A D | trie_policy.hpp | 90 typename String::const_iterator>::__type const_iterator; typedef 179 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_prefix_search_node_update 269 typedef typename node_const_iterator::value_type const_iterator; typedef in __gnu_pbds::trie_order_statistics_node_update
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 99 using const_iterator = FunctionMapTy::const_iterator; variable 195 using const_iterator = std::vector<CallRecord>::const_iterator; variable 352 using const_iterator = CallGraph::const_iterator; variable
|
H A D | DominanceFrontier.h | 77 using const_iterator = typename DomSetMapType::const_iterator; variable 147 using const_iterator = variable
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPControlSet.h | 22 typedef CtrlList::const_iterator const_iterator; typedef
|
H A D | StringList.h | 24 typedef ListType::const_iterator const_iterator; typedef
|
H A D | LDAPUrlList.h | 22 typedef ListType::const_iterator const_iterator; typedef
|
H A D | LDAPReferenceList.h | 26 typedef ListType::const_iterator const_iterator; typedef
|
H A D | LDAPEntryList.h | 27 typedef ListType::const_iterator const_iterator; typedef
|
H A D | LDAPAttributeList.h | 31 typedef ListType::const_iterator const_iterator; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | InjectedSourceStream.h | 28 using const_iterator = HashTable<SrcHeaderBlockEntry>::const_iterator; variable
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
H A D | commands_map.hpp | 78 typedef typename categories_map::const_iterator const_iterator; typedef in utils::cmdline::commands_map
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | unordered_set.h | 120 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 936 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | unordered_set.h | 122 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef 990 typedef typename _Hashtable::const_iterator const_iterator; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 103 const_iterator; in _GLIBCXX_VISIBILITY() typedef 154 const_iterator; in _GLIBCXX_VISIBILITY() typedef 322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
H A D | hashtable.h | 103 const_iterator; in _GLIBCXX_VISIBILITY() typedef 154 const_iterator; in _GLIBCXX_VISIBILITY() typedef 322 const_iterator; in _GLIBCXX_VISIBILITY() typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.h | 106 struct const_iterator { struct 109 using iterator_category = std::forward_iterator_tag; 110 using value_type = MVT; 111 using difference_type = ptrdiff_t; 112 using pointer = const MVT*; 113 using reference = const MVT&; 121 const_iterator(const MachineValueTypeSet *S, bool End) : Set(S) { in const_iterator() argument 141 unsigned find_from_pos(unsigned P) const { in find_from_pos() 166 const MachineValueTypeSet *Set; 167 unsigned Pos;
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CallGraph.h | 82 using const_iterator = FunctionMapTy::const_iterator; variable 174 using const_iterator = SmallVectorImpl<CallRecord>::const_iterator; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
H A D | Trace.h | 58 using const_iterator = RecordVector::const_iterator; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | TextDiagnosticBuffer.h | 29 using const_iterator = DiagList::const_iterator; variable
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/ |
H A D | null_node_metadata.hpp | 56 typedef typename __traits_type::pointer const_iterator; typedef
|