Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp97 changeIntBoundNode(internal::Matcher<Decl> VarNodeMatcher) { in changeIntBoundNode() argument
101 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
104 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
108 callByRef(internal::Matcher<Decl> VarNodeMatcher) { in callByRef() argument
110 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
115 assignedToRef(internal::Matcher<Decl> VarNodeMatcher) { in assignedToRef() argument
119 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
120 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
124 getAddrTo(internal::Matcher<Decl> VarNodeMatcher) { in getAddrTo() argument
127 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()