Searched refs:mapped_iterator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSTLExtras.h72 // mapped_iterator - This is a simple iterator adapter that causes a function to
76 class mapped_iterator { class in namespace:llvm
91 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
96 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
98 inline mapped_iterator(const mapped_iterator &It) function in class:llvm::mapped_iterator
129 inline mapped_iterator<_Iterator, Func>
130 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N, argument
131 const mapped_iterator<_Iterator, Func>& X) {
132 return mapped_iterator<_Iterato
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DCallGraph.h317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
349 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;

Completed in 158 milliseconds