Searched refs:save_macros (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | pch.c | 34 static int save_macros (cpp_reader *, cpp_hashnode *, void *); 754 save_macros (cpp_reader *r, cpp_hashnode *h, void *data_p) in save_macros() function 788 cpp_forall_identifiers (r, save_macros, d); in cpp_prepare_state()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | pch.cc | 34 static int save_macros (cpp_reader *, cpp_hashnode *, void *); 754 save_macros (cpp_reader *r, cpp_hashnode *h, void *data_p) in save_macros() function 788 cpp_forall_identifiers (r, save_macros, d); in cpp_prepare_state()
|
H A D | ChangeLog | 1736 (save_macros): Adjust node type/flag handling. 1778 * pch.c (write_macdef, save_macros): Likewise. 5087 * pch.c (write_macdef, save_macros): Call user_builtin_macro callback 6631 (save_macros): Use XRESIZEVEC. Cast return value of xmemdup. 7101 (save_macros): Save macro as text not as internal structures.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2003 | 36182 (save_macros): Update for changes to struct save_macro_data. 36330 * cpplib.c (save_macros): New.
|