Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp268 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()
287 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()
294 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.cpp181 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp83 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition()
99 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
148 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
H A DBugReporterVisitors.cpp463 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst189 is a matcher to do exactly that, conveniently named ``binaryOperator``.
194 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0))))
399 hasCondition(binaryOperator(hasOperatorName("<"))
406 hasCondition(binaryOperator(
443 hasCondition(binaryOperator(
491 hasCondition(binaryOperator(
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp252 const auto AsAssignmentLhs = binaryOperator( in findDirectMutation()
273 binaryOperator(hasEitherOperand( in findDirectMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp148 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp932 binaryOperator; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2466 binaryOperator;