aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer/complexity.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/analyzer/complexity.h')
-rw-r--r--gcc/analyzer/complexity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/analyzer/complexity.h b/gcc/analyzer/complexity.h
index 459987e..85c0372 100644
--- a/gcc/analyzer/complexity.h
+++ b/gcc/analyzer/complexity.h
@@ -36,6 +36,7 @@ struct complexity
complexity (const region *reg);
complexity (const svalue *sval);
static complexity from_pair (const complexity &c1, const complexity &c);
+ static complexity from_vec_svalue (const vec<const svalue *> &vec);
/* The total number of svalues and regions in the tree of this
entity, including the entity itself. */