Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c188 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
411 if ((CPP_OPTION (pfile, canonical_system_headers) && file->dir->sysp) in find_file_in_dir()
413 || !file->dir->sysp in find_file_in_dir()
927 int sysp = 0; in _cpp_stack_file() local
929 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); in _cpp_stack_file()
932 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) in _cpp_stack_file()
948 buffer->sysp = sysp; in _cpp_stack_file()
967 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file()
1012 pfile->buffer ? pfile->buffer->sysp : 0); in search_path_head()
1076 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; in open_file_failed() local
[all …]
H A Dinternal.h360 unsigned char sysp; member
627 return pfile->buffer ? pfile->buffer->sysp : 0; in cpp_in_system_header()
H A Dline-map.c461 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
529 sysp = ORDINARY_MAP_IN_SYSTEM_HEADER_P (from); in linemap_add()
536 map->sysp = sysp; in linemap_add()
1744 xloc.sysp = LINEMAP_SYSP (ord_map) != 0; in linemap_expand_location()
H A Ddirectives.c1068 pfile->buffer->sysp = new_sysp; in do_linemarker()
1125 unsigned int sysp) in _cpp_do_file_change() argument
1128 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
2487 nbuf->sysp = 1; in cpp_pop_definition()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc188 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
411 if ((CPP_OPTION (pfile, canonical_system_headers) && file->dir->sysp) in find_file_in_dir()
413 || !file->dir->sysp in find_file_in_dir()
921 int sysp = 0; in _cpp_stack_file() local
966 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); in _cpp_stack_file()
969 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) in _cpp_stack_file()
986 buffer->sysp = sysp; in _cpp_stack_file()
1015 type == IT_PRE_MAIN ? 0 : 1, sysp); in _cpp_stack_file()
1068 pfile->buffer ? pfile->buffer->sysp : 0); in search_path_head()
1198 if (dir->sysp) in cpp_retrofit_as_include()
[all …]
H A Dinternal.h376 unsigned char sysp; member
653 return pfile->buffer ? pfile->buffer->sysp : 0; in _cpp_in_system_header()
H A Dline-map.cc485 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
548 sysp = ORDINARY_MAP_IN_SYSTEM_HEADER_P (from); in linemap_add()
555 map->sysp = sysp; in linemap_add()
1823 xloc.sysp = LINEMAP_SYSP (ord_map) != 0; in linemap_expand_location()
H A Ddirectives.cc1092 pfile->buffer->sysp = new_sysp; in do_linemarker()
1148 unsigned int sysp) in _cpp_do_file_change() argument
1171 if (const line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
2624 nbuf->sysp = 1; in cpp_pop_definition()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h414 unsigned char sysp; member
658 return ord_map->sysp; in ORDINARY_MAP_IN_SYSTEM_HEADER_P()
1092 (class line_maps *, enum lc_reason, unsigned int sysp,
1224 return ord_map->sysp; in LINEMAP_SYSP()
1259 bool sysp; member
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h415 unsigned char sysp; member
660 return ord_map->sysp; in ORDINARY_MAP_IN_SYSTEM_HEADER_P()
1103 (class line_maps *, enum lc_reason, unsigned int sysp,
1271 return ord_map->sysp; in LINEMAP_SYSP()
1312 bool sysp; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c402 int sysp; in print_line_1() local
421 sysp = in_system_header_at (src_loc); in print_line_1()
422 if (sysp == 2) in print_line_1()
424 else if (sysp == 1) in print_line_1()
H A Dc-indentation.c662 exploc.sysp = false; in assert_get_visual_column_succeeds()
700 exploc.sysp = false; in assert_get_visual_column_fails()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc877 int sysp; in print_line() local
894 sysp = in_system_header_at (src_loc); in print_line()
895 if (sysp == 2) in print_line()
897 else if (sysp == 1) in print_line()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c857 int sysp; in print_line() local
874 sysp = in_system_header_at (src_loc); in print_line()
875 if (sysp == 2) in print_line()
877 else if (sysp == 1) in print_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc517 int sysp = in_system_header_at (src_loc); in print_line_1() local
518 if (sysp == 2) in print_line_1()
520 else if (sysp == 1) in print_line_1()
H A Dc-indentation.cc699 exploc.sysp = false; in assert_get_visual_column_succeeds()
737 exploc.sysp = false; in assert_get_visual_column_fails()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dincpath.cc466 p->sysp = 1 + !cxx_aware; in add_path()
468 p->sysp = 0; in add_path()
H A Dlto-streamer-in.cc406 if (a->sysp != b->sysp) in cmp_loc()
407 return a->sysp ? 1 : -1; in cmp_loc()
442 loc.sysp, loc.file, loc.line); in apply_location_cache()
H A Dlto-streamer.h312 bool sysp; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dincpath.c458 p->sysp = 1 + !cxx_aware; in add_path()
460 p->sysp = 0; in add_path()
H A Dlto-streamer-in.c406 if (a->sysp != b->sysp)
407 return a->sysp ? 1 : -1;
442 loc.sysp, loc.file, loc.line);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin-c.c431 p->sysp = 1 + !cxx_aware; in add_system_framework_path()
449 p->sysp = 0; in add_framework_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin-c.cc431 p->sysp = 1 + !cxx_aware; in add_system_framework_path()
449 p->sysp = 0; in add_framework_path()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-c.cc444 p->sysp = 1; in vms_c_register_includes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-c.c444 p->sysp = 1; in vms_c_register_includes()

12