* */
| 333 | * |
| 334 | */ |
| 335 | static unsigned int |
| 336 | ParamListProbability() |
| 337 | { |
| 338 | return rnd_upto(CGOptions::max_params()); |
| 339 | } |
| 340 | |
| 341 | static void |
| 342 | GenerateParameterListFromString(Function &currFunc, const string ¶ms_string) |
no test coverage detected