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