Home
last modified time | relevance | path

Searched refs:new_decl_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32.cc3084 nds32_encode_section_info (tree decl, rtx rtl, int new_decl_p) in nds32_encode_section_info() argument
3086 default_encode_section_info (decl, rtl, new_decl_p); in nds32_encode_section_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32.c3084 nds32_encode_section_info (tree decl, rtx rtl, int new_decl_p) in nds32_encode_section_info() argument
3086 default_encode_section_info (decl, rtl, new_decl_p); in nds32_encode_section_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c10365 avr_encode_section_info (tree decl, rtx rtl, int new_decl_p) in avr_encode_section_info() argument
10373 if (new_decl_p in avr_encode_section_info()
10397 default_encode_section_info (decl, rtl, new_decl_p); in avr_encode_section_info()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc10895 avr_encode_section_info (tree decl, rtx rtl, int new_decl_p) in avr_encode_section_info() argument
10903 if (new_decl_p in avr_encode_section_info()
10927 default_encode_section_info (decl, rtl, new_decl_p); in avr_encode_section_info()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def3087 The @var{new_decl_p} argument will be true if this is the first time\n\
3092 @var{new_decl_p} is always true when the hook is called for a constant.\n\
3105 void, (tree decl, rtx rtl, int new_decl_p),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi7740 …Target Hook} void TARGET_ENCODE_SECTION_INFO (tree @var{decl}, rtx @var{rtl}, int @var{new_decl_p})
7758 The @var{new_decl_p} argument will be true if this is the first time
7763 @var{new_decl_p} is always true when the hook is called for a constant.