Lines Matching refs:binaryOperator
544 expr(anyOf(binaryOperator(hasAnyOperatorName("+", "|", "&"), in matchBinOpIntegerConstantExpr()
547 binaryOperator(hasOperatorName("-"), in matchBinOpIntegerConstantExpr()
576 const auto RelationalExpr = ignoringParenImpCasts(binaryOperator( in matchRelationalIntegerConstantExpr()
841 binaryOperator( in registerMatchers()
859 binaryOperator(hasAnyOperatorName("|", "&", "||", "&&", "^"), in registerMatchers()
909 hasUnaryOperand(ignoringParenImpCasts(binaryOperator( in registerMatchers()
912 binaryOperator(hasAnyOperatorName("|", "&")), in registerMatchers()
922 binaryOperator( in registerMatchers()
926 binaryOperator(hasOperatorName("<<"), in registerMatchers()
946 binaryOperator(isComparisonOperator(), in registerMatchers()
956 binaryOperator(isComparisonOperator(), in registerMatchers()
965 binaryOperator(isComparisonOperator(), hasLHS(BinOpCstLeft), in registerMatchers()
981 binaryOperator(hasAnyOperatorName("||", "&&"), in registerMatchers()