| 17726 | } |
| 17727 | |
| 17728 | void asCExprValue::SetConstantDW(const asCDataType &dt, asDWORD value) |
| 17729 | { |
| 17730 | Set(dt); |
| 17731 | |
| 17732 | isConstant = true; |
| 17733 | SetConstantDW(value); |
| 17734 | } |
| 17735 | |
| 17736 | void asCExprValue::SetConstantB(const asCDataType &dt, asBYTE value) |
| 17737 | { |
no test coverage detected