| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | files.c | 188 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 D | internal.h | 360 unsigned char sysp; member 627 return pfile->buffer ? pfile->buffer->sysp : 0; in cpp_in_system_header()
|
| H A D | line-map.c | 461 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 D | directives.c | 1068 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 D | files.cc | 188 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 D | internal.h | 376 unsigned char sysp; member 653 return pfile->buffer ? pfile->buffer->sysp : 0; in _cpp_in_system_header()
|
| H A D | line-map.cc | 485 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 D | directives.cc | 1092 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 D | line-map.h | 414 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 D | line-map.h | 415 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 D | c-ppoutput.c | 402 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 D | c-indentation.c | 662 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 D | cpp.cc | 877 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 D | cpp.c | 857 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 D | c-ppoutput.cc | 517 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 D | c-indentation.cc | 699 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 D | incpath.cc | 466 p->sysp = 1 + !cxx_aware; in add_path() 468 p->sysp = 0; in add_path()
|
| H A D | lto-streamer-in.cc | 406 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 D | lto-streamer.h | 312 bool sysp; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | incpath.c | 458 p->sysp = 1 + !cxx_aware; in add_path() 460 p->sysp = 0; in add_path()
|
| H A D | lto-streamer-in.c | 406 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 D | darwin-c.c | 431 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 D | darwin-c.cc | 431 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 D | vms-c.cc | 444 p->sysp = 1; in vms_c_register_includes()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
| H A D | vms-c.c | 444 p->sysp = 1; in vms_c_register_includes()
|