Home
last modified time | relevance | path

Searched refs:_cpp_free_definition (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c673 _cpp_free_definition (node); in do_undef()
1679 _cpp_free_definition (hp); in do_pragma_poison()
2362 _cpp_free_definition (node); in do_unassert()
2462 _cpp_free_definition (node); in cpp_pop_definition()
H A Dinternal.h657 extern void _cpp_free_definition (cpp_hashnode *);
H A Dmacro.c3214 _cpp_free_definition (cpp_hashnode *h) in _cpp_free_definition() function
3703 _cpp_free_definition (node); in _cpp_create_definition()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc690 _cpp_free_definition (node); in do_undef()
1720 _cpp_free_definition (hp); in do_pragma_poison()
2476 _cpp_free_definition (node); in do_unassert()
2599 _cpp_free_definition (node); in cpp_pop_definition()
H A Dinternal.h688 extern void _cpp_free_definition (cpp_hashnode *);
H A Dmacro.cc3417 _cpp_free_definition (cpp_hashnode *h) in _cpp_free_definition() function
3914 _cpp_free_definition (node); in _cpp_create_definition()
H A DChangeLog1728 (_cpp_free_definition): Adjust flag clearing. Nullify
1828 (cpp_pop_definition): Use cpp_macro_p. Move _cpp_free_definition
1841 cpp_user_macro_p. Move _cpp_free_definition earlier.
5910 * macro.c (enter_macro_context, _cpp_free_definition): Handle new
7149 (undefine_macros): Inline body of _cpp_free_definition for speed.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200011253 * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
11254 (do_unassert): Free the assert with _cpp_free_definition.
11255 * cppmacro.c (_cpp_free_definition): Free memory allocated for
14120 (_cpp_free_definition): Delete the macro directly.
14984 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
20426 union hashval. _cpp_free_definition takes a HASHNODE pointer.
20427 * cpphash.c (_cpp_free_definition): Free data pointed to by
20430 _cpp_free_definition to clear out a hashnode.
23259 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
26745 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
H A DChangeLog-20019441 (_cpp_free_definition): Clear disabled flag.