Home
last modified time | relevance | path

Searched refs:nested_str (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc66 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_interrupt_attribute_parse_string() local
91 nested_str = strstr (target_str, "nested"); in nds32_interrupt_attribute_parse_string()
104 else if (nested_str) in nds32_interrupt_attribute_parse_string()
157 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_exception_attribute_parse_string() local
182 nested_str = strstr (target_str, "nested"); in nds32_exception_attribute_parse_string()
195 else if (nested_str) in nds32_exception_attribute_parse_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c66 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_interrupt_attribute_parse_string() local
91 nested_str = strstr (target_str, "nested"); in nds32_interrupt_attribute_parse_string()
104 else if (nested_str) in nds32_interrupt_attribute_parse_string()
157 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_exception_attribute_parse_string() local
182 nested_str = strstr (target_str, "nested"); in nds32_exception_attribute_parse_string()
195 else if (nested_str) in nds32_exception_attribute_parse_string()