Searched refs:mapped_iterator (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | STLExtras.h | 112 class mapped_iterator { 131 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) in mapped_iterator() function 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 { 157 return mapped_iterator(current + n, Fn); [all …]
|
/external/clang/include/clang/Analysis/ |
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,
|
/external/llvm/include/llvm/Analysis/ |
D | 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/lib/Serialization/ |
D | MultiOnDiskHashTable.h | 84 typedef llvm::mapped_iterator<TableVector::iterator, AsOnDiskTable>
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 362 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 390 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 3917 typedef mapped_iterator<op_iterator, DerefFnTy> handler_iterator; 3923 typedef mapped_iterator<const_op_iterator, ConstDerefFnTy> const_handler_iterator;
|