Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp477 auto *DREOfSize = dyn_cast<DeclRefExpr>( in isPtrBufferSafe() local
480 if (!DREOfPtr || !DREOfSize) in isPtrBufferSafe()
484 if (DREOfPtr->getDecl() != DREOfSize->getDecl()) in isPtrBufferSafe()