Searched refs:not_nested (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 677 not_nested = lookup_attribute ("not_nested", func_attrs); in nds32_construct_isr_vectors_information() 790 else if (not_nested) 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 677 not_nested = lookup_attribute ("not_nested", func_attrs); in nds32_construct_isr_vectors_information() 790 else if (not_nested) in nds32_construct_isr_vectors_information()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 5790 @item not_nested 5791 @cindex @code{not_nested} function attribute, NDS32
|
H A D | gcc.info | 37444 'not_nested' 69477 * not_nested function attribute, NDS32: NDS32 Function Attributes.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | extend.texi | 5410 @item not_nested 5411 @cindex @code{not_nested} function attribute, NDS32
|
H A D | gcc.info | 34009 'not_nested' 66160 * not_nested function attribute, NDS32: NDS32 Function Attributes.
|