Searched refs:cerror (Results 26 - 50 of 68) sorted by relevance

123

/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dreader.c118 cerror("%p) op %d slipped through", p, p->n_op);
121 cerror("%p) FLD slipped through", p);
124 cerror("%p) type %x slipped through", p, p->n_type);
127 cerror("%p) not logop branch", p);
130 cerror("%p) label %d outside boundaries %d-%d",
135 cerror("%p) asgop %d slipped through", p, p->n_op);
138 cerror("%p) temporary %d outside boundaries %d-%d",
143 cerror("%p) label %d outside boundaries %d-%d",
166 cerror("label %d outside boundaries %d-%d",
175 cerror("interna
[all...]
H A Dmanifest.h378 void cerror(const char *s, ...);
/netbsd-current/sys/coda/
H A Dcoda_vnops.c1982 int error, cerror; local
2027 cerror = vn_lock(vp, LK_EXCLUSIVE);
2028 if (cerror) {
2033 return cerror;
2046 cerror = VOP_OPEN(vp, FREAD, cred);
2048 if (cerror) {
2051 vp, cerror);
2055 return cerror;
2081 cerror = VOP_CLOSE(vp, FREAD, cred);
2083 if (cerror !
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c117 cerror( "no hoptab for %s", opst[o] );
621 else cerror( "STASG bad" );
625 else if( r->n_op != OREG ) cerror( "STASG-r" );
629 cerror("structure size <0=0 or >65535");
748 cerror("illegal makeor2");
892 cerror( "illegal conput" );
899 cerror( "insput" );
1031 cerror( "illegal address" );
1110 cerror( "call register overwrite" );
H A Dorder.c434 if( p->op != UNARY MUL ) cerror( "bad setstr" );
526 cerror( "illegal setasop" );
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dcode.c99 cerror("unknown seg %d", seg);
350 cerror("bfcode: %d", typ);
660 cerror("va_arg: bad type %d", typ);
839 cerror("classifystruct: unknown type %x", t);
844 cerror("classifystruct: failed classify");
912 cerror("FIXME: classify");
1042 cerror("argument %d", typ);
1251 cerror("codeatyp");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal.c139 cerror("unknown type %d", p->n_type);
194 cerror("roundsp");
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinit.c257 cerror("inval: unhandled type %d", (int)t);
557 cerror("findoff on bad type %x", pstk->in_t);
665 cerror("scalinit not leaf");
976 cerror("mkstack");
995 cerror("mkstack2");
1210 cerror("no array init");
H A Dcxxcode.c241 cerror("Too long mangled name");
268 cerror("sp == sp->sdown");
818 cerror("ref to unknown struct");
H A Dinline.c145 cerror("already inlining function");
263 cerror("puto: %d != %d", crslab, pp->ip_lblnum);
505 cerror("bad inline stmt %d", ip->type);
H A Dsymtabs.c149 cerror("bitno == cix");
288 cerror("bitno == cix");
H A Dgcc_compat.c190 cerror("gcc_keyword");
350 cerror("bad variable attribute");
H A Dtrees.c414 cerror("buildtree NAME");
577 cerror( "other code %d", o );
1372 cerror( "illegal oconvert: %d", p->n_op );
1559 cerror("makety");
2279 cerror("COMOP error");
2905 cerror("TEMP type change: %x -> %x", p->n_type, t);
2938 cerror("no * in PLUS");
2973 cerror("pprop op error %d\n", o);
3071 cerror("no function");
3129 cerror("ba
[all...]
H A Dcgram.y1380 cerror("bad bdty");
1460 cerror("could not cast case value to type of switch "
1843 cerror("function level error");
1959 cerror("fixstr");
2441 cerror("eve");
2486 cerror("dainit");
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinit.c278 cerror("inval: unhandled type %d", (int)t);
578 cerror("findoff on bad type %x", pstk->in_t);
686 cerror("scalinit not leaf");
999 cerror("mkstack");
1018 cerror("mkstack2");
1263 cerror("no array init");
H A Dgcc_compat.c290 cerror("gcc_keyword");
463 cerror("bad variable attribute");
727 cerror("gcc_modefix");
833 cerror("gcc_eval_ticast error");
944 cerror("cannot TI float convert");
H A Dtrees.c476 cerror("buildtree NAME");
635 cerror( "other code %d", o );
1460 cerror( "illegal oconvert: %d", p->n_op );
1660 cerror("makety");
2351 cerror("COMOP error");
2625 cerror("NOTASSIGN!");
2801 cerror("Missing %d", ip->type);
2979 cerror("TEMP type change: %x -> %x", p->n_type, t);
3015 cerror("%p: no * in PLUS", p);
3053 cerror("ppro
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal.c66 cerror("toolarge");
498 cerror("ADDROF error");
649 cerror("SCONV ICON");
660 cerror("SCONV FCON");
791 cerror("fixnames");
797 cerror("fixnames2: %p %s", ap2, c);
808 cerror("fixnames2");
H A Dcode.c237 cerror("bfcode");
243 cerror("bfcode");
496 cerror("addreg");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal.c56 cerror("toolarge");
238 cerror("SCONV ICON");
249 cerror("SCONV FCON");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal2.c220 cerror("unknown zzzcode call: %c", c);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dcode.c52 cerror("setseg");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal.c298 cerror("ADDROF error");
525 cerror("unknown type %d", m);
659 cerror("fixnames");
665 cerror("fixnames2");
676 cerror("fixnames2");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal.c227 cerror("ADDROF error");
264 cerror("clocal");
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c431 cerror("not implemented");
1295 cerror("colormap 1");
1297 cerror("colormap 2");

Completed in 234 milliseconds

123