Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h651 inline void _cpp_maybe_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node) in _cpp_maybe_notify_macro_use() function
H A Ddirectives.c1968 _cpp_maybe_notify_macro_use (pfile, node); in do_ifdef()
1997 _cpp_maybe_notify_macro_use (pfile, node); in do_ifndef()
H A Dexpr.c1073 _cpp_maybe_notify_macro_use (pfile, node); in parse_defined()
H A Dmacro.c1497 _cpp_maybe_notify_macro_use (pfile, node); in enter_macro_context()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h680 inline bool _cpp_maybe_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node, in _cpp_maybe_notify_macro_use() function
H A Ddirectives.cc2010 if (!_cpp_maybe_notify_macro_use (pfile, node, pfile->directive_line)) in do_ifdef()
2037 if (!_cpp_maybe_notify_macro_use (pfile, node, pfile->directive_line)) in do_ifndef()
2157 if (!_cpp_maybe_notify_macro_use (pfile, node, in do_elif()
H A Dexpr.cc1096 if (!_cpp_maybe_notify_macro_use (pfile, node, token->src_loc)) in parse_defined()
H A DChangeLog700 (_cpp_maybe_notify_macro_use): Likewise.
889 (_cpp_maybe_notify_macro_use): Likewise.
892 (do_ifdef): Pass location to _cpp_maybe_notify_macro_use.
895 _cpp_maybe_notify_macro_use.
1771 * macro.c (enter_macro_context) Use _cpp_maybe_notify_macro_use.
1827 (do_ifdef, do_ifndef): Likewise. Use _cpp_maybe_notify_macro_use.
1830 * expr.c (parse_defined): Use _cpp_maybe_notify_macro_use &
1836 (_cpp_maybe_notify_macro_use): New inline.
H A Dmacro.cc1556 _cpp_maybe_notify_macro_use (pfile, node, location); in enter_macro_context()
H A Dlex.cc3324 && _cpp_maybe_notify_macro_use (pfile, node, tok->src_loc) in cpp_maybe_module_directive()