Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp208 void CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, in CheckVarDecl() function in __anonf150ec120211::DeadStoreObs
232 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef()
299 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h109 void CheckVarDecl(clang::VarDecl* decl);
DFindBadConstructsConsumer.cpp214 CheckVarDecl(var_decl); in VisitVarDecl()
983 void FindBadConstructsConsumer::CheckVarDecl(clang::VarDecl* var_decl) { in CheckVarDecl() function in chrome_checker::FindBadConstructsConsumer