Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Ddirectives.cc34 const cpp_hashnode *mi_cmacro;/* macro name for #ifndef around entire file */ member
2092 ifs->mi_cmacro = 0; in do_else()
2190 ifs->mi_cmacro = 0; in do_elif()
2224 if (ifs->next == 0 && ifs->mi_cmacro) in do_endif()
2227 pfile->mi_cmacro = ifs->mi_cmacro; in do_endif()
2254 if (pfile->mi_valid && pfile->mi_cmacro == 0) in push_conditional()
2255 ifs->mi_cmacro = cmacro; in push_conditional()
2257 ifs->mi_cmacro = 0; in push_conditional()
Dfiles.cc991 pfile->mi_cmacro = 0; in _cpp_stack_file()
1206 pfile->mi_cmacro = 0; in cpp_retrofit_as_include()
1656 file->cmacro = pfile->mi_cmacro; in _cpp_pop_file_buffer()
Dinternal.h489 const cpp_hashnode *mi_cmacro; member
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dcppinternals.info874 '_stack_include_file' sets the controlling macro 'mi_cmacro' to 'NULL',
894 sets 'mi_valid' to true and stores the controlling macro in 'mi_cmacro'.
899 no '#else' or '#elif' for it to survive and be copied to 'mi_cmacro' by
Dcppinternals.texi932 @code{_stack_include_file} sets the controlling macro @code{mi_cmacro} to
955 @code{mi_cmacro}.
961 @code{mi_cmacro} by @code{do_endif}, we have enforced the absence of
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20005160 Rename cmacro mi_cmacro.
5252 mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,