Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp592 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst192 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 DExprMutationAnalyzer.cpp262 const auto AsAssignmentLhs = binaryOperator( in findDirectMutation()
283 binaryOperator(hasEitherOperand( in findDirectMutation()
H A DUnsafeBufferUsage.cpp353 return stmt(binaryOperator(anyOf(PtrAtLeft, PtrAtRight)).bind(PointerArithmeticTag)); in matcher()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp148 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp949 binaryOperator; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2492 binaryOperator;