Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc621 if (lang_hooks.preprocess_undef) in cb_undef()
622 lang_hooks.preprocess_undef (pfile, line, node); in cb_undef()
H A Dc-lex.cc279 if (lang_hooks.preprocess_undef) in cb_undef()
280 lang_hooks.preprocess_undef (pfile, loc, node); in cb_undef()
H A DChangeLog1539 (cb_undef): Maybe call preprocess_undef lang hook.
1552 (cb_undef): Maybe call preprocess_undef lang hook.
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h401 void (*preprocess_undef) (cpp_reader *, location_t, cpp_hashnode *); member
H A DChangeLog-20204506 preprocess_options, preprocess_undef, preprocess_token hooks. Add
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc20068 gcc_checking_assert (!lang_hooks.preprocess_undef); in module_preprocess_options()
20080 lang_hooks.preprocess_undef = module_state::undef_macro; in module_preprocess_options()