| /src/external/gpl3/gcc/dist/gcc/config/pa/ |
| pa.h | 581 The NARGS_PROTOTYPE field indicates that an argument does not 584 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; 596 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \ 605 set NARGS_PROTOTYPE large so we never return a PARALLEL. */ 611 (CUM).nargs_prototype = 1000 580 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| pa.h | 579 The NARGS_PROTOTYPE field indicates that an argument does not 582 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; 594 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \ 603 set NARGS_PROTOTYPE large so we never return a PARALLEL. */ 609 (CUM).nargs_prototype = 1000 578 struct hppa_args {int words, nargs_prototype, incoming, indirect; }; member in struct:hppa_args
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.h | 1490 int nargs_prototype; /* # args left in the current prototype */ 1513 set NARGS_PROTOTYPE large so we never return an EXPR_LIST. */ 1486 int nargs_prototype; \/* # args left in the current prototype *\/ member in struct:rs6000_args
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.h | 1537 int nargs_prototype; /* # args left in the current prototype */ 1560 set NARGS_PROTOTYPE large so we never return an EXPR_LIST. */ 1533 int nargs_prototype; \/* # args left in the current prototype *\/ member in struct:rs6000_args
|