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 D | internal.h | 651 inline void _cpp_maybe_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node) in _cpp_maybe_notify_macro_use() function
|
H A D | directives.c | 1968 _cpp_maybe_notify_macro_use (pfile, node); in do_ifdef() 1997 _cpp_maybe_notify_macro_use (pfile, node); in do_ifndef()
|
H A D | expr.c | 1073 _cpp_maybe_notify_macro_use (pfile, node); in parse_defined()
|
H A D | macro.c | 1497 _cpp_maybe_notify_macro_use (pfile, node); in enter_macro_context()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 680 inline bool _cpp_maybe_notify_macro_use (cpp_reader *pfile, cpp_hashnode *node, in _cpp_maybe_notify_macro_use() function
|
H A D | directives.cc | 2010 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 D | expr.cc | 1096 if (!_cpp_maybe_notify_macro_use (pfile, node, token->src_loc)) in parse_defined()
|
H A D | ChangeLog | 700 (_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 D | macro.cc | 1556 _cpp_maybe_notify_macro_use (pfile, node, location); in enter_macro_context()
|
H A D | lex.cc | 3324 && _cpp_maybe_notify_macro_use (pfile, node, tok->src_loc) in cpp_maybe_module_directive()
|