Home
last modified time | relevance | path

Searched refs:hasLHS (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp106 hasLHS(ignoringParenImpCasts( in changeIntBoundNode()
154 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
H A DBugReporterVisitors.cpp624 hasLHS(ignoringParenImpCasts( in potentiallyWritesIntoIvar()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp270 hasLHS(innerMatcher) in isInUnspecifiedLvalueContext()
303 eachOf(hasLHS(allOf(hasPointerType(), InnerMatcher)), in isInUnspecifiedPointerContext()
312 allOf(hasLHS(hasPointerType()), in isInUnspecifiedPointerContext()
314 eachOf(hasLHS(InnerMatcher), in isInUnspecifiedPointerContext()
709 hasLHS(HasIntegerType)); in matcher()
713 hasLHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
856 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
906 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
1318 hasLHS( in matcher()
1364 binaryOperator(hasOperatorName("+"), hasLHS(ThePtr), in matcher()
[all …]
H A DExprMutationAnalyzer.cpp337 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
465 hasLHS(equalsNode(Exp))))) in findMemberMutation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp184 hasLHS(unaryOperator( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp268 hasLHS(SuspiciousScalarExprM), in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5973 hasLHS, in AST_POLYMORPHIC_MATCHER_P() argument
6008 anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher))) in AST_POLYMORPHIC_MATCHER_P()
6029 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
6030 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp333 REGISTER_MATCHER(hasLHS); in RegistryMaps()