Searched refs:mapped_iterator (Results 1 - 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h62 // mapped_iterator - This is a simple iterator adapter that causes a function to
66 class mapped_iterator { class in namespace:llvm
81 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
86 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
88 inline mapped_iterator(const mapped_iterator &It) function in class:llvm::mapped_iterator
119 inline mapped_iterator<_Iterator, Func>
120 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N, argument
121 const mapped_iterator<_Iterator, Func>& X) {
122 return mapped_iterator<_Iterato
[all...]
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h110 // mapped_iterator - This is a simple iterator adapter that causes a function to
114 class mapped_iterator { class in namespace:llvm
135 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
142 mapped_iterator &operator++() {
146 mapped_iterator &operator--() {
150 mapped_iterator operator++(int) {
151 mapped_iterator __tmp = *this;
155 mapped_iterator operator--(int) {
156 mapped_iterator __tmp = *this;
160 mapped_iterator operato
189 operator +(typename mapped_iterator<Iterator, Func>::difference_type N, const mapped_iterator<Iterator, Func> &X) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h420 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
441 typedef mapped_iterator<NodeType::const_iterator, CGNDerefFun>
465 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
488 typedef mapped_iterator<CallGraph::const_iterator, DerefFun> nodes_iterator;
/external/clang/include/clang/Analysis/
H A 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h317 typedef mapped_iterator<NodeType::iterator, CGNDerefFun> ChildIteratorType;
349 typedef mapped_iterator<CallGraph::iterator, DerefFun> nodes_iterator;
/external/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h84 typedef llvm::mapped_iterator<TableVector::iterator, AsOnDiskTable>
/external/clang/include/clang/Sema/
H A DLookup.h789 typedef llvm::mapped_iterator<decltype(Decls)::iterator, select_second>
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h394 typedef llvm::mapped_iterator<ArrayRef<ParmVarDecl*>::iterator, get_type_fun>
/external/llvm/include/llvm/IR/
H A DInstructions.h4030 typedef mapped_iterator<op_iterator, DerefFnTy> handler_iterator;
4036 typedef mapped_iterator<const_op_iterator, ConstDerefFnTy> const_handler_iterator;
/external/clang/include/clang/AST/
H A DDeclObjC.h385 typedef llvm::mapped_iterator<param_const_iterator, deref_fun>

Completed in 188 milliseconds