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 211 return map_iterator(CG->begin(), DerefFun(CGdereference));
214 return map_iterator(CG->end(), DerefFun(CGdereference));
216 static clang::CallGraphNode &CGdereference(PairTy P) {
237 return map_iterator(CG->begin(), DerefFun(CGdereference));
240 return map_iterator(CG->end(), DerefFun(CGdereference));
242 static clang::CallGraphNode &CGdereference(PairTy P) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 441 return map_iterator(CG->begin(), DerefFun(CGdereference));
444 return map_iterator(CG->end(), DerefFun(CGdereference));
447 static CallGraphNode &CGdereference(PairTy P) { return *P.second; }

Completed in 137 milliseconds