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

<<81828384858687888990>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
809 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
810 iterator begin() { return Candidates.begin(); }
811 iterator end() { return Candidates.end(); }
847 OverloadCandidateSet::iterator& Best);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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-4579689/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/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
892 assert(Current && "Advancing while iterator has reached end");
1175 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1179 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1180 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/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
CFG.h 31 #include <iterator>
408 typedef std::reverse_iterator<ImplTy::iterator> iterator; typedef in class:clang::CFGBlock::ElementList
410 typedef ImplTy::iterator reverse_iterator;
423 iterator begin() { return Impl.rbegin(); }
424 iterator end() { return Impl.rend(); }
545 typedef ElementList::iterator iterator; typedef in class:clang::CFGBlock::ElementList
553 iterator begin() { return Elements.begin(); }
554 iterator end() { return Elements.end();
877 typedef CFGBlockListTy::iterator iterator; typedef in class:clang::CFGBlock::CFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
Diagnostic.h 226 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator; typedef in class:clang::DiagnosticsEngine::DiagState
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
809 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
810 iterator begin() { return Candidates.begin(); }
811 iterator end() { return Candidates.end(); }
847 OverloadCandidateSet::iterator& Best);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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-4630689/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/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
892 assert(Current && "Advancing while iterator has reached end");
1175 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1179 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1180 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/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
CFG.h 31 #include <iterator>
408 typedef std::reverse_iterator<ImplTy::iterator> iterator; typedef in class:clang::CFGBlock::ElementList
410 typedef ImplTy::iterator reverse_iterator;
423 iterator begin() { return Impl.rbegin(); }
424 iterator end() { return Impl.rend(); }
545 typedef ElementList::iterator iterator; typedef in class:clang::CFGBlock::ElementList
553 iterator begin() { return Elements.begin(); }
554 iterator end() { return Elements.end();
877 typedef CFGBlockListTy::iterator iterator; typedef in class:clang::CFGBlock::CFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
Diagnostic.h 226 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator; typedef in class:clang::DiagnosticsEngine::DiagState
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
809 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
810 iterator begin() { return Candidates.begin(); }
811 iterator end() { return Candidates.end(); }
847 OverloadCandidateSet::iterator& Best);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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-4639204/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/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h 22 #include "llvm/ADT/iterator.h"
892 assert(Current && "Advancing while iterator has reached end");
1175 class iterator : public IteratorBase { class in class:clang::DeclContextLookupResult
1179 iterator() : IteratorBase(), SingleElement() {} function in class:clang::DeclContextLookupResult::iterator
1180 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/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/
CFG.h 31 #include <iterator>
408 typedef std::reverse_iterator<ImplTy::iterator> iterator; typedef in class:clang::CFGBlock::ElementList
410 typedef ImplTy::iterator reverse_iterator;
423 iterator begin() { return Impl.rbegin(); }
424 iterator end() { return Impl.rend(); }
545 typedef ElementList::iterator iterator; typedef in class:clang::CFGBlock::ElementList
553 iterator begin() { return Elements.begin(); }
554 iterator end() { return Elements.end();
877 typedef CFGBlockListTy::iterator iterator; typedef in class:clang::CFGBlock::CFG
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
Diagnostic.h 226 typedef llvm::DenseMap<unsigned, DiagnosticMapping>::iterator iterator; typedef in class:clang::DiagnosticsEngine::DiagState
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
Overload.h 324 typedef ConversionSet::iterator iterator;
325 iterator begin() { return conversions().begin(); }
326 iterator end() { return conversions().end(); }
809 typedef SmallVectorImpl<OverloadCandidate>::iterator iterator; typedef in class:clang::OverloadCandidateSet
810 iterator begin() { return Candidates.begin(); }
811 iterator end() { return Candidates.end(); }
847 OverloadCandidateSet::iterator& Best);
    [all...]

Completed in 1289 milliseconds

<<81828384858687888990>>