Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anon4041c0e70211::DeadStoreObs
369 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp561 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR) { in CheckDeclRef() function
H A DInterp.h187 bool CheckDeclRef(InterpState &S, CodePtr OpPC, const DeclRefExpr *DR);
2007 return CheckDeclRef(S, OpPC, DR); in InvalidDeclRef()