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 1e854f6 commit 21c98d3Copy full SHA for 21c98d3
src/util/ssa_expr.h
@@ -17,7 +17,12 @@ class ssa_exprt:public symbol_exprt
17
{
18
public:
19
/// Constructor
20
- /// \param expr: Expression to be converted to SSA symbol
+ /// \param expr: Expression to be converted to SSA symbol. A valid argument
21
+ /// must be one of these:
22
+ /// - a symbol_exprt
23
+ /// - a member_exprt where the accessed struct would be a valid argument
24
+ /// - an index_exprt where the index is a constant and the array would be
25
+ /// a valid argument
26
explicit ssa_exprt(const exprt &expr);
27
28
void update_type()
0 commit comments