Searched refs:mi_valid (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | directives-only.c | 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()
|
H A D | files.c | 952 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 D | traditional.c | 531 pfile->mi_valid = false; in _cpp_scan_out_logical_line() 793 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
|
H A D | internal.h | 475 bool mi_valid; member
|
H A D | directives.c | 458 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 D | lex.c | 2642 pfile->mi_valid = false; in _cpp_lex_token()
|
H A D | macro.c | 1434 pfile->mi_valid = false; in enter_macro_context()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | files.cc | 990 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 D | traditional.cc | 536 pfile->mi_valid = false; in _cpp_scan_out_logical_line() 798 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
|
H A D | internal.h | 491 bool mi_valid; member
|
H A D | directives.cc | 474 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 D | lex.cc | 3447 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 D | macro.cc | 1493 pfile->mi_valid = false; in enter_macro_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 875 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 D | cppinternals.texi | 933 @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 D | cppinternals.info | 875 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 D | cppinternals.texi | 933 @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 D | ChangeLog-2001 | 16021 * cppfiles.c (stack_include_file): Update for mi_valid. 16026 (mi_valid): New. 16029 for renaming of mi_state to mi_valid.
|