Home | History | Annotate | Download | only in AST

Lines Matching full:sizeval

1349     APSInt SizeVal;
1350 if (!EvaluateInteger(E->getArg(0), SizeVal, Info))
1363 CharUnits Size = CharUnits::fromQuantity(SizeVal.getZExtValue());