Lines Matching refs:Evaluate
6067 // x == x, x != x, x < x, etc. These always evaluate to a constant, and
6074 // warn when the typed comparison operator will always evaluate to the same
6476 // x == x, x != x, x < x, etc. These always evaluate to a constant, and
6551 if (rex.get()->Evaluate(Result, Context) && !Result.HasSideEffects)
8769 if (!E->Evaluate(EvalResult, Context) || !EvalResult.Val.isInt() ||