Searched refs:user_lazy_macro (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 684 void (*user_lazy_macro) (cpp_reader *, cpp_macro *, unsigned); member
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 725 void (*user_lazy_macro) (cpp_reader *, cpp_macro *, unsigned); member
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 3179 pfile->cb.user_lazy_macro (pfile, macro1, macro1->lazy - 1); in warn_of_redefinition() 3731 gcc_checking_assert (pfile->cb.user_lazy_macro && macro && num < UCHAR_MAX); in cpp_define_lazily() 3750 pfile->cb.user_lazy_macro (pfile, macro, macro->lazy - 1); in _cpp_notify_macro_use()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-cppbuiltin.c | 1692 cpp_get_callbacks (parse_in)->user_lazy_macro = lazy_hex_fp_value; in builtin_define_with_hex_fp_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-cppbuiltin.cc | 1818 cpp_get_callbacks (parse_in)->user_lazy_macro = lazy_hex_fp_value; in builtin_define_with_hex_fp_value()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 3942 gcc_checking_assert (pfile->cb.user_lazy_macro && macro && num < UCHAR_MAX); in cpp_define_lazily() 3975 pfile->cb.user_lazy_macro (pfile, macro, macro->lazy - 1); in get_deferred_or_lazy_macro()
|
H A D | ChangeLog | 1767 user_builtin_macro with user_lazy_macro. 1773 user_lazy_macro hook.
|