| 64 | } |
| 65 | Type GetResultType() const { return GetInfo().result_type; } |
| 66 | Type GetResultType2() const { return GetInfo().result_type2; } |
| 67 | Type GetParamType1() const { return GetInfo().param_types[0]; } |
| 68 | Type GetParamType2() const { return GetInfo().param_types[1]; } |
| 69 | Type GetParamType3() const { return GetInfo().param_types[2]; } |
no outgoing calls
no test coverage detected