Home
last modified time | relevance | path

Searched refs:avr_handle_progmem_attribute (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c60 static tree avr_handle_progmem_attribute PARAMS ((tree *, tree, tree, int, bool *));
4731 { "progmem", 0, 0, false, false, false, avr_handle_progmem_attribute },
4741 avr_handle_progmem_attribute (node, name, args, flags, no_add_attrs) in avr_handle_progmem_attribute() function
/openbsd-src/gnu/gcc/gcc/config/avr/
H A Davr.c63 static tree avr_handle_progmem_attribute (tree *, tree, tree, int, bool *);
4653 { "progmem", 0, 0, false, false, false, avr_handle_progmem_attribute },
4663 avr_handle_progmem_attribute (tree *node, tree name, in avr_handle_progmem_attribute() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.610515 (avr_attribute_table, avr_handle_progmem_attribute,
H A DChangeLog.75496 * config/avr/avr.c (avr_handle_progmem_attribute): Handle TYPE_DECL.