Home
last modified time | relevance | path

Searched refs:stop_code (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind.inc153 _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 Dunwind-arm-common.inc495 _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 Dunwind.inc153 _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 Dunwind-arm-common.inc491 _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 Dadvlib.c2708 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 Ddump-parse-tree.c2049 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 Dgfortran.h2695 int stop_code; member
H A Dmatch.c3187 new_st.ext.stop_code = -1; in gfc_match_stopcode()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc2358 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 DChangeLog-2003256 * match.c (gfc_match_stopcode): Assign '0' to stop_code.
2141 * g95.h (g95_code): Add stop_code.
H A Dgfortran.h2981 int stop_code; member
H A Dmatch.cc3227 new_st.ext.stop_code = -1; in gfc_match_stopcode()
H A DChangeLog-2005774 * match.c (gfc_match_stopcode): Set stop_code = -1.
H A DChangeLog-20103804 checks that the stop_code expression is INTEGER or CHARACTER, constant,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/caf/
H A Dsingle.c270 _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 Dsingle.c270 _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 DChangeLog-2005594 * runtime/stop.c (stop_numeric): Use stop_code = -1.