D | MallocSizeofChecker.cpp | 39 struct CallRecord { struct in __anonad7cc5360111::CastedAllocFinder 45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr, in CallRecord() argument 52 typedef std::vector<CallRecord> CallVec; 63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first, in VisitChild()
|