Home
last modified time | relevance | path

Searched refs:_cpp_create_definition (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h658 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
H A Dpch.c841 if (!_cpp_create_definition (r, h)) in cpp_read_state()
H A Ddirectives.c635 if (_cpp_create_definition (pfile, node)) in do_define()
2488 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
H A Dmacro.c3670 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h689 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
H A Dpch.cc841 if (!_cpp_create_definition (r, h)) in cpp_read_state()
H A DChangeLog1669 (_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 Ddirectives.cc651 if (_cpp_create_definition (pfile, node)) in do_define()
2625 if (!_cpp_create_definition (pfile, h)) in cpp_pop_definition()
H A Dmacro.cc3881 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20004112 (_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 DChangeLog-20019070 * 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 DChangeLog-20021256 (_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 DChangeLog-200329664 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
H A DChangeLog-200442265 * cppmacro.c (_cpp_create_definition): Use buffer's sysp field.