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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DCallGraph.h320 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
323 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
351 return map_iterator(CG->begin(), DerefFun(CGdereference));
354 return map_iterator(CG->end(), DerefFun(CGdereference));
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSTLExtras.h136 // map_iterator - Provide a convenient way to create mapped_iterators, just like
140 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) { function in namespace:llvm

Completed in 66 milliseconds