Home
last modified time | relevance | path

Searched refs:handle_enum (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xgate.c295 int handle_enum = 0; in md_begin() local
335 handle_enum++; in md_begin()
336 op_handles[j].opc0[handle_enum] = xgate_opcode_ptr; in md_begin()
340 handle_enum = 0; in md_begin()
347 op_handles[j].number_of_modes = handle_enum; in md_begin()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xgate.c295 int handle_enum = 0; in md_begin() local
335 handle_enum++; in md_begin()
336 op_handles[j].opc0[handle_enum] = xgate_opcode_ptr; in md_begin()
340 handle_enum = 0; in md_begin()
347 op_handles[j].number_of_modes = handle_enum; in md_begin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dread-md.c902 md_reader::handle_enum (file_location loc, bool md_p) in handle_enum() function
1146 handle_enum (loc, true); in handle_file()
1148 handle_enum (loc, false); in handle_file()
H A Dread-md.h204 void handle_enum (file_location loc, bool md_p);
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dread-md.cc902 md_reader::handle_enum (file_location loc, bool md_p) in handle_enum() function in md_reader
1159 handle_enum (loc, true); in handle_file()
1161 handle_enum (loc, false); in handle_file()
H A Dread-md.h204 void handle_enum (file_location loc, bool md_p);
H A DChangeLog-20161896 (rtx_reader::handle_enum): Rename to...
1897 (md_reader::handle_enum): ...this.
9386 (handle_enum): Convert to...
9387 (rtx_reader::handle_enum): ...member function.
9421 (rtx_reader::handle_enum): New method decl.
24951 (handle_enum): Likewise.
H A DChangeLog-201522843 (handle_enum): Take a file_location rather than a line number
25239 (handle_enum): Reflect this.
H A DChangeLog-202115155 * read-md.c (md_reader::handle_enum): support value assignation.
H A DChangeLog-201026269 (decimal_string, handle_enum, traverse_enum_types): New functions.