Home
last modified time | relevance | path

Searched refs:sysp (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dline-map.c89 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 Dfiles.c771 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 Dmakedepend.c58 add_dir (char *name, bool sysp) in add_dir() argument
63 dir->sysp = sysp; in add_dir()
H A Dinternal.h301 unsigned char sysp; member
498 return pfile->buffer ? pfile->buffer->sysp : 0; in cpp_in_system_header()
H A Ddirectives.c846 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 DChangeLog18 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not
478 * directives.c (do_line): Save sysp early before line table is
H A Dmacro.c1606 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dline-map.h58 unsigned char sysp; member
125 (struct line_maps *, enum lc_reason, unsigned int sysp,
H A Dcpplib.h502 unsigned char sysp; member
/freebsd-12.1/contrib/gcc/
H A Dc-incpath.c356 p->sysp = 1 + !cxx_aware; in add_path()
358 p->sysp = 0; in add_path()
H A Dc-lex.c240 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 Dc-ppoutput.c289 if (map->sysp == 2) in print_line()
291 else if (map->sysp == 1) in print_line()
H A DChangeLog-2000655 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 DChangeLog-200114272 * 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 DChangeLog-200442242 (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 DChangeLog-199917778 (actual_directory): Set x->sysp from
H A DChangeLog-200218868 cxx_aware when setting new->sysp. Remove ATTRIBUTE_UNUSED
H A DChangeLog-200331165 * c-incpath.c (add_path): Fix sysp assignment.
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-c.c434 p->sysp = 1 + !cxx_aware; in add_system_framework_path()
452 p->sysp = 0; in add_framework_path()