Searched refs:mi_valid (Results 1 – 9 of 9) sorted by relevance
121 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()
800 pfile->mi_valid = true; in _cpp_stack_file()1222 if (pfile->mi_valid && file->cmacro == NULL) in _cpp_pop_file_buffer()1226 pfile->mi_valid = false; in _cpp_pop_file_buffer()
484 pfile->mi_valid = false; in _cpp_scan_out_logical_line()651 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
378 bool mi_valid; member
416 pfile->mi_valid = false; in _cpp_handle_directive()1771 pfile->mi_valid = true; in do_endif()1799 if (pfile->mi_valid && pfile->mi_cmacro == 0) in push_conditional()
819 pfile->mi_valid = false; in _cpp_lex_token()
754 pfile->mi_valid = false; in enter_macro_context()
932 @code{NULL}, and sets @code{mi_valid} to @code{true}. This indicates939 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This953 @code{mi_valid} to true and stores the controlling macro in956 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any964 Note that whilst we are inside the conditional block, @code{mi_valid} is970 was not followed by any tokens, @code{mi_valid} is @code{true} and988 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
16021 * cppfiles.c (stack_include_file): Update for mi_valid.16026 (mi_valid): New.16029 for renaming of mi_state to mi_valid.