nocast 454 src/cmd/5c/cgen.c if(nocast(l->type, n->type)) { nocast 455 src/cmd/5c/cgen.c if(nocast(n->type, nn->type)) { nocast 1033 src/cmd/6c/cgen.c if(nocast(l->type, n->type) && nocast(n->type, nn->type)) { nocast 1042 src/cmd/6c/cgen.c if(nocast(n->type, nn->type) || castup(n->type, nn->type)){ nocast 1028 src/cmd/8c/cgen.c if(nocast(l->type, n->type) && nocast(n->type, nn->type)) { nocast 710 src/cmd/cc/cc.h int nocast(Type*, Type*); nocast 973 src/cmd/cc/com.c if(nocast(l->type, n->type)) { nocast 39 src/cmd/cc/scon.c if(nocast(n->left->type, t))