/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | unwind.inc | 153 _Unwind_Reason_Code code, stop_code; 170 stop_code = (*stop) (1, action, exc->exception_class, exc, 172 if (stop_code != _URC_NO_REASON)
|
H A D | unwind-arm-common.inc | 495 _Unwind_Reason_Code stop_code; 544 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, 546 if (stop_code != _URC_NO_REASON)
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | unwind.inc | 153 _Unwind_Reason_Code code, stop_code; 171 stop_code = (*stop) (1, action, exc->exception_class, exc, 173 if (stop_code != _URC_NO_REASON)
|
H A D | unwind-arm-common.inc | 491 _Unwind_Reason_Code stop_code; 540 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp, 542 if (stop_code != _URC_NO_REASON)
|
/netbsd-src/sys/dev/ic/ |
H A D | advlib.c | 2708 u_int8_t stop_code; in AscCleanUpBusyQueue() local 2714 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpBusyQueue() 2715 if ((stop_code & ASC_STOP_CLEAN_UP_BUSY_Q) == 0) in AscCleanUpBusyQueue() 2750 u_int8_t stop_code; in AscCleanUpDiscQueue() local 2756 stop_code = AscReadLramByte(iot, ioh, ASCV_STOP_CODE_B); in AscCleanUpDiscQueue() 2757 if ((stop_code & ASC_STOP_CLEAN_UP_DISC_Q) == 0) in AscCleanUpDiscQueue()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dump-parse-tree.c | 2049 fprintf (dumpfile, "%d", c->ext.stop_code); in show_code_node() 2063 fprintf (dumpfile, "%d", c->ext.stop_code); in show_code_node()
|
H A D | gfortran.h | 2695 int stop_code; member
|
H A D | match.c | 3187 new_st.ext.stop_code = -1; in gfc_match_stopcode()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dump-parse-tree.cc | 2358 fprintf (dumpfile, "%d", c->ext.stop_code); in show_code_node() 2372 fprintf (dumpfile, "%d", c->ext.stop_code); in show_code_node()
|
H A D | ChangeLog-2003 | 256 * match.c (gfc_match_stopcode): Assign '0' to stop_code. 2141 * g95.h (g95_code): Add stop_code.
|
H A D | gfortran.h | 2981 int stop_code; member
|
H A D | match.cc | 3227 new_st.ext.stop_code = -1; in gfc_match_stopcode()
|
H A D | ChangeLog-2005 | 774 * match.c (gfc_match_stopcode): Set stop_code = -1.
|
H A D | ChangeLog-2010 | 3804 checks that the stop_code expression is INTEGER or CHARACTER, constant,
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/ |
H A D | single.c | 270 _gfortran_caf_stop_numeric(int stop_code, bool quiet) in _gfortran_caf_stop_numeric() argument 273 fprintf (stderr, "STOP %d\n", stop_code); in _gfortran_caf_stop_numeric()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/caf/ |
H A D | single.c | 270 _gfortran_caf_stop_numeric(int stop_code, bool quiet) in _gfortran_caf_stop_numeric() argument 273 fprintf (stderr, "STOP %d\n", stop_code); in _gfortran_caf_stop_numeric()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2005 | 594 * runtime/stop.c (stop_numeric): Use stop_code = -1.
|