Home
last modified time | relevance | path

Searched refs:write_char (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc250 #define write_char(CHAR) \ macro
372 write_char ('E'); in write_exception_spec()
380 write_char ('E'); in write_exception_spec()
885 write_char ('W'); in mangle_module_component()
887 write_char ('P'); in mangle_module_component()
1119 write_char ('N'); in write_nested_name()
1126 write_char ('V'); in write_nested_name()
1128 write_char ('K'); in write_nested_name()
1132 write_char ('O'); in write_nested_name()
1134 write_char ('R'); in write_nested_name()
[all …]
H A DChangeLog-20042635 (write_char): Adjust accordingly.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c246 #define write_char(CHAR) \ macro
376 write_char ('E'); in write_exception_spec()
384 write_char ('E'); in write_exception_spec()
1060 write_char ('N'); in write_nested_name()
1067 write_char ('V'); in write_nested_name()
1069 write_char ('K'); in write_nested_name()
1073 write_char ('O'); in write_nested_name()
1075 write_char ('R'); in write_nested_name()
1107 write_char ('E'); in write_nested_name()
1192 write_char ('M'); in write_prefix()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmodule.cc1694 write_char (char out) in write_char() function
1759 write_char ('\n'); in write_atom()
1764 write_char (' '); in write_atom()
1769 write_char ('\''); in write_atom()
1774 write_char ('\''); in write_atom()
1775 write_char (*p++); in write_atom()
1779 write_char ('\''); in write_atom()
5986 write_char ('\n'); in write_symbol()
6335 write_char ('\n'); in write_module()
6336 write_char ('\n'); in write_module()
[all …]
H A DChangeLog-20131196 (write_char): Use gzputc.
H A DChangeLog-20074105 (write_char): Replace fputc() with putc().
4126 * module.c (write_char): Add character to the MD5 buffer.
H A DChangeLog-20103658 * module.c (write_char, gfc_dump_module, gfc_use_module): Use
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmodule.c1648 write_char (char out) in write_char() function
1713 write_char ('\n'); in write_atom()
1718 write_char (' '); in write_atom()
1723 write_char ('\''); in write_atom()
1728 write_char ('\''); in write_atom()
1729 write_char (*p++); in write_atom()
1733 write_char ('\''); in write_atom()
5775 write_char ('\n'); in write_symbol()
6124 write_char ('\n'); in write_module()
6125 write_char ('\n'); in write_module()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c1337 write_char (st_parameter_dt *dtp, int c) in write_char() function
1362 write_char (dtp, extract_int (source, length) ? 'T' : 'F'); in write_logical()
1873 write_char (dtp, '('); in write_complex()
1875 write_char (dtp, semi_comma); in write_complex()
1877 write_char (dtp, ')'); in write_complex()
1925 write_char (dtp, ' '); in list_formatted_write_scalar()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite.c1295 write_char (st_parameter_dt *dtp, int c) in write_char() function
1320 write_char (dtp, extract_int (source, length) ? 'T' : 'F'); in write_logical()
1821 write_char (dtp, '('); in write_complex()
1823 write_char (dtp, semi_comma); in write_complex()
1825 write_char (dtp, ')'); in write_complex()
1873 write_char (dtp, ' '); in list_formatted_write_scalar()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2010571 (write_char): Add support for character(kind=4) internal units that
H A DChangeLog-2005440 write_x, write_char, write_logical, write_integer, write_character,