eqtype1 1072 src/cmd/gc/subr.c static int eqtype1(Type*, Type*, TypePairList*); eqtype1 1083 src/cmd/gc/subr.c return eqtype1(t1, t2, nil); eqtype1 1124 src/cmd/gc/subr.c if(t1->sym != t2->sym || t1->embedded != t2->embedded || !eqtype1(t1->type, t2->type, &l) || !eqnote(t1->note, t2->note)) eqtype1 1143 src/cmd/gc/subr.c if(ta->isddd != tb->isddd || !eqtype1(ta->type, tb->type, &l)) eqtype1 1164 src/cmd/gc/subr.c if(eqtype1(t1->down, t2->down, &l) && eqtype1(t1->type, t2->type, &l))