File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ Module: Non-deterministic object init and choice for CBMC
22
22
// / ```
23
23
// / \param min_value: Minimum value (inclusive) of returned int.
24
24
// / \param max_value: Maximum value (inclusive) of returned int.
25
- // / \param name_prefix: Prefix for the fresh symbol name generated.
25
+ // / \param name_prefix: Prefix for the fresh symbol name generated (should be
26
+ // / function id)
26
27
// / \param int_type: The type of the int used to non-deterministically choose
27
28
// / one of the switch cases.
28
29
// / \param source_location: The location to mark the generated int with.
@@ -73,7 +74,7 @@ symbol_exprt generate_nondet_int(
73
74
}
74
75
75
76
// / Pick nondeterministically between imperative actions 'switch_cases'.
76
- // / \param name_prefix: Name prefix for fresh symbols
77
+ // / \param name_prefix: Name prefix for fresh symbols (should be function id)
77
78
// / \param switch_cases: List of codet objects to execute in each switch case.
78
79
// / \param int_type: The type of the int used to non-deterministically choose
79
80
// / one of the switch cases.
You can’t perform that action at this time.
0 commit comments