Searched refs:nested_ready (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32-isr.cc | 665 tree nested, not_nested, nested_ready, critical; in nds32_construct_isr_vectors_information() local 678 nested_ready = lookup_attribute ("nested_ready", func_attrs); in nds32_construct_isr_vectors_information() 792 else if (nested_ready) in nds32_construct_isr_vectors_information()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32-isr.c | 665 tree nested, not_nested, nested_ready, critical; in nds32_construct_isr_vectors_information() local 678 nested_ready = lookup_attribute ("nested_ready", func_attrs); in nds32_construct_isr_vectors_information() 792 else if (nested_ready) in nds32_construct_isr_vectors_information()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 5793 @item nested_ready 5794 @cindex @code{nested_ready} function attribute, NDS32
|
H A D | gcc.info | 37446 'nested_ready' 69418 * nested_ready function attribute, NDS32: NDS32 Function Attributes.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 5413 @item nested_ready 5414 @cindex @code{nested_ready} function attribute, NDS32
|
H A D | gcc.info | 34011 'nested_ready' 66101 * nested_ready function attribute, NDS32: NDS32 Function Attributes.
|