HomeSort by relevance Sort by last modified time
    Searched full:cgdereference (Results 1 - 3 of 3) 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 467 return map_iterator(CG->begin(), DerefFun(CGdereference));
470 return map_iterator(CG->end(), DerefFun(CGdereference));
473 static CallGraphNode &CGdereference(const PairTy &P) { return *P.second; }
490 return map_iterator(CG->begin(), DerefFun(CGdereference));
493 return map_iterator(CG->end(), DerefFun(CGdereference));
496 static const CallGraphNode &CGdereference(const PairTy &P) {
  /external/swiftshader/third_party/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 408 milliseconds