tcompat 720 src/cmd/cc/cc.h int tcompat(Node*, Type*, Type*, int32[]); tcompat 125 src/cmd/cc/com.c if(tcompat(n, l->type, n->type, tcast)) tcompat 138 src/cmd/cc/com.c if(tcompat(n, n->type, l->type, tasign)) tcompat 155 src/cmd/cc/com.c if(tlvalue(l) || tcompat(n, l->type, r->type, tasign)) tcompat 174 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tasign)) tcompat 195 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tasadd)) tcompat 222 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tmul)) tcompat 253 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 274 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 302 src/cmd/cc/com.c if(tcompat(n, l->type, types[TINT], tadd)) tcompat 319 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, trel)) tcompat 336 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, trel)) tcompat 362 src/cmd/cc/com.c if(tcompat(r, r->left->type, r->right->type, trel)) tcompat 374 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tadd)) tcompat 385 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tsub)) tcompat 399 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tmul)) tcompat 418 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 437 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 449 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 472 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tsub)) tcompat 494 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tsub)) tcompat 517 src/cmd/cc/com.c if(tcompat(n, l->type, r->type, tand)) tcompat 528 src/cmd/cc/com.c if(tcompat(n, T, l->type, tnot)) tcompat 538 src/cmd/cc/com.c if(tcompat(n, T, l->type, tnot) | tcompat 539 src/cmd/cc/com.c tcompat(n, T, r->type, tnot)) tcompat 613 src/cmd/cc/com.c if(tcompat(n, T, l->type, tfunct)) tcompat 686 src/cmd/cc/com.c if(tcompat(n, T, l->type, tdot)) tcompat 712 src/cmd/cc/com.c if(tcompat(n, T, l->type, tindir)) tcompat 791 src/cmd/cc/com.c if(tcom(n) || tcompat(n, T, n->type, targ)) tcompat 893 src/cmd/cc/com.c if(tcompat(n, t, r->type, tasign)) tcompat 228 src/cmd/cc/funct.c if(tcompat(n, T, l->type, tfunct)) tcompat 635 src/cmd/cc/pgen.c if(tcompat(n, T, n->type, tnot))