Searched refs:Iterator (Results 51 - 75 of 85) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A Dilist.h70 template <class Iterator>
71 void transferNodesFromList(ilist_callback_traits &OldList, Iterator /*first*/,
72 Iterator /*last*/) {
H A DSTLExtras.h864 /// Iterator wrapper that concatenates sequences together.
1308 template <class Iterator, class RNG>
1309 void shuffle(Iterator first, Iterator last, RNG &&g) {
1313 typename std::iterator_traits<Iterator>::difference_type difference_type;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h136 for (typename BV::Iterator it(v[from]); it.hasNext(); ) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp110 iterator_range<codeview::CVSymbolArray::Iterator>
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h134 for (typename BV::Iterator it(v[from]); it.hasNext(); ) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h129 using CVTypeRange = iterator_range<CVTypeArray::Iterator>;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py8 class Iterator: class in inherits:
41 class SmallVectorPrinter(Iterator):
101 class ExpectedPrinter(Iterator):
121 class OptionalPrinter(Iterator):
/netbsd-current/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile60 Iterator.cpp \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp156 (Module::*Iterator)()>
178 (Module::*Iterator)()>
179 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>::
182 for (auto &C : (M.*Iterator)()) {
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h135 for (typename BV::Iterator it(v[from]); it.hasNext(); ) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc30 // Also check the BV::Iterator
38 for (typename BV::Iterator it(bv); it.hasNext();) {
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp80 for (QStringList::Iterator it = lines.begin();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp330 template <typename Iterator>
332 RegisterBankInfo::getOperandsMapping(Iterator Begin, Iterator End) const {
352 for (Iterator It = Begin; It != End; ++It, ++Idx) {
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h260 template<typename Iterator>
H A DMachineFunction.h85 template <class Iterator>
86 void transferNodesFromList(ilist_callback_traits &OldList, Iterator, Iterator) {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h887 class Iterator = decltype(::std::declval<const C&>().begin()),
889 class = decltype(++::std::declval<Iterator&>()),
890 class = decltype(*::std::declval<Iterator>()),
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1354 using Iterator = const _Cmpt*;
1355 Iterator begin1, end1, begin2, end2;
1450 using Iterator = const _Cmpt*;
1451 Iterator begin1, end1;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1355 using Iterator = const _Cmpt*;
1356 Iterator begin1, end1, begin2, end2;
1451 using Iterator = const _Cmpt*;
1452 Iterator begin1, end1;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
139 Iterator last_remove_;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
139 Iterator last_remove_;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.h133 typedef std::list<Free_list_node>::iterator Iterator; typedef in class:gold::Free_list
139 Iterator last_remove_;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_backend_tbb.h806 template <typename Iterator>
808 operator()(Iterator __first, Iterator __last)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp260 template<typename Iterator>
261 void setStage(Iterator Begin, Iterator End, LiveRangeStage NewStage) {
H A DRDFGraph.cpp664 DataFlowGraph::DefStack::Iterator::Iterator(const DataFlowGraph::DefStack &S, function in class:DataFlowGraph::DefStack::Iterator
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp8287 for (auto Iterator = SemaTypoExprs.begin(); Iterator != SemaTypoExprs.end();) {
8288 auto TE = *Iterator;
8291 Iterator++;
8295 Iterator = SemaTypoExprs.erase(Iterator);

Completed in 469 milliseconds

1234