Searched refs:CheckVarDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 208 void CheckVarDecl(const VarDecl *VD, const Expr *Ex, const Expr *Val, in CheckVarDecl() function in __anon2d72c4130211::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/ |
D | FindBadConstructsConsumer.h | 107 void CheckVarDecl(clang::VarDecl* decl);
|
D | FindBadConstructsConsumer.cpp | 256 CheckVarDecl(var_decl); in VisitVarDecl() 1022 void FindBadConstructsConsumer::CheckVarDecl(clang::VarDecl* var_decl) { in CheckVarDecl() function in chrome_checker::FindBadConstructsConsumer
|