Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp193 static bool isFoundInStmt(const Stmt *S, const VarDecl *VD) { in isFoundInStmt() function
233 if (isFoundInStmt(S, VD)) { in isPossiblyEscaped()
240 if (isFoundInStmt(CB, VD)) in isPossiblyEscaped()