Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c981 avr_signal_function_p (tree func) in avr_signal_function_p() function
1028 cfun->machine->is_signal = avr_signal_function_p (decl); in avr_set_current_function()
3545 || avr_signal_function_p (current_function_decl)); in avr_find_unused_d_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc1340 avr_signal_function_p (tree func) in avr_signal_function_p() function
1400 cfun->machine->is_signal = avr_signal_function_p (decl); in avr_set_current_function()
3752 || avr_signal_function_p (current_function_decl)); in avr_find_unused_d_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201225040 (signal_function_p): Rename to avr_signal_function_p.