Searched refs:binaryOperator (Results 1 – 9 of 9) sorted by relevance
268 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()287 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()294 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore()142 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
181 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
84 return binaryOperator( in simpleCondition()102 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()151 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
464 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
252 const auto AsAssignmentLhs = binaryOperator( in findDirectMutation()273 binaryOperator(hasEitherOperand( in findDirectMutation()
148 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
933 binaryOperator; variable
2478 binaryOperator;