Searched refs:mapped_iterator (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/llvm/include/llvm/ADT/ |
| HD | STLExtras.h | 76 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/ |
| HD | 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,
|
| /trueos/contrib/llvm/include/llvm/Analysis/ |
| HD | CallGraph.h | 318 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/ |
| HD | CallEvent.h | 363 typedef llvm::mapped_iterator<param_iterator, get_type_fun>
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 377 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
|