HomeSort by relevance Sort by last modified time
    Searched defs:iterator (Results 2226 - 2250 of 3929) sorted by null

<<81828384858687888990>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 24 #include <iterator>
607 for (PathPieces::iterator I = path.begin(),
671 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator; typedef in class:clang::ento::PathDiagnosticControlFlowPiece
672 iterator begin() { return LPairs.begin(); }
673 iterator end() { return LPairs.end(); }
676 for (iterator I=begin(), E=end(); I!=E; ++I) I->flatten();
706 for (PathPieces::iterator I = subPieces.begin(),
850 for (PathPieces::iterator I = pathImpl.begin(), E = pathImpl.end();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DebugInfoMetadata.h 32 #include <iterator>
118 class iterator : std::iterator<std::input_iterator_tag, DITypeRef, class in class:llvm::DITypeRefArray
123 iterator() = default;
124 explicit iterator(MDNode::op_iterator I) : I(I) {} function in class:llvm::DITypeRefArray::iterator
128 iterator &operator++() {
133 iterator operator++(int) {
134 iterator Temp(*this);
139 bool operator==(const iterator &X) const { return I == X.I; }
140 bool operator!=(const iterator &X) const { return I != X.I;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
816 assert(Current && "Advancing while iterator has reached end");
840 /// \brief Returns an iterator range for all the redeclarations of the same
1097 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1101 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1102 explicit iterator(pointer Pos, value_type Single = nullptr) function in class:clang::DeclContextLookupResult::iterator
    [all...]
DeclTemplate.h 93 typedef NamedDecl** iterator; typedef in class:clang::final
98 iterator begin() { return getTrailingObjects<NamedDecl *>(); }
100 iterator end() { return begin() + NumParams; }
755 typename llvm::FoldingSetVector<EntryType>::iterator,
757 EntryType>::iterator>::iterator_category,
761 typename llvm::FoldingSetVector<EntryType>::iterator SetIter)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1689 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
CFG.h 31 #include <iterator>
361 typedef std::reverse_iterator<ImplTy::iterator> iterator; typedef in class:clang::CFGBlock::ElementList
363 typedef ImplTy::iterator reverse_iterator;
376 iterator begin() { return Impl.rbegin(); }
377 iterator end() { return Impl.rend(); }
498 typedef ElementList::iterator iterator; typedef in class:clang::CFGBlock::ElementList
506 iterator begin() { return Elements.begin(); }
507 iterator end() { return Elements.end();
805 typedef CFGBlockListTy::iterator iterator; typedef in class:clang::CFGBlock::CFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 219 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator; typedef in class:clang::DiagnosticsEngine::DiagState
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
803 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
804 iterator begin() { return Candidates.begin(); }
805 iterator end() { return Candidates.end(); }
841 OverloadCandidateSet::iterator& Best,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 24 #include <iterator>
601 for (PathPieces::iterator I = path.begin(),
665 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator; typedef in class:clang::ento::PathDiagnosticControlFlowPiece
666 iterator begin() { return LPairs.begin(); }
667 iterator end() { return LPairs.end(); }
670 for (iterator I=begin(), E=end(); I!=E; ++I) I->flatten();
700 for (PathPieces::iterator I = subPieces.begin(),
844 for (PathPieces::iterator I = pathImpl.begin(), E = pathImpl.end();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 425 iterator_range<std::list<LoopData>::iterator>
427 std::list<LoopData>::iterator Insert);
568 typedef std::deque<const IrrNode *>::const_iterator iterator; typedef in struct:llvm::bfi_detail::IrreducibleGraph::IrrNode
569 iterator pred_begin() const { return Edges.begin(); }
570 iterator succ_begin() const { return Edges.begin() + NumIn; }
571 iterator pred_end() const { return succ_begin(); }
572 iterator succ_end() const { return Edges.end(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 29 #include <iterator>
117 class iterator : std::iterator<std::input_iterator_tag, DITypeRef, class in class:llvm::DITypeRefArray
122 iterator() = default;
123 explicit iterator(MDNode::op_iterator I) : I(I) {} function in class:llvm::DITypeRefArray::iterator
127 iterator &operator++() {
132 iterator operator++(int) {
133 iterator Temp(*this);
138 bool operator==(const iterator &X) const { return I == X.I; }
139 bool operator!=(const iterator &X) const { return I != X.I;
    [all...]
Metadata.h 37 #include <iterator>
606 typedef StringRef::iterator iterator; typedef in class:llvm::MDString
609 iterator begin() const { return getString().begin(); }
612 iterator end() const { return getString().end(); }
1219 typedef TypedMDOperandIterator<T> iterator; typedef in class:llvm::MDTupleTypedArrayWrapper
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 1387 typedef typename std::vector<DataType>::iterator iterator; typedef in class:llvm::list_storage
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
846 assert(Current && "Advancing while iterator has reached end");
870 /// \brief Returns an iterator range for all the redeclarations of the same
1127 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1131 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1132 explicit iterator(pointer Pos, value_type Single = nullptr) function in class:clang::DeclContextLookupResult::iterator
    [all...]
DeclTemplate.h 93 typedef NamedDecl** iterator; typedef in class:clang::final
98 iterator begin() { return getTrailingObjects<NamedDecl *>(); }
100 iterator end() { return begin() + NumParams; }
755 typename llvm::FoldingSetVector<EntryType>::iterator,
757 EntryType>::iterator>::iterator_category,
761 typename llvm::FoldingSetVector<EntryType>::iterator SetIter)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1689 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/
CFG.h 31 #include <iterator>
361 typedef std::reverse_iterator<ImplTy::iterator> iterator; typedef in class:clang::CFGBlock::ElementList
363 typedef ImplTy::iterator reverse_iterator;
376 iterator begin() { return Impl.rbegin(); }
377 iterator end() { return Impl.rend(); }
498 typedef ElementList::iterator iterator; typedef in class:clang::CFGBlock::ElementList
506 iterator begin() { return Elements.begin(); }
507 iterator end() { return Elements.end();
805 typedef CFGBlockListTy::iterator iterator; typedef in class:clang::CFGBlock::CFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Diagnostic.h 226 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator; typedef in class:clang::DiagnosticsEngine::DiagState
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
800 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
801 iterator begin() { return Candidates.begin(); }
802 iterator end() { return Candidates.end(); }
838 OverloadCandidateSet::iterator& Best,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 24 #include <iterator>
607 for (PathPieces::iterator I = path.begin(),
671 typedef std::vector<PathDiagnosticLocationPair>::iterator iterator; typedef in class:clang::ento::PathDiagnosticControlFlowPiece
672 iterator begin() { return LPairs.begin(); }
673 iterator end() { return LPairs.end(); }
676 for (iterator I=begin(), E=end(); I!=E; ++I) I->flatten();
706 for (PathPieces::iterator I = subPieces.begin(),
850 for (PathPieces::iterator I = pathImpl.begin(), E = pathImpl.end();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 425 iterator_range<std::list<LoopData>::iterator>
427 std::list<LoopData>::iterator Insert);
568 typedef std::deque<const IrrNode *>::const_iterator iterator; typedef in struct:llvm::bfi_detail::IrreducibleGraph::IrrNode
569 iterator pred_begin() const { return Edges.begin(); }
570 iterator succ_begin() const { return Edges.begin() + NumIn; }
571 iterator pred_end() const { return succ_begin(); }
572 iterator succ_end() const { return Edges.end(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DebugInfoMetadata.h 32 #include <iterator>
118 class iterator : std::iterator<std::input_iterator_tag, DITypeRef, class in class:llvm::DITypeRefArray
123 iterator() = default;
124 explicit iterator(MDNode::op_iterator I) : I(I) {} function in class:llvm::DITypeRefArray::iterator
128 iterator &operator++() {
133 iterator operator++(int) {
134 iterator Temp(*this);
139 bool operator==(const iterator &X) const { return I == X.I; }
140 bool operator!=(const iterator &X) const { return I != X.I;
    [all...]
Metadata.h 38 #include <iterator>
616 typedef StringRef::iterator iterator; typedef in class:llvm::MDString
619 iterator begin() const { return getString().begin(); }
622 iterator end() const { return getString().end(); }
1230 typedef TypedMDOperandIterator<T> iterator; typedef in class:llvm::MDTupleTypedArrayWrapper
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
846 assert(Current && "Advancing while iterator has reached end");
870 /// \brief Returns an iterator range for all the redeclarations of the same
1127 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1131 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1132 explicit iterator(pointer Pos, value_type Single = nullptr) function in class:clang::DeclContextLookupResult::iterator
    [all...]
DeclTemplate.h 93 typedef NamedDecl** iterator; typedef in class:clang::final
98 iterator begin() { return getTrailingObjects<NamedDecl *>(); }
100 iterator end() { return begin() + NumParams; }
755 typename llvm::FoldingSetVector<EntryType>::iterator,
757 EntryType>::iterator>::iterator_category,
761 typename llvm::FoldingSetVector<EntryType>::iterator SetIter)
    [all...]

Completed in 1226 milliseconds

<<81828384858687888990>>