Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp286 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() function in __anon04b835860211::DeadStoreObs
369 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp780 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR) { in CheckDeclRef() function
H A DInterp.h251 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR);
2747 return CheckDeclRef(S, OpPC, DR); in InvalidDeclRef()