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

  /external/llvm/include/llvm/ADT/
STLExtras.h 72 // 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,
131 const mapped_iterator<_Iterator, Func>& X) {
132 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc())
    [all...]
  /external/clang/include/clang/Analysis/
CallGraph.h 179 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
208 typedef mapped_iterator<clang::CallGraph::iterator, DerefFun> nodes_iterator;
233 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/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 369 typedef llvm::mapped_iterator<param_iterator, get_type_fun>
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 377 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
    [all...]

Completed in 731 milliseconds