Searched refs:_cpp_handle_directive (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | directives-only.c | 104 _cpp_handle_directive (pfile, false /* ignore indented */); in _cpp_preprocess_dir_only()
|
H A D | internal.h | 738 extern int _cpp_handle_directive (cpp_reader *, bool);
|
H A D | init.c | 721 && _cpp_handle_directive (pfile, token->flags & PREV_WHITE)) in read_original_filename()
|
H A D | traditional.c | 771 _cpp_handle_directive (pfile, false /* indented */); in _cpp_scan_out_logical_line()
|
H A D | directives.c | 415 _cpp_handle_directive (cpp_reader *pfile, bool indented) in _cpp_handle_directive() function
|
H A D | lex.c | 2621 if (_cpp_handle_directive (pfile, result->flags & PREV_WHITE)) in _cpp_lex_token()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 771 extern int _cpp_handle_directive (cpp_reader *, bool);
|
H A D | init.cc | 756 if (_cpp_handle_directive (pfile, token->flags & PREV_WHITE)) in read_original_filename()
|
H A D | ChangeLog | 92 (_cpp_handle_directive): Likewise. 390 * directives.c (_cpp_handle_directive): Support elifdef/elifndef if 527 (_cpp_handle_directive): Do not treat ELIFDEF directives as 1376 zero for _cpp_handle_directive call. 1377 * directives.c (_cpp_handle_directive): Indented is bool. 1381 (_cpp_handle_directive): Indented is bool. 2079 * directives.c (_cpp_handle_directive): Update for renaming of 2516 (_cpp_handle_directive): Offer spelling suggestions for misspelled 5021 * directives.c (directive_diagnostics, _cpp_handle_directive): 5195 if _cpp_handle_directive returns 0. [all …]
|
H A D | traditional.cc | 776 _cpp_handle_directive (pfile, false /* indented */); in _cpp_scan_out_logical_line()
|
H A D | lex.cc | 3411 if (_cpp_handle_directive (pfile, result->flags & PREV_WHITE)) in _cpp_lex_token() 5016 _cpp_handle_directive (pfile, line_start + 1 != pos); in cpp_directive_only_process()
|
H A D | directives.cc | 423 _cpp_handle_directive (cpp_reader *pfile, bool indented) in _cpp_handle_directive() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 896 '_cpp_handle_directive' clears 'mi_valid' when processing any
|
H A D | cppinternals.texi | 957 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 896 '_cpp_handle_directive' clears 'mi_valid' when processing any
|
H A D | cppinternals.texi | 957 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 1092 * cpplib.c (_cpp_handle_directive): Buffer->inc is not null. 1313 (_cpp_handle_directive): Set line_extension flag for #number. 2724 * cpplib.c (_cpp_handle_directive): Update. 3645 (_cpp_handle_directive, run_directive): Use them. 3646 (_cpp_handle_directive): Don't -Wtraditional on indented 5169 (_cpp_handle_directive): New function, combines _cpp_check_directive 5288 _cpp_handle_directive, DSC): New. 15032 (_cpp_handle_directive, do_pragma_default): Delete. 17233 (_cpp_handle_directive): Don't process directives other than 18470 (_cpp_handle_directive): Run # <number> through the same logic [all …]
|
H A D | ChangeLog-2002 | 1091 * cpplib.c [_cpp_handle_directive]: Test is_directive field. 14588 * cpplib.c (_cpp_handle_directive): Move #define-specific 14646 * cpplib.c (_cpp_handle_directive): Do traditional 14846 Only call _cpp_handle_directive if we know we have a good 15782 (_cpp_handle_directive): Always call prepare_directive_trad 16416 (_cpp_handle_directive, run_directive): Update for traditional 25526 * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive, 26101 * cpplib.c (_cpp_handle_directive): If processing 28578 (end_directive, directive_diagnostics, _cpp_handle_directive): 28582 (_cpp_handle_directive): Issue warnings for linemarkers here, [all …]
|
H A D | ChangeLog-2001 | 10898 * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive, 10908 (_cpp_handle_directive): Update to use directive_diagnostics. 11157 (_cpp_handle_directive, do_pragma, do_pragma_dependency, 15525 * cpplib.c (_cpp_handle_directive): End the directive if it isn't 16028 (do_endif, push_conditional, _cpp_handle_directive): Update 16267 (_cpp_handle_directive): Update. 23429 * cpplib.c (_cpp_handle_directive): If -fpreprocessed, accept 30538 (_cpp_handle_directive): Suggest not using #elif with -Wtraditional. 31277 * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
|
H A D | ChangeLog-2003 | 26059 (_cpp_handle_directive): Don't set saved_flags. 32077 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
|