| 247 | |
| 248 | struct NotPredicate : IPredicate, ReferenceCounted<NotPredicate>, FastAllocated<NotPredicate> { |
| 249 | void addref() override { ReferenceCounted<NotPredicate>::addref(); } |
| 250 | void delref() override { ReferenceCounted<NotPredicate>::delref(); } |
| 251 | |
| 252 | TypeCode getTypeCode() const override { return TypeCode::NOT; } |
nothing calls this directly
no outgoing calls
no test coverage detected