Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/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.cpp622 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp337 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
356 binaryOperator(isTypeDependent(), in findDirectMutation()
464 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
H A DUnsafeBufferUsage.cpp268 binaryOperator( in isInUnspecifiedLvalueContext()
302 binaryOperator(hasAnyOperatorName("!=", "==", "<", "<=", ">", ">="), in isInUnspecifiedPointerContext()
308 binaryOperator(hasOperatorName("-"), in isInUnspecifiedPointerContext()
716 return stmt(binaryOperator(anyOf(PtrAtLeft, PtrAtRight)) in matcher()
851 auto PtrAssignExpr = binaryOperator( in matcher()
900 auto PtrAssignExpr = binaryOperator( in matcher()
1317 binaryOperator(hasOperatorName("+="), in matcher()
1364 binaryOperator(hasOperatorName("+"), hasLHS(ThePtr), in matcher()
1367 binaryOperator(hasOperatorName("+"), hasRHS(ThePtr), in matcher()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp151 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp959 binaryOperator; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2570 binaryOperator;