Searched refs:DeadStoreKind (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 141 enum DeadStoreKind { Standard, Enclosing, DeadIncrement, DeadInit }; enum in __anonfa4b2eb10211::DeadStoreObs 191 void Report(const VarDecl *V, DeadStoreKind dsk, in Report() 265 DeadStoreKind dsk, in CheckVarDecl() 285 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() 350 DeadStoreKind dsk = Parents.isConsumedExpr(B) in observeStmt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6494 …cl*, clang::Expr*, clang::Expr*, (anonymous namespace)::DeadStoreObs::DeadStoreKind, clang::LiveVa… 6495 …toreObs::Report(clang::VarDecl*, (anonymous namespace)::DeadStoreObs::DeadStoreKind, clang::Source…
|