Home
last modified time | relevance | path

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

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