Home | History | Annotate | Download | only in AST

Lines Matching full:bres

7115     bool bres;
7116 if (!EvaluateAsBooleanCondition(E->getSubExpr(), bres, Info))
7118 return Success(!bres, E);