Searched refs:sysp (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmakedepend.c58 add_dir (char *name, bool sysp) argument
63 dir->sysp = sysp;
H A Dline-map.c89 unsigned int sysp, const char *to_file, unsigned int to_line)
145 sysp = from->sysp;
150 map->sysp = sysp;
221 map = (struct line_map*) linemap_add (set, LC_RENAME, map->sysp,
88 linemap_add(struct line_maps *set, enum lc_reason reason, unsigned int sysp, const char *to_file, unsigned int to_line) argument
H A Dfiles.c168 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
771 int sysp; local
777 sysp = 0;
779 sysp = MAX (pfile->buffer->sysp, file->dir->sysp);
782 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count)
797 buffer->sysp = sysp;
804 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp);
909 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; local
970 make_cpp_dir(cpp_reader *pfile, const char *dir_name, int sysp) argument
[all...]
H A Dinternal.h301 unsigned char sysp; member in struct:cpp_buffer
497 return pfile->buffer ? pfile->buffer->sysp : 0;
H A Ddirectives.c844 sysp right now. */
846 unsigned char map_sysp = map->sysp;
901 unsigned int new_sysp = map->sysp;
951 pfile->buffer->sysp = new_sysp;
973 unsigned int sysp)
975 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp,
971 _cpp_do_file_change(cpp_reader *pfile, enum lc_reason reason, const char *to_file, unsigned int file_line, unsigned int sysp) argument
H A Dmacro.c1606 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0;
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h57 /* The sysp field isn't really needed now that it's in cpp_buffer. */
58 unsigned char sysp; member in struct:line_map
125 (struct line_maps *, enum lc_reason, unsigned int sysp,
H A Dcpplib.h502 unsigned char sysp; member in struct:cpp_dir
/freebsd-11-stable/contrib/gcc/
H A Dc-incpath.c356 p->sysp = 1 + !cxx_aware;
358 p->sysp = 0;
H A Dc-lex.c241 else if (new_map->sysp == 2)
254 if (new_map->sysp == 2)
265 in_system_header = new_map->sysp != 0;
H A Dc-ppoutput.c289 if (map->sysp == 2)
291 else if (map->sysp == 1)
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-c.c434 p->sysp = 1 + !cxx_aware;
452 p->sysp = 0;

Completed in 105 milliseconds