Home | History | Annotate | Download | only in AST

Lines Matching refs:IntResult

5330       APSInt IntResult;
5331 if (!EvaluateInteger(SE, IntResult, Info))
5333 Val = APValue(IntResult);
7489 APSInt IntResult;
7490 return EvaluateInteger(SubExpr, IntResult, Info) &&
7491 HandleIntToFloatCast(Info, E, SubExpr->getType(), IntResult,