Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c972 avr_interrupt_function_p (tree func) in avr_interrupt_function_p() function
1029 cfun->machine->is_interrupt = avr_interrupt_function_p (decl); in avr_set_current_function()
3544 bool isr_p = (avr_interrupt_function_p (current_function_decl) in avr_find_unused_d_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc1331 avr_interrupt_function_p (tree func) in avr_interrupt_function_p() function
1401 cfun->machine->is_interrupt = avr_interrupt_function_p (decl); in avr_set_current_function()
3751 bool isr_p = (avr_interrupt_function_p (current_function_decl) in avr_find_unused_d_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225041 (interrupt_function_p): Rename to avr_interrupt_function_p.