| 777 | } |
| 778 | |
| 779 | void AddPositiveNode(const char* pos) |
| 780 | { |
| 781 | AddFunctionCallNode(pos, "+", 1, true); |
| 782 | } |
| 783 | |
| 784 | // Function that creates unary operation node that changes sign of value |
| 785 | void AddNegateNode(const char* pos) |
no test coverage detected