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

  /external/clang/include/clang/Analysis/
CallGraph.h 181 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
184 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
186 static clang::CallGraphNode *CGNDeref(CallRecordTy P) {
  /external/llvm/include/llvm/Analysis/
CallGraph.h 410 return map_iterator(N->begin(), CGNDerefFun(CGNDeref));
413 return map_iterator(N->end(), CGNDerefFun(CGNDeref));
416 static CallGraphNode *CGNDeref(CGNPairTy P) { return P.second; }

Completed in 139 milliseconds