Searched refs:binaryOperator (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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 | 592 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 192 is a matcher to do exactly that, conveniently named ``binaryOperator``. 197 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0)))) 402 hasCondition(binaryOperator(hasOperatorName("<"))) 409 hasCondition(binaryOperator( 446 hasCondition(binaryOperator( 494 hasCondition(binaryOperator(
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 262 const auto AsAssignmentLhs = binaryOperator( in findDirectMutation() 283 binaryOperator(hasEitherOperand( in findDirectMutation()
|
| H A D | UnsafeBufferUsage.cpp | 353 return stmt(binaryOperator(anyOf(PtrAtLeft, PtrAtRight)).bind(PointerArithmeticTag)); in matcher()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 148 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 949 binaryOperator; variable
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2492 binaryOperator;
|