Searched refs:_cpp_create_definition (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/gcc/libcpp/ |
H A D | internal.h | 497 extern bool _cpp_create_definition (cpp_reader *, cpp_hashnode *);
|
H A D | pch.c | 670 if (!_cpp_create_definition (r, h)) in cpp_read_state()
|
H A D | ChangeLog | 328 (_cpp_create_definition): Likewise. 822 (_cpp_create_definition): Honour alloc_subobject.
|
H A D | macro.c | 1568 _cpp_create_definition (cpp_reader *pfile, cpp_hashnode *node) in _cpp_create_definition() function
|
H A D | directives.c | 554 if (_cpp_create_definition (pfile, node)) in do_define()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpphash.h | 500 extern bool _cpp_create_definition PARAMS ((cpp_reader *, cpp_hashnode *));
|
H A D | cppmacro.c | 1546 _cpp_create_definition (pfile, node) in _cpp_create_definition() function
|
H A D | cpplib.c | 531 if (_cpp_create_definition (pfile, node))
|
H A D | ChangeLog.3 | 3181 _cpp_create_definition): The list no longer has a trailing 5154 (_cpp_create_definition, _cpp_macroexpand): Remove special 5163 (_cpp_create_definition, del_HASHNODE): Just call 5689 * cpphash.c (_cpp_create_definition): Test PREV_WHITESPACE in 5898 (_cpp_create_definition): Move code here to determine what 5912 _cpp_create_definition. 6067 (_cpp_create_definition): Adjust to scan a token list. 6086 feed the token list to _cpp_create_definition. 7830 (_cpp_create_definition): Don't diddle flags here. Return 11480 _cpp_delete_macro, _cpp_install, _cpp_create_definition,
|
H A D | ChangeLog.6 | 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.
|
H A D | ChangeLog.4 | 4106 (_cpp_create_definition): Empty macros are now empty. 5080 * cppmacro.c (_cpp_create_definition): Optimize the case of 14119 _cpp_create_definition. 14123 (_cpp_create_definition): Call save_expansion. 14979 _cpp_create_definition, _cpp_dump_definition,
|
H A D | ChangeLog.7 | 2632 * cpphash.h (_cpp_create_definition): Update prototype. 2640 * cppmacro.c (_cpp_create_definition): Split into 7346 _cpp_create_definition, cpp_macro_definition): Update. 10525 _cpp_create_definition, check_trad_stringification, 11096 _cpp_create_definition, check_trad_stringification,
|
H A D | ChangeLog.5 | 3718 save_parameter, _cpp_create_definition, check_trad_stringification, 9680 (_cpp_create_definition): Use warn_of_redefinition. Flag 10448 (_cpp_create_definition): Store the node with the macro defn.
|
H A D | ChangeLog | 17802 * cppmacro.c (_cpp_create_definition): Don't attempt redefinition 18223 (_cpp_create_definition): Mark macro unused; warn if unused
|