Searched refs:avr_progmem_p (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr-protos.h | 39 extern int avr_progmem_p (tree decl, tree attributes);
|
H A D | avr.cc | 10410 avr_progmem_p (tree decl, tree attributes) in avr_progmem_p() function 10599 && avr_progmem_p (node, *attributes)) in avr_insert_attributes() 10840 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_section_type_flags() 10906 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_encode_section_info() 10945 if (!AVR_TINY && avr_progmem_p (decl, attr) == -1) in avr_encode_section_info() 11016 bool progmem_p = avr_progmem_p (decl, DECL_ATTRIBUTES (decl)) == -1; in avr_encode_section_info() 11055 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_asm_select_section()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr-protos.h | 39 extern int avr_progmem_p (tree decl, tree attributes);
|
H A D | avr.c | 9910 avr_progmem_p (tree decl, tree attributes) in avr_progmem_p() function 10088 && avr_progmem_p (node, *attributes)) in avr_insert_attributes() 10310 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_section_type_flags() 10376 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_encode_section_info() 10415 if (!AVR_TINY && avr_progmem_p (decl, attr) == -1) in avr_encode_section_info() 10454 bool progmem_p = avr_progmem_p (decl, DECL_ATTRIBUTES (decl)) == -1; in avr_encode_section_info() 10493 && avr_progmem_p (decl, DECL_ATTRIBUTES (decl))) in avr_asm_select_section()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2011 | 2942 (avr_progmem_p): Return 2 for 24-bit flash address space. 3261 (avr_progmem_p): Test if decl is in flash. 11781 (avr_section_type_flags): Use avr_progmem_p instead of section
|
H A D | ChangeLog-2004 | 38387 * config/avr/avr.c (avr_progmem_p): Add "attributes" parameter. 38388 (avr_insert_attributes): Pass "attributes" to avr_progmem_p. 38389 * config/avr/avr-protos.h (avr_progmem_p): Change prototype.
|
H A D | ChangeLog-2000 | 1081 (avr_progmem_p): Check for error_mark_node. 10106 (avr_progmem_p): New prototype.
|