| 395 | } |
| 396 | |
| 397 | BOOLEAN countedref_CheckInit(leftv res, leftv arg) |
| 398 | { |
| 399 | if (arg->Data() != NULL) return FALSE; |
| 400 | res->rtyp = NONE; |
| 401 | WerrorS("Noninitialized access"); |
| 402 | return TRUE; |
| 403 | } |
| 404 | |
| 405 | /// blackbox support - unary operations |
| 406 | BOOLEAN countedref_Op1(int op, leftv res, leftv head) |
no test coverage detected