Searched refs:tryUnwrapAllocSizeCall (Results 1 – 1 of 1) sorted by relevance
130 static const CallExpr *tryUnwrapAllocSizeCall(const Expr *E) { in tryUnwrapAllocSizeCall() function153 return E && E->getType()->isPointerType() && tryUnwrapAllocSizeCall(E); in isBaseAnAllocSizeCall()1677 assert((isa<MemberExpr>(E) || tryUnwrapAllocSizeCall(E)) && in set()9441 const CallExpr *CE = tryUnwrapAllocSizeCall(Base); in getBytesReturnedByAllocSizeCall()9469 if (!tryUnwrapAllocSizeCall(E)) in evaluateLValueAsAllocSize()