Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c61 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 Davr.c64 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 DChangeLog.610516 avr_handle_fndecl_attribute): New.