Searched refs:binaryOperator (Results 1 – 8 of 8) sorted by relevance
267 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
183 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
87 return binaryOperator( in simpleCondition()105 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
529 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
387 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()406 binaryOperator(isTypeDependent(), in findDirectMutation()515 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
149 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
990 binaryOperator; variable
2640 binaryOperator;