Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dread-rtl-function.cc442 read_name (&directive); in parse_function()
592 read_name (&directive); in parse_insn_chain()
615 read_name (&name); in parse_block()
665 read_name (&directive); in parse_block()
691 read_name (&name); in parse_bb_idx()
938 read_name (&name); in read_rtx_operand()
965 file_location loc = read_name (&name); in read_rtx_operand_u()
979 read_name (&name); in parse_enum_value()
1042 read_name (&name); in read_rtx_operand_i_or_n()
1059 file_location loc = read_name (&name); in read_rtx_operand_r()
[all …]
Dread-md.cc383 read_name (&name); in require_word_ws()
517 md_reader::read_name (struct md_name *name) in read_name() function in md_reader
743 read_name (&name); in read_skip_construct()
865 read_name (&name); in handle_constants()
866 read_name (&value); in handle_constants()
944 read_name (&name); in handle_enum()
945 read_name (&value); in handle_enum()
952 read_name (&name); in handle_enum()
1155 read_name (&directive); in handle_file()
Dread-rtl.cc1103 read_name (&name); in read_conditions()
1239 read_name (&name); in read_mapping()
1254 read_name (&name); in read_mapping()
1260 read_name (&name); in read_mapping()
1640 read_name (&name); in read_rtx_code()
1658 file_location loc = read_name (&name); in read_rtx_code()
1693 read_name (&name); in read_rtx_code()
1707 file_location loc = read_name (&name); in read_rtx_code()
1715 read_name (&name); in read_rtx_code()
1729 read_name (&name); in read_rtx_code()
[all …]
Dread-md.h181 file_location read_name (struct md_name *name);
DChangeLog-201026522 (read_name): Don't increment read_md_lineno here.
26536 (read_name): Move to read-md.c.
26543 (leading_string_hash, leading_string_eq_p, read_name)
26547 (read_name, read_constants, traverse_md_constants): Moved from
26553 (read_name): Take an md_name instead of a buffer pointer.
26556 to read_name, using two local name buffers instead of the tmp_char
26559 to read_name, using a local name buffer instead of the tmp_char
26562 Update the calls to read_name.
26608 (add_mapping, read_name, read_constants, read_conditions)
DChangeLog-20161880 (rtx_reader::read_name): Rename to...
1881 (md_reader::read_name): ...this.
9370 (read_name): Convert to...
9371 (rtx_reader::read_name): ...member function.
9399 * read-md.h (read_name): Convert to...
9400 (rtx_reader::read_name): ...member function.
DChangeLog-201741366 (md_reader::read_name): Rename to...
41370 (md_reader::read_name): Reimplement in terms of read_name_1.
41379 (md_reader::read_name): Convert return type from void to file_location.
DChangeLog-200115629 * read-rtl.c (read_name): Consider \r whitespace.
19361 fatal_expected_char, read_name, read_string, def_hash,
DChangeLog-19995362 (read_name): Use fatal_with_file_and_line.
DChangeLog-200619870 * read-rtl.c (read_name): Terminate reading on EOF.
DChangeLog-20003185 (read_name): Do constant expansion.
DChangeLog-201515343 * read-md.c (read_name): Allow mode iterators inside angle
/netbsd/src/external/public-domain/xz/dist/src/xz/
Dmain.c59 read_name(const args_info *args) in read_name() function
278 const char *name = read_name(&args); in main()