Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c9947 avr_decl_absdata_p (tree decl, tree attributes) in avr_decl_absdata_p() function
10462 if (avr_decl_absdata_p (decl, DECL_ATTRIBUTES (decl)) in avr_encode_section_info()
10476 && avr_decl_absdata_p (decl, DECL_ATTRIBUTES (decl))) in avr_encode_section_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc10447 avr_decl_absdata_p (tree decl, tree attributes) in avr_decl_absdata_p() function
11024 if (avr_decl_absdata_p (decl, DECL_ATTRIBUTES (decl)) in avr_encode_section_info()
11038 && avr_decl_absdata_p (decl, DECL_ATTRIBUTES (decl))) in avr_encode_section_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20168602 (avr_decl_absdata_p): New static function.