Searched refs:CheckDeclRef (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 286 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() function in __anon4041c0e70211::DeadStoreObs 369 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Interp.cpp | 561 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR) { in CheckDeclRef() function
|
| H A D | Interp.h | 187 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR); 2007 return CheckDeclRef(S, OpPC, DR); in InvalidDeclRef()
|