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

<<919293949596979899100>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1689 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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-4479392/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-4479392/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-4479392/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-4479392/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-4479392/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-4579689/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/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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/linux-x86/clang-4579689/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-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/linux-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/linux-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/linux-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/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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...]

Completed in 1246 milliseconds

<<919293949596979899100>>