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

/external/llvm/include/llvm/Analysis/
H A DCallGraph.h415 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
418 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
421 static CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; } function in struct:GraphTraits
437 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
440 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
443 static const CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; } function in struct:GraphTraits
/external/clang/include/clang/Analysis/
H A DCallGraph.h181 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
184 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
186 static clang::CallGraphNode *CGNDeref(CallRecordTy P) { function in struct:llvm::GraphTraits

Completed in 135 milliseconds