Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp100 changeIntBoundNode(internal::Matcher<Decl> VarNodeMatcher) { in changeIntBoundNode() argument
104 declRefExpr(to(varDecl(VarNodeMatcher)))))), in changeIntBoundNode()
107 declRefExpr(to(varDecl(VarNodeMatcher))))))); in changeIntBoundNode()
111 callByRef(internal::Matcher<Decl> VarNodeMatcher) { in callByRef() argument
113 declRefExpr(to(varDecl(VarNodeMatcher))), in callByRef()
118 assignedToRef(internal::Matcher<Decl> VarNodeMatcher) { in assignedToRef() argument
122 initListExpr(has(declRefExpr(to(varDecl(VarNodeMatcher))))), in assignedToRef()
123 declRefExpr(to(varDecl(VarNodeMatcher))))))))); in assignedToRef()
127 getAddrTo(internal::Matcher<Decl> VarNodeMatcher) { in getAddrTo() argument
130 hasUnaryOperand(declRefExpr(hasDeclaration(VarNodeMatcher)))); in getAddrTo()