Searched refs:psave (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Drmem.c92 void *psave = p; local
94 p = ::xrealloc(psave, size);
96 p = realloc(psave, size);
99 { xfree(psave);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Dpe.d178 auto psave = p;
231 ? cast(_Unwind_Internal_Ptr)psave : base);
/netbsd-current/bin/csh/
H A Dglob.c94 static void psave(int);
606 psave(*lp);
649 * We do the psave job to temporarily change the current job so that the
749 psave(c | quoted);
767 psave(int c) function
777 psave(0);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexplow.c1041 emit_stack_save (enum save_level save_level, rtx *psave)
1043 rtx sa = *psave;
1075 *psave = sa = assign_stack_local (mode, GET_MODE_SIZE (mode), 0);
1077 *psave = sa = gen_reg_rtx (mode);
1034 emit_stack_save(enum save_level save_level, rtx *psave) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexplow.cc1065 emit_stack_save (enum save_level save_level, rtx *psave)
1067 rtx sa = *psave;
1099 *psave = sa = assign_stack_local (mode, GET_MODE_SIZE (mode), 0);
1101 *psave = sa = gen_reg_rtx (mode);
1058 emit_stack_save(enum save_level save_level, rtx *psave) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dlexer.c1351 const utf8_t *psave = p; local
1360 p = psave;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dinterface.c1861 gfc_interface *psave, *q, *qlast; local
1863 psave = p;
1897 if ((psave->sym->attr.function && !p->sym->attr.function
1899 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1919 p = psave;
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc1873 gfc_interface *psave, *q, *qlast; local
1875 psave = p;
1909 if ((psave->sym->attr.function && !p->sym->attr.function
1911 || (psave->sym->attr.subroutine && !p->sym->attr.subroutine))
1931 p = psave;

Completed in 136 milliseconds