Home | History | Annotate | Download | only in Sema

Lines Matching refs:SizeArg

4258   const Expr *SizeArg = ignoreLiteralAdditions(Call->getArg(2), Context);
4261 if (CheckMemorySizeofForComparison(*this, SizeArg, FnName,
4266 if (const Expr *Ex = getSizeOfExprArg(SizeArg))
4270 if (const CallExpr *SizeCall = dyn_cast<CallExpr>(SizeArg)) {