Home
last modified time | relevance | path

Searched refs:_cpp_notify_macro_use (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h650 extern void _cpp_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node);
654 _cpp_notify_macro_use (pfile, node); in _cpp_maybe_notify_macro_use()
H A Dmacro.c3740 _cpp_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node) in _cpp_notify_macro_use() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h678 extern bool _cpp_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node,
684 return _cpp_notify_macro_use (pfile, node, loc); in _cpp_maybe_notify_macro_use()
H A DChangeLog699 * internal.h (_cpp_notify_macro_use): Return bool
713 (_cpp_notify_macro_use): Deal with deferred macro, return bool
888 * internal.h (_cpp_notify_macro_use): Add location parm.
900 (_cpp_notify_macro_use): Add location parameter.
1734 (_cpp_notify_macro_use): Adjust type checking.
1776 (_cpp_notify_macro_use): Adjust lazy definition code.
1835 (_cpp_notify_macro_use): Declare.
1842 (_cpp_notify_macro_use): New, broken out of multiple call sites.
H A Dmacro.cc3987 _cpp_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node, in _cpp_notify_macro_use() function