typeext           724 src/cmd/cc/cc.h void	typeext(Type*, Node*);
typeext           137 src/cmd/cc/com.c 		typeext(n->type, l);
typeext           154 src/cmd/cc/com.c 		typeext(l->type, r);
typeext           173 src/cmd/cc/com.c 		typeext(l->type, r);
typeext           317 src/cmd/cc/com.c 		typeext(l->type, r);
typeext           318 src/cmd/cc/com.c 		typeext(r->type, l);
typeext           798 src/cmd/cc/com.c 		typeext(t, n);
typeext           892 src/cmd/cc/com.c 		typeext(t, r);