Searched refs:avr_handle_fndecl_attribute (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/ |
H A D | avr.c | 61 static tree avr_handle_fndecl_attribute PARAMS ((tree *, tree, tree, int, bool *)); 4732 { "signal", 0, 0, true, false, false, avr_handle_fndecl_attribute }, 4733 { "interrupt", 0, 0, true, false, false, avr_handle_fndecl_attribute }, 4734 { "naked", 0, 0, true, false, false, avr_handle_fndecl_attribute }, 4785 avr_handle_fndecl_attribute (node, name, args, flags, no_add_attrs) in avr_handle_fndecl_attribute() function
|
/openbsd/gnu/gcc/gcc/config/avr/ |
H A D | avr.c | 64 static tree avr_handle_fndecl_attribute (tree *, tree, tree, int, bool *); 4654 { "signal", 0, 0, true, false, false, avr_handle_fndecl_attribute }, 4655 { "interrupt", 0, 0, true, false, false, avr_handle_fndecl_attribute }, 4707 avr_handle_fndecl_attribute (tree *node, tree name, in avr_handle_fndecl_attribute() function
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.6 | 10516 avr_handle_fndecl_attribute): New.
|