Searched refs:run_directive (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | cpplib.c | 103 static void run_directive PARAMS ((cpp_reader *, int, 455 run_directive (pfile, dir_no, buf, count) in run_directive() function 1307 run_directive (pfile, T_PRAGMA, result, dest - result); 1817 run_directive (pfile, T_DEFINE, buf, count); 1826 run_directive (pfile, T_DEFINE, str, strlen (str)); 1835 run_directive (pfile, T_UNDEF, macro, strlen (macro)); 1879 run_directive (pfile, type, str, count);
|
| D | ChangeLog.6 | 419 skip_if_group, run_directive): Likewise. 8073 call run_directive directly. 10909 (run_directive): Don't toggle prevent_expansion. 11159 (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags 11578 * cpplib.c (run_directive): Clear bol. 13007 (run_directive): Update use of cpp_push_buffer. 13009 handle_assertion): Update use of run_directive. 13634 (run_directive, do_diagnostic): Update. 15088 (run_directive): Simplify. 15191 * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
|
| D | ChangeLog.4 | 1087 (run_directive): Take buffer type. cpp_push_buffer cannot fail. 3639 (_cpp_handle_directive, run_directive): Use them. 4816 * cpplib.c (run_directive): Use correct line number for output 5042 (run_directive): Set output_line for _Pragma to avoid line 5133 * cpplib.c (run_directive): Fix prototype. 5157 (skip_rest_of_line, check_eol, run_directive, glue_header_name, 5181 Use run_directive.
|
| D | ChangeLog | 9347 * cpplib.c (run_directive): Remove previous kludge to _Pragma. 15884 * cpplib.c (run_directive): Kludge so _Pragma dependency works.
|
| D | ChangeLog.7 | 1969 (_cpp_handle_directive, run_directive): Update for traditional 10522 * cpplib.c (struct directive, dequote_string, D, run_directive,
|
| D | ChangeLog.5 | 2532 * cpplib.c (run_directive): Set pfile->directive.
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | directives.c | 98 static void run_directive (cpp_reader *, int, const char *, size_t); 486 run_directive (cpp_reader *pfile, int dir_no, const char *buf, size_t count) in run_directive() function 2055 run_directive (pfile, T_DEFINE, buf, count); in cpp_define() 2066 run_directive (pfile, T_DEFINE, buf, len); in _cpp_define_builtin() 2077 run_directive (pfile, T_UNDEF, buf, len); in cpp_undef() 2114 run_directive (pfile, type, str, count); in handle_assertion()
|
| D | ChangeLog | 114 (run_directive): Remove pragma hacks. 692 (run_directive): Do not crash if pfile->buffer->prev is NULL.
|