Home | History | Annotate | Download | only in AST

Lines Matching full:prevresult

6944     EvalResult PrevResult;
6946 process(PrevResult);
6948 if (PrevResult.Failed) return false;
6950 FinalResult.swap(PrevResult.Val);