Home
last modified time | relevance | path

Searched refs:fast_interrupt_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c70 static int fast_interrupt_p (tree node);
2856 return fast_interrupt_p (node); in interrupt_p()
2875 fast_interrupt_p (tree node ATTRIBUTE_UNUSED) in fast_interrupt_p() function
4170 if (fast_interrupt_p (cfun->decl)) in m32c_emit_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc71 static int fast_interrupt_p (tree node);
2860 return fast_interrupt_p (node); in interrupt_p()
2879 fast_interrupt_p (tree node ATTRIBUTE_UNUSED) in fast_interrupt_p() function
4174 if (fast_interrupt_p (cfun->decl)) in m32c_emit_epilogue()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200913477 (fast_interrupt_p): Likewise.
13483 (fast_interrupt_p): New.