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

  /external/llvm/include/llvm/ADT/
STLExtras.h 108 // mapped_iterator - This is a simple iterator adapter that causes a function to
112 class mapped_iterator { class in namespace:llvm
131 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
138 mapped_iterator &operator++() {
142 mapped_iterator &operator--() {
146 mapped_iterator operator++(int) {
147 mapped_iterator __tmp = *this;
151 mapped_iterator operator--(int) {
152 mapped_iterator __tmp = *this;
156 mapped_iterator operator+(difference_type n) const
    [all...]
  /external/llvm/include/llvm/Analysis/
CallGraph.h 412 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
433 typedef mapped_iterator<NodeType::const_iterator, CGNDerefFun>
457 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
480 typedef mapped_iterator<CallGraph::const_iterator, DerefFun> nodes_iterator;
  /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/clang/lib/Serialization/
MultiOnDiskHashTable.h 84 typedef llvm::mapped_iterator<TableVector::iterator, AsOnDiskTable>
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 362 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 390 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]

Completed in 552 milliseconds