Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp85 static internal::Matcher<Stmt> simpleCondition(StringRef BindName, in simpleCondition() argument
92 declRefExpr(to(varDecl(hasType(isInteger())).bind(BindName))) in simpleCondition()