| 17898 | } |
| 17899 | |
| 17900 | void asCExprValue::SetNullConstant() |
| 17901 | { |
| 17902 | Set(asCDataType::CreateNullHandle()); |
| 17903 | isConstant = true; |
| 17904 | isExplicitHandle = false; |
| 17905 | qwordValue = 0; |
| 17906 | isLValue = false; |
| 17907 | } |
| 17908 | |
| 17909 | bool asCExprValue::IsNullConstant() const |
| 17910 | { |
no outgoing calls
no test coverage detected