Lines Matching full:boolliteral
301 if (((BoolLiteral&) *test).fValue) {
698 return std::unique_ptr<Expression>(new BoolLiteral(fContext, expr.fPosition,
952 bool leftVal = ((BoolLiteral&) left).fValue;
953 bool rightVal = ((BoolLiteral&) right).fValue;
961 return std::unique_ptr<Expression>(new BoolLiteral(fContext, left.fPosition, result));
1102 if (((BoolLiteral&) *test).fValue) {
1411 return std::unique_ptr<Expression>(new BoolLiteral(fContext, base->fPosition,
1412 !((BoolLiteral&) *base).fValue));
1540 return std::unique_ptr<Expression>(new BoolLiteral(fContext, position,