Searched refs:binaryOperator (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 267 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody() 286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody() 293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
|
| H A D | GCDAntipatternChecker.cpp | 100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore() 142 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 183 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 87 return binaryOperator( in simpleCondition() 105 binaryOperator(isAssignmentOperator(), in changeIntBoundNode() 154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
|
| H A D | BugReporterVisitors.cpp | 618 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 325 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation() 344 binaryOperator(isTypeDependent(), in findDirectMutation() 452 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
|
| H A D | UnsafeBufferUsage.cpp | 253 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 D | Registry.cpp | 151 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 959 binaryOperator; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2569 binaryOperator;
|