Home
last modified time | relevance | path

Searched refs:nested_type (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.c101 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
103 nested_type = NDS32_NESTED_READY; in nds32_interrupt_attribute_parse_string()
105 nested_type = NDS32_NESTED; in nds32_interrupt_attribute_parse_string()
107 nested_type = NDS32_CRITICAL; in nds32_interrupt_attribute_parse_string()
109 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
137 nds32_isr_vectors[i].nested_type = nested_type; in nds32_interrupt_attribute_parse_string()
192 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
196 nested_type = NDS32_NESTED; in nds32_exception_attribute_parse_string()
198 nested_type = NDS32_CRITICAL; in nds32_exception_attribute_parse_string()
200 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
[all …]
H A Dnds32-isr.cc101 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
103 nested_type = NDS32_NESTED_READY; in nds32_interrupt_attribute_parse_string()
105 nested_type = NDS32_NESTED; in nds32_interrupt_attribute_parse_string()
107 nested_type = NDS32_CRITICAL; in nds32_interrupt_attribute_parse_string()
109 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
137 nds32_isr_vectors[i].nested_type = nested_type; in nds32_interrupt_attribute_parse_string()
192 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
196 nested_type = NDS32_NESTED; in nds32_exception_attribute_parse_string()
198 nested_type = NDS32_CRITICAL; in nds32_exception_attribute_parse_string()
200 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
[all …]
H A Dnds32.h397 enum nds32_isr_nested_type nested_type; member
/netbsd/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c101 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
103 nested_type = NDS32_NESTED_READY; in nds32_interrupt_attribute_parse_string()
105 nested_type = NDS32_NESTED; in nds32_interrupt_attribute_parse_string()
107 nested_type = NDS32_CRITICAL; in nds32_interrupt_attribute_parse_string()
109 nested_type = NDS32_NOT_NESTED; in nds32_interrupt_attribute_parse_string()
137 nds32_isr_vectors[i].nested_type = nested_type; in nds32_interrupt_attribute_parse_string()
192 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
196 nested_type = NDS32_NESTED; in nds32_exception_attribute_parse_string()
198 nested_type = NDS32_CRITICAL; in nds32_exception_attribute_parse_string()
200 nested_type = NDS32_NOT_NESTED; in nds32_exception_attribute_parse_string()
[all …]
H A Dnds32.h397 enum nds32_isr_nested_type nested_type; member
/netbsd/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-cplus-types.c520 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_typedef()
521 return scope.nested_type (); in compile_cplus_convert_typedef()
815 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_struct_or_union()
819 return scope.nested_type (); in compile_cplus_convert_struct_or_union()
918 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_enum()
922 return scope.nested_type (); in compile_cplus_convert_enum()
H A Dcompile-cplus.h79 gcc_type nested_type () in nested_type() function
H A Dcompile-cplus-symbols.c194 if (scope.nested_type () != GCC_TYPE_NONE) in convert_one_symbol()
/netbsd/external/gpl3/gdb.old/dist/gdb/compile/
H A Dcompile-cplus-types.c520 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_typedef()
521 return scope.nested_type (); in compile_cplus_convert_typedef()
815 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_struct_or_union()
819 return scope.nested_type (); in compile_cplus_convert_struct_or_union()
918 if (scope.nested_type () != GCC_TYPE_NONE) in compile_cplus_convert_enum()
922 return scope.nested_type (); in compile_cplus_convert_enum()
H A Dcompile-cplus.h79 gcc_type nested_type () in nested_type() function
H A Dcompile-cplus-symbols.c194 if (scope.nested_type () != GCC_TYPE_NONE) in convert_one_symbol()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19963908 (nested_type): Likewise.
3957 (nested_type): Likewise.
H A DChangeLog-19943597 scoped_typename. Added nonterminals nested_type,