Home
last modified time | relevance | path

Searched refs:mapped_iterator (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/include/llvm/ADT/
HDSTLExtras.h76 class mapped_iterator {
91 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
96 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) in mapped_iterator() function
98 inline mapped_iterator(const mapped_iterator &It) in mapped_iterator() function
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());
140 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { in map_iterator()
141 return mapped_iterator<ItTy, FuncTy>(I, F); in map_iterator()
/trueos/contrib/llvm/tools/clang/include/clang/Analysis/
HDCallGraph.h179 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,
/trueos/contrib/llvm/include/llvm/Analysis/
HDCallGraph.h318 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
350 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h363 typedef llvm::mapped_iterator<param_iterator, get_type_fun>
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h377 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>