Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dcppfiles.c362 pfile->mi_valid = true;
778 if (pfile->mi_valid && inc->cmacro == NULL)
782 pfile->mi_valid = false;
Dcpphash.h375 bool mi_valid; member
Dcpplib.c386 pfile->mi_valid = false;
1506 pfile->mi_valid = true;
1537 if (pfile->mi_valid && pfile->mi_cmacro == 0)
Dcpptrad.c583 pfile->mi_valid = false;
749 pfile->mi_valid = false;
Dcppmacro.c751 pfile->mi_valid = false;
Dcpplex.c872 pfile->mi_valid = false;
DChangeLog.616021 * cppfiles.c (stack_include_file): Update for mi_valid.
16026 (mi_valid): New.
16029 for renaming of mi_state to mi_valid.
/openbsd/src/gnu/gcc/libcpp/
Dfiles.c730 pfile->mi_valid = true; in _cpp_stack_file()
1136 if (pfile->mi_valid && file->cmacro == NULL) in _cpp_pop_file_buffer()
1140 pfile->mi_valid = false; in _cpp_pop_file_buffer()
Dtraditional.c484 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
651 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
Dinternal.h369 bool mi_valid; member
Ddirectives.c416 pfile->mi_valid = false; in _cpp_handle_directive()
1749 pfile->mi_valid = true; in do_endif()
1777 if (pfile->mi_valid && pfile->mi_cmacro == 0) in push_conditional()
Dlex.c797 pfile->mi_valid = false; in _cpp_lex_token()
Dmacro.c737 pfile->mi_valid = false; in enter_macro_context()
/openbsd/src/gnu/gcc/gcc/doc/
Dcppinternals.texi932 @code{NULL}, and sets @code{mi_valid} to @code{true}. This indicates
939 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
953 @code{mi_valid} to true and stores the controlling macro in
956 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
964 Note that whilst we are inside the conditional block, @code{mi_valid} is
970 was not followed by any tokens, @code{mi_valid} is @code{true} and
988 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
Dcppinternals.info867 and sets `mi_valid' to `true'. This indicates that the preprocessor
874 `_cpp_lex_token' sets `mi_valid' to `false'. This enforces the
887 sets `mi_valid' to true and stores the controlling macro in `mi_cmacro'.
889 `_cpp_handle_directive' clears `mi_valid' when processing any
896 Note that whilst we are inside the conditional block, `mi_valid' is
902 followed by any tokens, `mi_valid' is `true' and `_cpp_pop_file_buffer'
915 `enter_macro_context' sets `mi_valid' to false, so if a macro was
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dcppinternals.texi932 @code{NULL}, and sets @code{mi_valid} to @code{true}. This indicates
939 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
953 @code{mi_valid} to true and stores the controlling macro in
956 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
964 Note that whilst we are inside the conditional block, @code{mi_valid} is
970 was not followed by any tokens, @code{mi_valid} is @code{true} and
988 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro