Searched refs:mi_valid (Results 1 – 16 of 16) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cppfiles.c | 362 pfile->mi_valid = true; 778 if (pfile->mi_valid && inc->cmacro == NULL) 782 pfile->mi_valid = false;
|
| D | cpphash.h | 375 bool mi_valid; member
|
| D | cpplib.c | 386 pfile->mi_valid = false; 1506 pfile->mi_valid = true; 1537 if (pfile->mi_valid && pfile->mi_cmacro == 0)
|
| D | cpptrad.c | 583 pfile->mi_valid = false; 749 pfile->mi_valid = false;
|
| D | cppmacro.c | 751 pfile->mi_valid = false;
|
| D | cpplex.c | 872 pfile->mi_valid = false;
|
| D | ChangeLog.6 | 16021 * 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/ |
| D | files.c | 730 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()
|
| D | traditional.c | 484 pfile->mi_valid = false; in _cpp_scan_out_logical_line() 651 pfile->mi_valid = false; in _cpp_scan_out_logical_line()
|
| D | internal.h | 369 bool mi_valid; member
|
| D | directives.c | 416 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()
|
| D | lex.c | 797 pfile->mi_valid = false; in _cpp_lex_token()
|
| D | macro.c | 737 pfile->mi_valid = false; in enter_macro_context()
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | cppinternals.texi | 932 @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
|
| D | cppinternals.info | 867 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/ |
| D | cppinternals.texi | 932 @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
|