Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h496 extern void _cpp_free_definition (cpp_hashnode *);
H A Ddirectives.c582 _cpp_free_definition (node); in do_undef()
1384 _cpp_free_definition (hp); in do_pragma_poison()
2019 _cpp_free_definition (node); in do_unassert()
H A Dmacro.c1261 _cpp_free_definition (cpp_hashnode *h) in _cpp_free_definition() function
1639 _cpp_free_definition (node); in _cpp_create_definition()
H A DChangeLog864 (undefine_macros): Inline body of _cpp_free_definition for speed.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h499 extern void _cpp_free_definition PARAMS ((cpp_hashnode *));
H A Dcpplib.c557 _cpp_free_definition (node);
1178 _cpp_free_definition (hp);
1779 _cpp_free_definition (node);
H A Dcppmacro.c1294 _cpp_free_definition (h) in _cpp_free_definition() function
1611 _cpp_free_definition (node);
H A DChangeLog.411247 * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
11248 (do_unassert): Free the assert with _cpp_free_definition.
11249 * cppmacro.c (_cpp_free_definition): Free memory allocated for
14114 (_cpp_free_definition): Delete the macro directly.
14978 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
H A DChangeLog.35160 union hashval. _cpp_free_definition takes a HASHNODE pointer.
5161 * cpphash.c (_cpp_free_definition): Free data pointed to by
5164 _cpp_free_definition to clear out a hashnode.
7993 * cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0,
11479 dump_definition): Rename to _cpp_lookup, _cpp_free_definition,
H A DChangeLog.69441 (_cpp_free_definition): Clear disabled flag.