HomeSort by relevance Sort by last modified time
    Searched refs:CGdereference (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/
CallGraph.h 215 return map_iterator(CG->begin(), DerefFun(CGdereference));
218 return map_iterator(CG->end(), DerefFun(CGdereference));
220 static clang::CallGraphNode &CGdereference(PairTy P) {
241 return map_iterator(CG->begin(), DerefFun(CGdereference));
244 return map_iterator(CG->end(), DerefFun(CGdereference));
246 static clang::CallGraphNode &CGdereference(PairTy P) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 351 return map_iterator(CG->begin(), DerefFun(CGdereference));
354 return map_iterator(CG->end(), DerefFun(CGdereference));
357 static CallGraphNode &CGdereference(PairTy P) {

Completed in 59 milliseconds