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

  /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/ADT/
STLExtras.h 199 // mapped_iterator - This is a simple iterator adapter that causes a function to
203 class mapped_iterator { class in namespace:llvm
218 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
223 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
254 inline mapped_iterator<_Iterator, Func>
255 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N,
256 const mapped_iterator<_Iterator, Func>& X) {
257 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());
265 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
266 return mapped_iterator<ItTy, FuncTy>(I, F)
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 407 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
439 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 354 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 386 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
    [all...]

Completed in 199 milliseconds