Lines Matching refs:binaryOperator
87 binaryOperator(hasLHS(IntegerExpr), hasRHS(IntegerExpr))))); in registerMatchers()
144 binaryOperator(hasEitherOperand(ArrayExpr)), in registerMatchers()
172 binaryOperator(hasOperatorName("/"), in registerMatchers()
188 binaryOperator(matchers::isRelationalOperator(), in registerMatchers()
199 binaryOperator(hasOperatorName(","))))))) in registerMatchers()
218 binaryOperator(hasOperatorName("/"), in registerMatchers()
229 Finder->addMatcher(binaryOperator(hasOperatorName("*"), in registerMatchers()
236 binaryOperator(hasOperatorName("*"), in registerMatchers()
238 ignoringParenImpCasts(binaryOperator( in registerMatchers()
255 const auto PtrDiffExpr = binaryOperator( in registerMatchers()
263 binaryOperator( in registerMatchers()
266 ignoringParenImpCasts(binaryOperator( in registerMatchers()
274 Finder->addMatcher(binaryOperator(hasOperatorName("/"), in registerMatchers()