Searched refs:hasRHS (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 304 hasRHS(allOf(hasPointerType(), InnerMatcher)))); in isInUnspecifiedPointerContext() 313 hasRHS(hasPointerType())), in isInUnspecifiedPointerContext() 315 hasRHS(InnerMatcher))); in isInUnspecifiedPointerContext() 708 hasRHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher() 714 hasRHS(HasIntegerType)); in matcher() 853 hasRHS(ignoringParenImpCasts( in matcher() 902 hasRHS(ignoringParenImpCasts( in matcher() 1322 hasRHS(expr().bind(OffsetTag))) in matcher() 1365 hasRHS(integerLiteral().bind(OffsetTag))) in matcher() 1367 binaryOperator(hasOperatorName("+"), hasRHS(ThePtr), in matcher()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NumberObjectConversionChecker.cpp | 269 hasRHS(SuspiciousNumberObjectExprM))); in checkASTCodeBody()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 156 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 5990 hasRHS, 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 D | Registry.cpp | 352 REGISTER_MATCHER(hasRHS); in RegistryMaps()
|