sametype          656 src/cmd/cc/cc.h int	sametype(Type*, Type*);
sametype          141 src/cmd/cc/com.c 		if(!sametype(n->type, l->type)) {
sametype          157 src/cmd/cc/com.c 		if(!sametype(l->type, r->type)) {
sametype          177 src/cmd/cc/com.c 		if(!sametype(l->type, r->type)) {
sametype          202 src/cmd/cc/com.c 		if(!sametype(t, n->type) && !mixedasop(t, n->type)) {
sametype          229 src/cmd/cc/com.c 		if(!sametype(t, n->type) && !mixedasop(t, n->type)) {
sametype          280 src/cmd/cc/com.c 		if(!sametype(t, n->type) && !mixedasop(t, n->type)) {
sametype          357 src/cmd/cc/com.c 		if(sametype(r->right->type, r->left->type)) {
sametype          774 src/cmd/cc/com.c 		if(t != T && !sametype(t, types[TVOID])) {
sametype          793 src/cmd/cc/com.c 	if(sametype(t, types[TVOID])) {
sametype          832 src/cmd/cc/com.c 	if(t != T && !sametype(t, n->type)) {
sametype          896 src/cmd/cc/com.c 		if(!e && !sametype(t, r->type)) {
sametype          291 src/cmd/cc/dcl.c 		if(n && n->type && sametype(n->type, t))
sametype          315 src/cmd/cc/dcl.c 	if(sametype(n->type, t))
sametype          390 src/cmd/cc/dcl.c 			if(!sametype(a->type, t)) {
sametype          416 src/cmd/cc/dcl.c 			if(!sametype(t, a->type)) {
sametype         1082 src/cmd/cc/dcl.c 		if(sametype(*p, t))
sametype         1397 src/cmd/cc/dcl.c 		if(s->class != c || !sametype(t, s->type) || t->etype == TENUM) {
sametype         1448 src/cmd/cc/dcl.c 				if(!sametype(ta, tb))
sametype          149 src/cmd/cc/dpchk.c 		if(beq(flag, l->flag) && sametype(t, l->type))
sametype          389 src/cmd/cc/dpchk.c 			if(!sametype(types[TINT], a->type) &&
sametype          390 src/cmd/cc/dpchk.c 			   !sametype(types[TUINT], a->type))
sametype          395 src/cmd/cc/dpchk.c 			if(sametype(types[TVOID], l->type)) {
sametype          412 src/cmd/cc/dpchk.c 			if(sametype(a->type, l->type)) {
sametype          491 src/cmd/cc/dpchk.c 				if(sametype(a->type, tl->type))
sametype          511 src/cmd/cc/dpchk.c 	if(!sametype(indchar, a->type)) {
sametype          324 src/cmd/cc/sub.c 				if(!sametype(t1, t2))
sametype          328 src/cmd/cc/sub.c 				if(!sametype(t1, t2))
sametype          421 src/cmd/cc/sub.c 				if(sametype(s->type, t1)) {
sametype          481 src/cmd/cc/sub.c 			if(sametype(st, t)) {
sametype          757 src/cmd/cc/sub.c 	if(!sametype(n->type, n->left->type)) {
sametype          778 src/cmd/cc/sub.c 	if(!sametype(n->type, n->right->type)) {