Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1625 if (const auto *RHSRef = dyn_cast<DeclRefExpr>(RHS); in matches() local
1626 !RHSRef || !hasPointerType(*RHSRef) || in matches()
1627 !isSupportedVariable(*RHSRef)) { in matches()
1689 if (const auto *RHSRef = dyn_cast<DeclRefExpr>(RHS); in matches() local
1690 !RHSRef || in matches()
1691 !isa<ConstantArrayType>(RHSRef->getType().getCanonicalType()) || in matches()
1692 !isSupportedVariable(*RHSRef)) { in matches()