istype             84 src/cmd/5g/cgen.c 		if(isslice(n->left->type) || istype(n->left->type, TSTRING))
istype            339 src/cmd/5g/cgen.c 		if(istype(nl->type, TMAP) || istype(nl->type, TCHAN)) {
istype            360 src/cmd/5g/cgen.c 		if(istype(nl->type, TSTRING) || isslice(nl->type)) {
istype            373 src/cmd/5g/cgen.c 		if(istype(nl->type, TCHAN)) {
istype            141 src/cmd/6g/cgen.c 		if(isslice(n->left->type) || istype(n->left->type, TSTRING))
istype            336 src/cmd/6g/cgen.c 		if(istype(nl->type, TMAP) || istype(nl->type, TCHAN)) {
istype            357 src/cmd/6g/cgen.c 		if(istype(nl->type, TSTRING) || isslice(nl->type)) {
istype            371 src/cmd/6g/cgen.c 		if(istype(nl->type, TCHAN)) {
istype            114 src/cmd/8g/cgen.c 		if(isslice(n->left->type) || istype(n->left->type, TSTRING))
istype            310 src/cmd/8g/cgen.c 		if(istype(nl->type, TMAP) || istype(nl->type, TCHAN)) {
istype            334 src/cmd/8g/cgen.c 		if(istype(nl->type, TSTRING) || isslice(nl->type)) {
istype            347 src/cmd/8g/cgen.c 		if(istype(nl->type, TCHAN)) {
istype           1374 src/cmd/gc/go.h int	istype(Type *t, int et);
istype            246 src/cmd/gc/racewalk.c 		if(istype(n->left->type, TMAP)) {
istype            378 src/cmd/gc/swt.c 			if(istype(n->left->type, TINTER)) {
istype            685 src/cmd/gc/swt.c 	if(!istype(sw->ntest->right->type, TINTER)) {
istype            910 src/cmd/gc/swt.c 					if(ll->n->op == OLITERAL && istype(ll->n->type, TNIL)) {
istype            934 src/cmd/gc/swt.c 				if(ll && ll->next == nil && ll->n->type != T && !istype(ll->n->type, TNIL)) {
istype           1006 src/cmd/gc/typecheck.c 		if(istype(t, TSTRING)) {
istype           1054 src/cmd/gc/typecheck.c 		if(istype(t, TSTRING)) {
istype           1356 src/cmd/gc/typecheck.c 		if(istype(t, TSTRUCT)) {
istype           1358 src/cmd/gc/typecheck.c 			if(istype(t, TFIELD))
istype           1381 src/cmd/gc/typecheck.c 			if(istype(t->type, TUINT8) && istype(args->next->n->type, TSTRING)) {
istype           2693 src/cmd/gc/walk.c 	if(istype(nsrc->type, TSTRUCT))