Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGCDAntipatternChecker.cpp101 hasRHS(SemaphoreCreateM)))); in findGCDAntiPatternWithSemaphore()
143 hasRHS(DispatchGroupCreateM)))); in findGCDAntiPatternWithGroup()
H A DNumberObjectConversionChecker.cpp269 hasRHS(SuspiciousNumberObjectExprM))); in checkASTCodeBody()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp345 hasRHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()
351 hasRHS(HasIntegerType)); in matcher()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp156 hasRHS(ignoringParenImpCasts( in forLoopMatcher()
/openbsd/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst412 hasRHS(expr(hasType(isInteger())))))
450 hasRHS(expr(hasType(isInteger())))))
498 hasRHS(expr(hasType(isInteger())))))).bind("forLoop");
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5716 AST_POLYMORPHIC_MATCHER_P(hasRHS, in AST_POLYMORPHIC_MATCHER_P() argument
5734 anyOf(hasLHS(InnerMatcher), hasRHS(InnerMatcher))) in AST_POLYMORPHIC_MATCHER_P()
5754 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
5755 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp342 REGISTER_MATCHER(hasRHS); in RegistryMaps()