aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/checker-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/analyzer/checker-path.h')
-rw-r--r--gcc/analyzer/checker-path.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/analyzer/checker-path.h b/gcc/analyzer/checker-path.h
index 162ebb3..1aa56d2 100644
--- a/gcc/analyzer/checker-path.h
+++ b/gcc/analyzer/checker-path.h
@@ -63,6 +63,10 @@ public:
return m_events[idx];
}
+ bool
+ same_function_p (int event_idx_a,
+ int event_idx_b) const final override;
+
void dump (pretty_printer *pp) const;
void debug () const;