Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp95 changeIntBoundNode(internal::Matcher<Decl> VarNodeMatcher) { in changeIntBoundNode() argument
99 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
102 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
106 callByRef(internal::Matcher<Decl> VarNodeMatcher) { in callByRef() argument
108 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
113 assignedToRef(internal::Matcher<Decl> VarNodeMatcher) { in assignedToRef() argument
117 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
118 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
122 getAddrTo(internal::Matcher<Decl> VarNodeMatcher) { in getAddrTo() argument
125 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()