Home
last modified time | relevance | path

Searched refs:binaryOperator (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp267 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()
286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()
293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
H A DObjCAutoreleaseWriteChecker.cpp183 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp87 return binaryOperator( in simpleCondition()
105 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
H A DBugReporterVisitors.cpp529 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp387 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
406 binaryOperator(isTypeDependent(), in findDirectMutation()
515 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp149 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp990 binaryOperator; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2640 binaryOperator;