Searched refs:mapped_iterator (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | CallGraph.h | 406 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType; 427 typedef mapped_iterator<NodeType::const_iterator, CGNDerefFun> 449 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator; 471 typedef mapped_iterator<CallGraph::const_iterator, DerefFun> nodes_iterator;
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
| H A D | 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,
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 218 class mapped_iterator { 233 typedef mapped_iterator<RootIt, UnaryFunc> _Self; 238 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) in mapped_iterator() function 269 inline mapped_iterator<_Iterator, Func> 270 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N, 271 const mapped_iterator<_Iterator, Func>& X) { 272 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc()); 280 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { in map_iterator() 281 return mapped_iterator<ItTy, FuncTy>(I, F); in map_iterator()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 354 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 386 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
|