Searched refs:_cpp_handle_directive (Results 1 – 20 of 20) sorted by relevance
/openbsd/gnu/gcc/libcpp/ |
H A D | internal.h | 553 extern int _cpp_handle_directive (cpp_reader *, int);
|
H A D | init.c | 515 _cpp_handle_directive (pfile, token->flags & PREV_WHITE); in read_original_filename()
|
H A D | traditional.c | 629 _cpp_handle_directive (pfile, false /* indented */); in _cpp_scan_out_logical_line()
|
H A D | ChangeLog | 131 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return 863 (_cpp_handle_directive): Reenable macro expander if appropriate.
|
H A D | lex.c | 776 if (_cpp_handle_directive (pfile, result->flags & PREV_WHITE)) in _cpp_lex_token()
|
H A D | directives.c | 373 _cpp_handle_directive (cpp_reader *pfile, int indented) in _cpp_handle_directive() function
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cpphash.h | 550 extern int _cpp_handle_directive PARAMS ((cpp_reader *, int));
|
H A D | cpptrad.c | 726 _cpp_handle_directive (pfile, false /* indented */);
|
H A D | cppinit.c | 1053 _cpp_handle_directive (pfile, token->flags & PREV_WHITE);
|
H A D | cpplib.c | 345 _cpp_handle_directive (pfile, indented) in _cpp_handle_directive() function
|
H A D | cpplex.c | 859 && _cpp_handle_directive (pfile, result->flags & PREV_WHITE))
|
H A D | ChangeLog.4 | 1086 * cpplib.c (_cpp_handle_directive): Buffer->inc is not null. 1307 (_cpp_handle_directive): Set line_extension flag for #number. 2718 * cpplib.c (_cpp_handle_directive): Update. 3639 (_cpp_handle_directive, run_directive): Use them. 3640 (_cpp_handle_directive): Don't -Wtraditional on indented 5163 (_cpp_handle_directive): New function, combines _cpp_check_directive 5282 _cpp_handle_directive, DSC): New. 15026 (_cpp_handle_directive, do_pragma_default): Delete.
|
H A D | ChangeLog.3 | 1967 (_cpp_handle_directive): Don't process directives other than 3204 (_cpp_handle_directive): Run # <number> through the same logic 7863 (_cpp_handle_directive): Use _cpp_get_directive_token. Issue 8243 * cpplib.c (_cpp_handle_directive): Improve warnings for 8293 (_cpp_handle_directive): Decide if the # was at the beginning 10882 (_cpp_handle_directive, consider_directive_while_skipping): 10942 (_cpp_handle_directive): Rename from handle_directive. 10961 _cpp_handle_directive, _cpp_handle_eof,
|
H A D | ChangeLog.7 | 141 * cpplib.c (_cpp_handle_directive): Move #define-specific 199 * cpplib.c (_cpp_handle_directive): Do traditional 399 Only call _cpp_handle_directive if we know we have a good 1335 (_cpp_handle_directive): Always call prepare_directive_trad 1969 (_cpp_handle_directive, run_directive): Update for traditional 11079 * cpplib.c (check_eol, directive_diagnostics, _cpp_handle_directive, 11654 * cpplib.c (_cpp_handle_directive): If processing 14131 (end_directive, directive_diagnostics, _cpp_handle_directive): 14135 (_cpp_handle_directive): Issue warnings for linemarkers here, 15525 * cpplib.c (_cpp_handle_directive): Save and restore state
|
H A D | ChangeLog.6 | 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.
|
H A D | ChangeLog.5 | 4222 * cpplib.c (_cpp_handle_directive): If -fpreprocessed, accept 11331 (_cpp_handle_directive): Suggest not using #elif with -Wtraditional. 12070 * cpplib.c (_cpp_handle_directive): Use buffer->was_skipping,
|
H A D | ChangeLog | 6551 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 956 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | cppinternals.info | 889 `_cpp_handle_directive' clears `mi_valid' when processing any
|
H A D | cppinternals.texi | 956 @code{_cpp_handle_directive} clears @code{mi_valid} when processing any
|