HomeSort by: relevance | last modified time | path
    Searched refs:mapped_iterator (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CallGraph.h 428 mapped_iterator<CallGraphNode::iterator, decltype(&CGNGetValue)>;
448 mapped_iterator<CallGraphNode::const_iterator, decltype(&CGNGetValue)>;
482 mapped_iterator<CallGraph::iterator, decltype(&CGGetValuePtr)>;
509 mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>;
DDG.h 507 mapped_iterator<DDGNode::iterator, decltype(&DDGGetTargetNode)>;
547 mapped_iterator<DDGNode::const_iterator, decltype(&DDGGetTargetNode)>;
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h 276 mapped_iterator<clang::CallGraph::iterator, decltype(&CGGetValue)>;
302 mapped_iterator<clang::CallGraph::const_iterator, decltype(&CGGetValue)>;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CallPrinter.cpp 125 typedef mapped_iterator<CallGraph::const_iterator, decltype(&CGGetValuePtr)>
169 typedef mapped_iterator<CallGraphNode::const_iterator,
MemorySSAUpdater.cpp 803 mapped_iterator<const std::unique_ptr<ValueToValueMapTy> *,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
ImmutableGraph.h 412 mapped_iterator<typename GraphT::Edge const *, decltype(&edge_dest)>;
424 mapped_iterator<typename GraphT::Node const *, decltype(&getNode)>;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
MultiOnDiskHashTable.h 101 llvm::mapped_iterator<TableVector::iterator, AsOnDiskTable>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 271 // mapped_iterator - This is a simple iterator adapter that causes a function to
277 class mapped_iterator class in namespace:llvm
279 mapped_iterator<ItTy, FuncTy>, ItTy,
283 mapped_iterator(ItTy U, FuncTy F) function in class:llvm::mapped_iterator
284 : mapped_iterator::iterator_adaptor_base(std::move(U)), F(std::move(F)) {}
297 inline mapped_iterator<ItTy, FuncTy> map_iterator(ItTy I, FuncTy F) {
298 return mapped_iterator<ItTy, FuncTy>(std::move(I), std::move(F));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 819 llvm::mapped_iterator<decltype(Decls)::iterator, select_second>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 174 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
176 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetValAA)>;
202 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 462 llvm::mapped_iterator<ArrayRef<ParmVarDecl *>::iterator, GetTypeFn>;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
Attributor.cpp 2491 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
2504 mapped_iterator<TinyPtrVector<DepTy>::iterator, decltype(&DepGetVal)>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h 1541 mapped_iterator<std::vector<FunctionSummary::EdgeTy>::iterator,
Instructions.h 4302 using handler_iterator = mapped_iterator<op_iterator, DerefFnTy>;
4306 mapped_iterator<const_op_iterator, ConstDerefFnTy>;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.h 2084 iterator_range<mapped_iterator<Use *, std::function<VPValue *(Value *)>>>
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 402 llvm::mapped_iterator<param_const_iterator, GetTypeFn>;

Completed in 59 milliseconds