Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp492 void reportConstPtrUse(const Expr *ex, const VarDecl *vd);
679 void TransferFunctions::reportConstPtrUse(const Expr *ex, const VarDecl *vd) { in reportConstPtrUse() function in TransferFunctions
761 reportConstPtrUse(dr, cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()