| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-ppoutput.cc | 555 int sysp = in_system_header_at (src_loc); local 556 if (sysp == 2) 558 else if (sysp == 1)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-ppoutput.cc | 517 int sysp = in_system_header_at (src_loc); local 518 if (sysp == 2) 520 else if (sysp == 1)
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| cpp.cc | 735 /* CHAIN sets cpp_dir->sysp which differs from 0 if PATH is a system 876 int sysp; local 893 sysp = in_system_header_at (src_loc); 894 if (sysp == 2) 896 else if (sysp == 1)
|
| /src/external/gpl3/gcc/dist/libcpp/include/ |
| line-map.h | 413 /* SYSP is one for a system header, two for a C system header file 417 unsigned char sysp; variable 671 return ord_map->sysp; 1057 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their 1063 (class line_maps *, enum lc_reason, unsigned int sysp, 1234 return ord_map->sysp; 1275 bool sysp; member in struct:__anon14192
|
| cpplib.h | 828 unsigned char sysp; member in struct:cpp_dir
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| cpp.cc | 735 /* CHAIN sets cpp_dir->sysp which differs from 0 if PATH is a system 877 int sysp; local 894 sysp = in_system_header_at (src_loc); 895 if (sysp == 2) 897 else if (sysp == 1)
|
| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| line-map.h | 411 /* SYSP is one for a system header, two for a C system header file 415 unsigned char sysp; variable 660 return ord_map->sysp; 1097 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their 1103 (class line_maps *, enum lc_reason, unsigned int sysp, 1271 return ord_map->sysp; 1312 bool sysp; member in struct:__anon16606
|
| cpplib.h | 781 unsigned char sysp; member in struct:cpp_dir
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-streamer.h | 312 bool sysp; member in struct:lto_location_cache::cached_location
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| files.cc | 193 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 416 if ((CPP_OPTION (pfile, canonical_system_headers) && file->dir->sysp) 418 || !file->dir->sysp 937 int sysp = 0; local 982 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); 985 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) 1002 buffer->sysp = sysp; 1231 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; local [all...] |
| internal.h | 377 unsigned char sysp; member in struct:cpp_buffer 657 return pfile->buffer ? pfile->buffer->sysp : 0;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-streamer.h | 312 bool sysp; member in struct:lto_location_cache::cached_location
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| 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) 413 || !file->dir->sysp 921 int sysp = 0; local 966 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); 969 if (CPP_OPTION (pfile, deps.style) > (sysp != 0) 986 buffer->sysp = sysp; 1214 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; local [all...] |
| internal.h | 376 unsigned char sysp; member in struct:cpp_buffer 653 return pfile->buffer ? pfile->buffer->sysp : 0;
|