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

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h400 typedef CallGraphNode::CallRecord CGNPairTy; typedef in struct:GraphTraits
401 typedef std::pointer_to_unary_function<CGNPairTy, CallGraphNode *>
415 static CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }
421 typedef CallGraphNode::CallRecord CGNPairTy; typedef in struct:GraphTraits
422 typedef std::pointer_to_unary_function<CGNPairTy, const CallGraphNode *>
437 static const CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }

Completed in 122 milliseconds