Return value for first integer variable
| 167 | } |
| 168 | /// Return value for first integer variable |
| 169 | int intval(void) const { return ir[0]; } |
| 170 | /// Return assignment for integer variables |
| 171 | const Test::Int::Assignment& ints(void) const { return ir; } |
| 172 | /// Return arity |
no outgoing calls
no test coverage detected