HomeSort by relevance Sort by last modified time
    Searched refs:mapped_iterator (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ADT/
STLExtras.h 62 // mapped_iterator - This is a simple iterator adapter that causes a function to
66 class mapped_iterator { class in namespace:llvm
81 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
86 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
88 inline mapped_iterator(const mapped_iterator &It) function in class:llvm::mapped_iterator
119 inline mapped_iterator<_Iterator, Func>
120 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N,
121 const mapped_iterator<_Iterator, Func>& X) {
122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc())
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 183 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
212 typedef mapped_iterator<clang::CallGraph::iterator, DerefFun> nodes_iterator;
237 typedef mapped_iterator<clang::CallGraph::const_iterator,
  /external/llvm/include/llvm/Analysis/
CallGraph.h 317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
349 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
  /external/clang/include/clang/AST/
DeclObjC.h 362 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
    [all...]

Completed in 149 milliseconds