Searched refs:new_decl_p (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32.cc | 3084 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 D | nds32.c | 3084 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 D | avr.c | 10365 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 D | avr.cc | 10895 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 D | target.def | 3087 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 D | tm.texi | 7740 …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.
|