| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | code.c | 208 uerror(__func__); in builtin_cfa() 215 uerror(__func__); in builtin_return_address() 222 uerror(__func__); in builtin_frame_address() 229 uerror(__func__); in builtin_huge_val() 235 uerror(__func__); in builtin_huge_valf() 241 uerror(__func__); in builtin_huge_vall() 247 uerror(__func__); in builtin_inf() 253 uerror(__func__); in builtin_inff() 259 uerror(__func__); in builtin_infl() 265 uerror(__func__); in builtin_nan() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | cxxcode.c | 114 uerror("new used illegally"); in cxx_new() 290 uerror("pshargs2: %lx\n", t); in pshargs() 294 uerror("pshargs: %lx\n", t); in pshargs() 318 uerror("missed mangling %d\n", type); in decoratename() 492 uerror("undeclared class in chain"); in cxxlookup() 628 uerror("cxxckproto"); in cxxckproto() 679 uerror("%s redefined", s); in cxxftnfind() 694 uerror("inside struct"); in cxxftnfind() 707 uerror("undeclared class in chain"); in cxxftnfind() 717 uerror("%s redefined", s); in cxxftnfind() [all …]
|
| H A D | cgram.y | 325 simple_decl: ')' NOMATCH { uerror("simple-declaration"); } 351 uerror("'extern' expected"); 353 uerror("unknown linkage %s", s); 458 uerror("bad class keyword"); 524 uerror("illegal parameter class"); 752 uerror("illegal declarator"); 767 uerror("illegal declarator"); 774 uerror("bad unnamed member type"); 846 uerror("designator must be non-negative"); 853 uerror("invalid designator"); [all …]
|
| H A D | pftn.c | 200 uerror("declared argument %s missing", in defid() 245 uerror("declaration doesn't match prototype"); in defid() 372 uerror("redeclaration of %s", p->sname); in defid() 387 uerror("fix XTYPE basetyp"); in defid() 604 uerror("parameter %d name missing", i); in dclargs() 639 uerror("function doesn't match prototype"); in dclargs() 710 uerror("tag %s redeclared", name); in deftag() 747 uerror("%s redeclared", name); in moedef() 771 uerror("%s redeclared", name); in enumhd() 832 uerror("enum %s undeclared", name); in enumref() [all …]
|
| H A D | scan.l | 91 uerror("__func__ outside function"); 590 uerror("empty character constant"); 619 uerror("empty wide-character constant"); 825 uerror("bad argument to #pragma");
|
| H A D | init.c | 226 uerror("constant required"); in inval() 400 uerror("array has incomplete type"); in beginit() 469 uerror("excess of initializing elements"); in stkpush() 487 uerror("too many left braces"); in stkpush() 670 uerror("excess of initializing elements"); in scalinit() 978 uerror("array indexing non-array"); in mkstack() 989 uerror("member missing"); in mkstack() 991 uerror("not a struct/union"); in mkstack() 1223 uerror("illegal initialization"); in simpleinit()
|
| H A D | trees.c | 359 uerror("lvalue required"); in buildtree() 367 uerror("lvalue is declared const"); in buildtree() 422 uerror("struct or union required"); in buildtree() 427 uerror("undefined struct or union"); in buildtree() 432 uerror("member '%s' not declared", r->n_name); in buildtree() 445 if( !ISPTR(l->n_type))uerror("illegal indirection"); in buildtree() 483 uerror("unacceptable operand of &: %d", l->n_op ); in buildtree() 517 uerror("assignment of different structures"); in buildtree() 548 uerror( "type clash in conditional" ); in buildtree() 557 uerror("illegal function"); in buildtree() [all …]
|
| H A D | gcc_compat.c | 168 uerror("%s outside function", kwp->name); in gcc_keyword() 322 uerror("bad arg to attribute"); in setaarg() 364 uerror("wrong attribute arg count"); in gcc_attribs()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | cgram.y | 357 | C_ATOMIC { uerror("_Atomic not supported"); $$ = bcon(0); } 359 uerror("_Atomic not supported"); $$ = $3; 427 uerror("bad qualifier"); 433 uerror("bad class keyword"); 485 uerror("illegal parameter class"); 597 uerror($5); 724 uerror("illegal declarator"); 739 uerror("illegal declarator"); 746 uerror("bad unnamed member type"); 811 uerror("designator must be non-negative"); [all …]
|
| H A D | pftn.c | 230 uerror("declared argument %s missing", in defid2() 276 uerror("declaration doesn't match prototype"); in defid2() 409 uerror("redeclaration of %s", p->sname); in defid2() 420 uerror("void not allowed for variables"); in defid2() 633 uerror("parameter %d name missing", i); in dclargs() 670 uerror("function doesn't match prototype"); in dclargs() 743 uerror("tag %s redeclared", name); in deftag() 780 uerror("%s redeclared", name); in moedef() 804 uerror("%s redeclared", name); in enumhd() 865 uerror("enum %s undeclared", name); in enumref() [all …]
|
| H A D | scan.l | 694 uerror("empty character constant"); 729 uerror("empty wide-character constant"); 889 uerror("too many push"); 899 uerror("stack empty"); 954 uerror("bad argument to #pragma");
|
| H A D | init.c | 244 uerror("constant required"); in inval() 421 uerror("array has incomplete type"); in beginit() 490 uerror("excess of initializing elements"); in stkpush() 508 uerror("too many left braces"); in stkpush() 691 uerror("excess of initializing elements"); in scalinit() 1001 uerror("array indexing non-array"); in mkstack() 1012 uerror("member missing"); in mkstack() 1014 uerror("not a struct/union"); in mkstack() 1238 uerror("need to handle TImode initializer "); in simpleinit() 1283 uerror("illegal initialization"); in simpleinit()
|
| H A D | trees.c | 421 uerror("lvalue required"); in buildtree() 429 uerror("lvalue is declared const"); in buildtree() 484 uerror("struct or union required"); in buildtree() 489 uerror("undefined struct or union"); in buildtree() 494 uerror("member '%s' not declared", r->n_name); in buildtree() 507 if( !ISPTR(l->n_type))uerror("illegal indirection"); in buildtree() 545 uerror("unacceptable operand of &: %d", l->n_op ); in buildtree() 575 uerror("assignment of different structures"); in buildtree() 606 uerror( "type clash in conditional" ); in buildtree() 615 uerror("illegal function"); in buildtree() [all …]
|
| H A D | gcc_compat.c | 269 uerror("%s outside function", kwp->name); in gcc_keyword() 435 uerror("bad arg to attribute"); in setaarg() 477 uerror("wrong attribute arg count"); in gcc_attribs() 711 uerror("gcc_modefix: complex not STRTY"); in gcc_modefix() 848 uerror("gcc_eval_ticast: %d", p1->n_type); in gcc_eval_ticast() 892 uerror("unsupported unary TI mode op %d", op); in gcc_eval_tiuni() 1058 uerror("unsupported TImode op %d", op); in gcc_eval_timode()
|
| H A D | builtins.c | 368 uerror("arg2 must be between 0 and 3"); in builtin_object_size() 525 uerror("bad %s arg", bt->name); in builtin_tc() 553 uerror("bad %s arg", bt->name); in builtin_ce() 555 uerror("arg not constant"); in builtin_ce() 763 uerror("%s bad argument", bt->name); in builtin_huge_valf() 784 uerror("wrong argument count to %s", bt->name); in builtin_cir() 1020 uerror("wrong argument count to %s", bt->name); in builtin_check()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| H A D | code.c | 42 uerror("FIXME: unknown section"); in setseg() 257 uerror("missing %s", __func__); in builtin_cfa() 264 uerror("missing %s", __func__); in builtin_frame_address() 271 uerror("missing %s", __func__); in builtin_return_address()
|
| /netbsd-src/sys/fs/union/ |
| H A D | union_vnops.c | 327 int uerror, lerror; in union_lookup() local 371 uerror = union_lookup1(um->um_uppervp, &upperdvp, in union_lookup() 373 if (uerror == ENOENT || uerror == EJUSTRETURN) { in union_lookup() 384 uerror = ENOENT; in union_lookup() 444 if ((uerror == EJUSTRETURN) && (cnp->cn_flags & ISLASTCN) && in union_lookup() 447 uerror = EROFS; in union_lookup() 477 if ((uerror != 0) && (lerror != 0)) { in union_lookup() 478 return (uerror); in union_lookup() 482 if (uerror != 0 /* && (lerror == 0) */ ) { in union_lookup() 494 uerror = union_mkshadow(um, upperdvp, cnp, in union_lookup() [all …]
|
| /netbsd-src/sys/fs/unionfs/ |
| H A D | unionfs_vnops.c | 115 int error , uerror, lerror; in unionfs_lookup() local 124 error = uerror = lerror = ENOENT; in unionfs_lookup() 199 uerror = VOP_LOOKUP(udvp, &uvp, cnp); in unionfs_lookup() 201 if (uerror == 0) { in unionfs_lookup() 207 UNIONFS_INTERNAL_DEBUG("unionfs_lookup: leave (%d)\n", uerror); in unionfs_lookup() 209 return (uerror); in unionfs_lookup() 214 if (uerror == ENOENT || uerror == EJUSTRETURN) in unionfs_lookup() 238 if (udvp != NULLVP && (uerror == 0 || uerror == EJUSTRETURN)) in unionfs_lookup() 262 (udvp != NULLVP ? uerror : lerror)); in unionfs_lookup() 263 return (udvp != NULLVP ? uerror : lerror); in unionfs_lookup() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/vax/ |
| H A D | code.c | 74 uerror("FIXME: unsupported segment %d", seg); in setseg() 446 uerror("bad argument to __builtin_return_address"); in builtin_return_address() 476 uerror("bad argument to __builtin_frame_address"); in builtin_frame_address() 486 uerror("missing builtin_cfa"); in builtin_cfa()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
| H A D | code.c | 279 uerror("cannot put struct in 3 regs (yet)"); in addreg() 418 uerror("bad argument to __builtin_return_address"); in builtin_return_address() 443 uerror("bad argument to __builtin_frame_address"); in builtin_frame_address() 453 uerror("missing builtin_cfa"); in builtin_cfa()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | local.c | 385 uerror("element not constant"); in ninval() 541 uerror("bad argument to __builtin_stdarg_start"); in arm_builtin_stdarg_start() 595 uerror("bad argument to __builtin_va_arg"); in arm_builtin_va_arg() 619 uerror("bad argument to __buildtin_va_copy"); in arm_builtin_va_copy() 636 uerror("thread-local storage not supported for this target"); in mypragma()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
| H A D | local.c | 458 uerror("element not constant"); in ninval() 671 uerror("bad argument to __builtin_stdarg_start"); in mips_builtin_stdarg_start() 725 uerror("bad argument to __builtin_va_arg"); in mips_builtin_va_arg() 748 uerror("bad argument to __buildtin_va_copy"); in mips_builtin_va_copy() 763 uerror("thread-local storage not supported for this target"); in mypragma()
|
| H A D | code.c | 722 uerror("missing builtin_cfa"); in builtin_cfa() 729 uerror("missing builtin_frame_address"); in builtin_frame_address() 736 uerror("missing builtin_return_address"); in builtin_return_address()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | code.c | 468 uerror("cannot put struct in 3 regs (yet)"); 632 uerror("bad argument to __builtin_return_address"); 657 uerror("bad argument to __builtin_frame_address"); 667 uerror("missing builtin_cfa");
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | local.c | 884 uerror("element not constant"); 1123 uerror("thread-local storage not supported for this target"); 1203 uerror("bad argument to __builtin_stdarg_start"); 1265 uerror("bad argument to __builtin_va_arg"); 1289 uerror("bad argument to __buildtin_va_copy"); 1319 uerror("bad argument to __builtin_return_address"); 1352 uerror("bad argument to __builtin_frame_address");
|