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

<<919293949596979899100>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
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-4639204/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-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/linux-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/linux-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/linux-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/linux-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/linux-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/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1688 typedef BlockArray::iterator iterator; typedef in class:clang::threadSafety::SCFG
    [all...]
  /prebuilts/clang/host/linux-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/linux-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/linux-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...]
  /prebuilts/clang/host/linux-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/linux-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/gradle-plugin/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-runtime-1.0.5.jar 
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 3539 TIntermTyped* iterator = nullptr; local
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 
  /prebuilts/tools/common/api-generator/
api-generator-26.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/ryanharter/auto/value/auto-value-gson/0.3.2-rc1/
auto-value-gson-0.3.2-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0/
kotlin-runtime-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.2/
kotlin-runtime-1.0.2.jar 

Completed in 1220 milliseconds

<<919293949596979899100>>