| 129 | } |
| 130 | |
| 131 | bool CheckNullPointerImpl::isPointerDeRef(const Token *tok, bool &unknown) const |
| 132 | { |
| 133 | return isPointerDeRef(tok, unknown, mSettings); |
| 134 | } |
| 135 | |
| 136 | bool CheckNullPointerImpl::isPointerDeRef(const Token *tok, bool &unknown, const Settings &settings, bool checkNullArg) |
| 137 | { |
nothing calls this directly
no test coverage detected