Home
last modified time | relevance | path

Searched refs:mi_valid (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives-only.c121 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
129 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
156 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
171 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
187 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
214 pfile->mi_valid = false; in _cpp_preprocess_dir_only()
H A Dfiles.c952 pfile->mi_valid = true; in _cpp_stack_file()
1515 if (pfile->mi_valid && file->cmacro == NULL) in _cpp_pop_file_buffer()
1519 pfile->mi_valid = false; in _cpp_pop_file_buffer()
H A Dtraditional.c531 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
793 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
H A Dinternal.h475 bool mi_valid; member
H A Ddirectives.c458 pfile->mi_valid = false; in _cpp_handle_directive()
2112 pfile->mi_valid = true; in do_endif()
2140 if (pfile->mi_valid && pfile->mi_cmacro == 0) in push_conditional()
H A Dlex.c2642 pfile->mi_valid = false; in _cpp_lex_token()
H A Dmacro.c1434 pfile->mi_valid = false; in enter_macro_context()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc990 pfile->mi_valid = true; in _cpp_stack_file()
1205 pfile->mi_valid = true; in cpp_retrofit_as_include()
1655 if (pfile->mi_valid && file->cmacro == NULL) in _cpp_pop_file_buffer()
1659 pfile->mi_valid = false; in _cpp_pop_file_buffer()
H A Dtraditional.cc536 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
798 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
H A Dinternal.h491 bool mi_valid; member
H A Ddirectives.cc474 pfile->mi_valid = false; in _cpp_handle_directive()
2226 pfile->mi_valid = true; in do_endif()
2254 if (pfile->mi_valid && pfile->mi_cmacro == 0) in push_conditional()
H A Dlex.cc3447 pfile->mi_valid = false; in _cpp_lex_token()
5369 pfile->mi_valid = false; in cpp_directive_only_process()
5377 pfile->mi_valid = false; in cpp_directive_only_process()
H A Dmacro.cc1493 pfile->mi_valid = false; in enter_macro_context()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info875 and sets 'mi_valid' to 'true'. This indicates that the preprocessor has
881 '_cpp_lex_token' sets 'mi_valid' to 'false'. This enforces the
894 sets 'mi_valid' to true and stores the controlling macro in 'mi_cmacro'.
896 '_cpp_handle_directive' clears 'mi_valid' when processing any
903 Note that whilst we are inside the conditional block, 'mi_valid' is
909 followed by any tokens, 'mi_valid' is 'true' and '_cpp_pop_file_buffer'
922 'enter_macro_context' sets 'mi_valid' to false, so if a macro was
H A Dcppinternals.texi933 @code{NULL}, and sets @code{mi_valid} to @code{true}. This indicates
940 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
954 @code{mi_valid} to true and stores the controlling macro in
957 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
965 Note that whilst we are inside the conditional block, @code{mi_valid} is
971 was not followed by any tokens, @code{mi_valid} is @code{true} and
989 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info875 and sets 'mi_valid' to 'true'. This indicates that the preprocessor has
881 '_cpp_lex_token' sets 'mi_valid' to 'false'. This enforces the
894 sets 'mi_valid' to true and stores the controlling macro in 'mi_cmacro'.
896 '_cpp_handle_directive' clears 'mi_valid' when processing any
903 Note that whilst we are inside the conditional block, 'mi_valid' is
909 followed by any tokens, 'mi_valid' is 'true' and '_cpp_pop_file_buffer'
922 'enter_macro_context' sets 'mi_valid' to false, so if a macro was
H A Dcppinternals.texi933 @code{NULL}, and sets @code{mi_valid} to @code{true}. This indicates
940 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
954 @code{mi_valid} to true and stores the controlling macro in
957 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
965 Note that whilst we are inside the conditional block, @code{mi_valid} is
971 was not followed by any tokens, @code{mi_valid} is @code{true} and
989 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200116021 * cppfiles.c (stack_include_file): Update for mi_valid.
16026 (mi_valid): New.
16029 for renaming of mi_state to mi_valid.