Home | History | Annotate | Download | only in Sema

Lines Matching refs:Evaluate

2063 ///  Both EvalAddr and EvalVal follow through reference variables to evaluate
2520 /// Pseudo-evaluate the given integer expression, estimating the
2529 if (E->Evaluate(result, C))
2950 !OriginalInit->Evaluate(InitValue, S.Context) ||
3126 if (E->Evaluate(result, S.Context)) {