Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGCDAntipatternChecker.cpp101 hasRHS(SemaphoreCreateM)))); in findGCDAntiPatternWithSemaphore()
143 hasRHS(DispatchGroupCreateM)))); in findGCDAntiPatternWithGroup()
DNumberObjectConversionChecker.cpp270 hasRHS(SuspiciousNumberObjectExprM))); in checkASTCodeBody()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DLoopUnrolling.cpp153 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5524 AST_POLYMORPHIC_MATCHER_P(hasRHS, in AST_POLYMORPHIC_MATCHER_P() argument
5542 anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher))) in AST_POLYMORPHIC_MATCHER_P()
5562 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
5563 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp332 REGISTER_MATCHER(hasRHS); in RegistryMaps()