Searched refs:DestMalloc (Results 1 – 1 of 1) sorted by relevance
46 if (const auto *DestMalloc = Result.Nodes.getNodeAs<Expr>(DestMallocExprName)) in getDestCapacityExpr() local47 return DestMalloc; in getDestCapacityExpr()629 auto DestMalloc = anyOf(callExpr(MallocLengthExpr), in registerMatchers() local636 auto AnyOfDestInit = anyOf(DestMalloc, DestCXXNewExpr); in registerMatchers()