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

/external/clang/include/clang/Analysis/
H A DCallGraph.h221 return map_iterator(CG->begin(), DerefFun(CGdereference));
224 return map_iterator(CG->end(), DerefFun(CGdereference));
226 static clang::CallGraphNode &CGdereference(PairTy P) { function in struct:llvm::GraphTraits
247 return map_iterator(CG->begin(), DerefFun(CGdereference));
250 return map_iterator(CG->end(), DerefFun(CGdereference));
252 static clang::CallGraphNode &CGdereference(PairTy P) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h351 return map_iterator(CG->begin(), DerefFun(CGdereference));
354 return map_iterator(CG->end(), DerefFun(CGdereference));
357 static CallGraphNode &CGdereference(PairTy P) { function in struct:GraphTraits

Completed in 63 milliseconds