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

/external/clang/include/clang/Analysis/
H A DCallGraph.h211 return map_iterator(CG->begin(), DerefFun(CGdereference));
214 return map_iterator(CG->end(), DerefFun(CGdereference));
216 static clang::CallGraphNode &CGdereference(PairTy P) { function in struct:llvm::GraphTraits
237 return map_iterator(CG->begin(), DerefFun(CGdereference));
240 return map_iterator(CG->end(), DerefFun(CGdereference));
242 static clang::CallGraphNode &CGdereference(PairTy P) { function in struct:llvm::GraphTraits
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h441 return map_iterator(CG->begin(), DerefFun(CGdereference));
444 return map_iterator(CG->end(), DerefFun(CGdereference));
447 static CallGraphNode &CGdereference(PairTy P) { return *P.second; } function in struct:GraphTraits

Completed in 294 milliseconds