Lines Matching refs:boolLiteral
1882 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true))));
1900 binaryOperator(hasLHS(boolLiteral(equals(true))),
1901 hasRHS(boolLiteral(equals(false))));
1910 binaryOperator(hasEitherOperand(boolLiteral(equals(false))));
2027 unaryOperator(hasUnaryOperand(boolLiteral(equals(false))));
2070 hasCondition(boolLiteral(equals(true))),
2071 hasTrueExpression(boolLiteral(equals(false))));
2078 hasFalseExpression(boolLiteral(equals(false))));