Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp285 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 DInterp.cpp1069 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR) { in CheckDeclRef() function
H A DInterp.h299 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR);
3180 return CheckDeclRef(S, OpPC, DR); in InvalidDeclRef()