Home
last modified time | relevance | path

Searched refs:hasRHS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp269 hasRHS(SuspiciousNumberObjectExprM))); in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp156 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6036 hasRHS, in AST_POLYMORPHIC_MATCHER_P() argument
6054 anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher))) in AST_POLYMORPHIC_MATCHER_P()
6075 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
6076 allOf(hasRHS(Matcher1), hasLHS(Matcher2)))) in AST_POLYMORPHIC_MATCHER_P2()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp767 hasRHS(canResolveToExprPointee(Exp))); in findPointeeToNonConst()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp355 REGISTER_MATCHER(hasRHS); in RegistryMaps()