Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1631 if (const auto *LHSRef = dyn_cast<DeclRefExpr>(LHS); in matches() local
1632 !LHSRef || !hasPointerType(*LHSRef) || in matches()
1633 !isSupportedVariable(*LHSRef)) { in matches()
1696 if (const auto *LHSRef = dyn_cast<DeclRefExpr>(LHS); in matches() local
1697 !LHSRef || !hasPointerType(*LHSRef) || in matches()
1698 !isSupportedVariable(*LHSRef)) { in matches()