Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp269 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()
288 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()
295 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp103 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore()
145 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
H A DObjCAutoreleaseWriteChecker.cpp163 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp84 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition()
100 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
149 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
H A DBugReporterVisitors.cpp455 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp197 binaryOperator(isAssignmentOperator(), hasLHS(equalsNode(Exp))); in findDirectMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp140 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp735 binaryOperator; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2188 binaryOperator;