Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1545 DeclUseList DREs = F->getClaimedVarUseSites(); in groupFixablesByVar() local
1547 for (const DeclRefExpr *DRE : DREs) { in groupFixablesByVar()
1706 auto DREs = getClaimedVarUseSites(); in getFixits() local
1707 const auto *VD = cast<VarDecl>(DREs.front()->getDecl()); in getFixits()
2125 DeclUseList DREs = getClaimedVarUseSites(); in getFixits() local
2127 if (DREs.size() != 1) in getFixits()
2130 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) { in getFixits()
2167 DeclUseList DREs = getClaimedVarUseSites(); in getFixits() local
2169 if (DREs.size() != 1) in getFixits()
2172 if (const VarDecl *VD = dyn_cast<VarDecl>(DREs.front()->getDecl())) { in getFixits()