Searched refs:_cpp_create_definition (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 658 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
|
H A D | pch.c | 841 if (!_cpp_create_definition (r, h)) in cpp_read_state()
|
H A D | directives.c | 635 if (_cpp_create_definition (pfile, node)) in do_define() 2488 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
|
H A D | macro.c | 3670 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 689 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
|
H A D | pch.cc | 841 if (!_cpp_create_definition (r, h)) in cpp_read_state()
|
H A D | ChangeLog | 1669 (_cpp_create_definition): Likewise. 1733 (_cpp_create_definition): Set type to NT_USER_MACRO. 1796 (_cpp_create_definition): Adjust for API changes. 1819 (_cpp_create_definition): Don't unsave params here. 1840 (_cpp_create_definition): Use cpp_builtin_macro_p, 3616 (_cpp_create_definition): Extract canonical node from saved data. 3731 (_cpp_create_definition): Use Wbuiltin-macro-redefined for 5135 _cpp_create_definition): Call specific warning functions with 5483 (_cpp_create_definition): Initialize extra_tokens. 5608 * macro.c (_cpp_create_definition): Use CPP_DL_NOTE for message [all …]
|
H A D | directives.cc | 651 if (_cpp_create_definition (pfile, node)) in do_define() 2625 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
|
H A D | macro.cc | 3881 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 4112 (_cpp_create_definition): Empty macros are now empty. 5086 * cppmacro.c (_cpp_create_definition): Optimize the case of 14125 _cpp_create_definition. 14129 (_cpp_create_definition): Call save_expansion. 14985 _cpp_create_definition, _cpp_dump_definition, 18447 _cpp_create_definition): The list no longer has a trailing 20420 (_cpp_create_definition, _cpp_macroexpand): Remove special 20429 (_cpp_create_definition, del_HASHNODE): Just call 20955 * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in 21164 (_cpp_create_definition): Move code here to determine what [all …]
|
H A D | ChangeLog-2001 | 9070 * cppmacro.c (_cpp_create_definition): Leave comments off. 9442 (_cpp_create_definition): Upate. 9703 _cpp_create_definition): Rework memory management. 10102 _cpp_backup_tokens, _cpp_create_definition): Update. 10912 * cppmacro.c (_cpp_create_definition): Precede a leading # 10962 (_cpp_create_definition): Update. 13642 (_cpp_create_definition): Update. 14287 * cppmacro.c (_cpp_create_definition): Update. 22925 save_parameter, _cpp_create_definition, check_trad_stringification, 28887 (_cpp_create_definition): Use warn_of_redefinition. Flag [all …]
|
H A D | ChangeLog-2002 | 1256 (_cpp_create_definition): For each paramater, restore node->value. 12094 * cppmacro.c (_cpp_create_definition): Don't attempt redefinition 12515 (_cpp_create_definition): Mark macro unused; warn if unused 17079 * cpphash.h (_cpp_create_definition): Update prototype. 17087 * cppmacro.c (_cpp_create_definition): Split into 21793 _cpp_create_definition, cpp_macro_definition): Update. 24972 _cpp_create_definition, check_trad_stringification, 25543 _cpp_create_definition, check_trad_stringification,
|
H A D | ChangeLog-2003 | 29664 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
|
H A D | ChangeLog-2004 | 42265 * cppmacro.c (_cpp_create_definition): Use buffer's sysp field.
|