Home
last modified time | relevance | path

Searched refs:preprocess_token (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc312 if (lang_hooks.preprocess_token) in scan_translation_unit()
313 filter = lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit()
325 unsigned flags = lang_hooks.preprocess_token (pfile, token, filter); in scan_translation_unit()
334 lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit()
381 unsigned flags = lang_hooks.preprocess_token in directives_only_cb()
399 if (lang_hooks.preprocess_token) in scan_translation_unit_directives_only()
400 filter = lang_hooks.preprocess_token (pfile, NULL, filter); in scan_translation_unit_directives_only()
404 lang_hooks.preprocess_token (pfile, NULL, streamer.filter); in scan_translation_unit_directives_only()
H A DChangeLog1614 (scan_translation_unit): Maybe call preprocess_token lang hook.
1617 preprocess_token lang hook.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h404 uintptr_t (*preprocess_token) (cpp_reader *, const cpp_token *, uintptr_t); member
H A DChangeLog-20204506 preprocess_options, preprocess_undef, preprocess_token hooks. Add