We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752c047 commit 78b72d6Copy full SHA for 78b72d6
clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
@@ -773,15 +773,6 @@ class ExprEngine {
773
void finishArgumentConstruction(ExplodedNodeSet &Dst, ExplodedNode *Pred,
774
const CallEvent &Call);
775
776
- void evalLoadCommon(ExplodedNodeSet &Dst,
777
- const Expr *NodeEx, /* Eventually will be a CFGStmt */
778
- const Expr *BoundEx,
779
- ExplodedNode *Pred,
780
- ProgramStateRef St,
781
- SVal location,
782
- const ProgramPointTag *tag,
783
- QualType LoadTy);
784
-
785
void evalLocation(ExplodedNodeSet &Dst,
786
const Stmt *NodeEx, /* This will eventually be a CFGStmt */
787
const Stmt *BoundEx,
0 commit comments