Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp103 hasUnaryOperand(ignoringParenImpCasts( in changeIntBoundNode()
130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()
162 hasUnaryOperand(declRefExpr( in forLoopMatcher()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp186 hasUnaryOperand( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp392 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
434 hasUnaryOperand(canResolveToExpr(Exp))); in findDirectMutation()
728 hasUnaryOperand(canResolveToExprPointee(Exp))), in findPointeeValueMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp381 REGISTER_MATCHER(hasUnaryOperand); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6087 AST_POLYMORPHIC_MATCHER_P(hasUnaryOperand, in AST_POLYMORPHIC_MATCHER_P() argument