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

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h401 typedef CallGraphNode::CallRecord CGNPairTy; typedef in struct:GraphTraits
402 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode *>
416 static CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }

Completed in 102 milliseconds