Home
last modified time | relevance | path

Searched refs:mapped_iterator (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/ADT/
DSTLExtras.h112 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/
DCallGraph.h179 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/
DCallGraph.h412 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/
DMultiOnDiskHashTable.h84 typedef llvm::mapped_iterator<TableVector::iterator, AsOnDiskTable>
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h362 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
/external/clang/include/clang/AST/
DDeclObjC.h390 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>
/external/llvm/include/llvm/IR/
DInstructions.h3917 typedef mapped_iterator<op_iterator, DerefFnTy> handler_iterator;
3923 typedef mapped_iterator<const_op_iterator, ConstDerefFnTy> const_handler_iterator;