Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinternal.h680 inline bool _cpp_maybe_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node, in _cpp_maybe_notify_macro_use() function
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()
Dexpr.cc1096 if (!_cpp_maybe_notify_macro_use (pfile, node, token->src_loc)) in parse_defined()
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.
Dmacro.cc1556 _cpp_maybe_notify_macro_use (pfile, node, location); in enter_macro_context()
Dlex.cc3324 && _cpp_maybe_notify_macro_use (pfile, node, tok->src_loc) in cpp_maybe_module_directive()