type_SetPtr
static type_t *type_SetPtr(type_t *, stt_t);
$$ = type_SetPtr(type_Construct(), ($2)->ds_stt);
$$ = type_SetPtr(type_Construct(), TQ_NONE);
type_SetPtr(tp, ($2)->ds_stt);
type_SetPtr(tp, TQ_NONE);