diff options
Diffstat (limited to 'gcc/analyzer/region.h')
-rw-r--r-- | gcc/analyzer/region.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/analyzer/region.h b/gcc/analyzer/region.h index 270e5042..0c79490 100644 --- a/gcc/analyzer/region.h +++ b/gcc/analyzer/region.h @@ -183,6 +183,7 @@ public: bool involves_p (const svalue *sval) const; region_offset get_offset (region_model_manager *mgr) const; + region_offset get_next_offset (region_model_manager *mgr) const; /* Attempt to get the size of this region as a concrete number of bytes. If successful, return true and write the size to *OUT. |