Actually, isn't the whoe structure field the wrong way to go about it here? Don't we just want a pointer-typed expression, of whatever form it has? That will unfortunately require lots of type information, but I don't see how to do it otherewise, because any kind of variable or structure field reference can also be an integer. There isno reason why eg the structure field reference is the array.
expression *e; matches a pointer. julia _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
