| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | line-map.c | 89 unsigned int sysp, const char *to_file, unsigned int to_line) in linemap_add() argument 145 sysp = from->sysp; in linemap_add() 150 map->sysp = sysp; in linemap_add() 221 map = (struct line_map*) linemap_add (set, LC_RENAME, map->sysp, in linemap_line_start()
|
| H A D | files.c | 771 int sysp; in _cpp_stack_file() local 777 sysp = 0; in _cpp_stack_file() 779 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); in _cpp_stack_file() 797 buffer->sysp = sysp; in _cpp_stack_file() 804 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file() 848 pfile->buffer ? pfile->buffer->sysp : 0); in search_path_head() 909 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; in open_file_failed() local 970 make_cpp_dir (cpp_reader *pfile, const char *dir_name, int sysp) in make_cpp_dir() argument 989 dir->sysp = sysp; in make_cpp_dir() 1125 pfile->buffer->sysp = flags; in cpp_make_system_header() [all …]
|
| H A D | makedepend.c | 58 add_dir (char *name, bool sysp) in add_dir() argument 63 dir->sysp = sysp; in add_dir()
|
| H A D | internal.h | 301 unsigned char sysp; member 498 return pfile->buffer ? pfile->buffer->sysp : 0; in cpp_in_system_header()
|
| H A D | directives.c | 846 unsigned char map_sysp = map->sysp; in do_line() 901 unsigned int new_sysp = map->sysp; in do_linemarker() 951 pfile->buffer->sysp = new_sysp; in do_linemarker() 973 unsigned int sysp) in _cpp_do_file_change() argument 975 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
|
| H A D | ChangeLog | 18 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not 478 * directives.c (do_line): Save sysp early before line table is
|
| H A D | macro.c | 1606 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | line-map.h | 58 unsigned char sysp; member 125 (struct line_maps *, enum lc_reason, unsigned int sysp,
|
| H A D | cpplib.h | 502 unsigned char sysp; member
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-incpath.c | 356 p->sysp = 1 + !cxx_aware; in add_path() 358 p->sysp = 0; in add_path()
|
| H A D | c-lex.c | 240 else if (new_map->sysp == 2) in fe_file_change() 253 if (new_map->sysp == 2) in fe_file_change() 264 in_system_header = new_map->sysp != 0; in fe_file_change()
|
| H A D | c-ppoutput.c | 289 if (map->sysp == 2) in print_line() 291 else if (map->sysp == 1) in print_line()
|
| H A D | ChangeLog-2000 | 655 so that sysp is already set. 657 * cpplib.c (do_line): Set buffer->sysp directly. Generate the 658 file_change callback after setting sysp. 661 (cpp_push_buffer): Don't generate a callback. Clear sysp. 1301 (stack_include_file): Set the buffer's sysp according to the 1303 (find_include_file): Don't set sysp. 1308 (struct cpp_buffer): New member sysp. 15439 include_count; all users updated. Make include_count and sysp
|
| H A D | ChangeLog-2001 | 14272 * cppfiles.c (stack_include_file): Update; line maps now hold sysp. 14276 * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp. 14279 * cpplib.c (do_line): Update; line maps now hold sysp. 14298 * line-map.h (struct line_map): New members reason, sysp. 27171 * cppfiles.c (stack_include_file): Use MAX of sysp.
|
| H A D | ChangeLog-2004 | 42242 (struct cpp_buffer): New sysp field. 42247 (do_linemarker): Also set buffer's sysp field. 42249 * cppfiles.c (_cpp_stack_file): Set sysp from and in buffer. 42250 (search_path_head, open_file_failed): Use buffer's sysp. 42252 Also set buffer's sysp flag. 42261 (cpp_in_system_header): ... new inline function, using buffer's sysp. 42265 * cppmacro.c (_cpp_create_definition): Use buffer's sysp field.
|
| H A D | ChangeLog-1999 | 17778 (actual_directory): Set x->sysp from
|
| H A D | ChangeLog-2002 | 18868 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
|
| H A D | ChangeLog-2003 | 31165 * c-incpath.c (add_path): Fix sysp assignment.
|
| /freebsd-12.1/contrib/gcc/config/ |
| H A D | darwin-c.c | 434 p->sysp = 1 + !cxx_aware; in add_system_framework_path() 452 p->sysp = 0; in add_framework_path()
|