Home
last modified time | relevance | path

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

/freebsd-14.2/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 DGCDAntipatternChecker.cpp100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore()
142 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
H A DObjCAutoreleaseWriteChecker.cpp183 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
/freebsd-14.2/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.cpp618 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp325 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
344 binaryOperator(isTypeDependent(), in findDirectMutation()
452 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
H A DUnsafeBufferUsage.cpp253 binaryOperator( in isInUnspecifiedLvalueContext()
285 binaryOperator(hasAnyOperatorName("!=", "==", "<", "<=", ">", ">="), in isInUnspecifiedPointerContext()
291 binaryOperator(hasOperatorName("-"), in isInUnspecifiedPointerContext()
580 return stmt(binaryOperator(anyOf(PtrAtLeft, PtrAtRight)) in matcher()
670 auto PtrAssignExpr = binaryOperator(allOf(hasOperatorName("="), in matcher()
1085 binaryOperator(hasOperatorName("+="), in matcher()
1128 binaryOperator(hasOperatorName("+"), hasLHS(ThePtr), in matcher()
1131 binaryOperator(hasOperatorName("+"), hasRHS(ThePtr), in matcher()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp151 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp959 binaryOperator; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2569 binaryOperator;