Home | History | Annotate | Download | only in Checkers

Lines Matching full:elementsize

1683   SVal elementSize = state->getSVal(CE->getArg(1), LCtx);
1684 SVal TotalSize = svalBuilder.evalBinOp(state, BO_Mul, count, elementSize,