| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | line-map.c | 74 add_line_map (set, reason, sysp, from_line, to_file, to_line) in add_line_map() argument 77 unsigned int sysp; 128 sysp = from->sysp; 133 map->sysp = sysp;
|
| H A D | line-map.h | 48 unsigned char sysp; member 88 PARAMS ((struct line_maps *, enum lc_reason, unsigned int sysp,
|
| H A D | cppfiles.c | 317 int sysp; local 323 sysp = MAX ((pfile->map ? pfile->map->sysp : 0), 324 (inc->foundhere ? inc->foundhere->sysp : 0)); 327 if (CPP_OPTION (pfile, deps.style) > !!sysp && !inc->include_count) 369 _cpp_do_file_change (pfile, LC_ENTER, filename, 1, sysp); 687 = CPP_OPTION (pfile, deps.style) > (angle_brackets || pfile->map->sysp); 837 buffer->dir.sysp = pfile->map->sysp;
|
| H A D | cppmain.c | 272 if (map->sysp == 2) 274 else if (map->sysp == 1)
|
| H A D | cpphash.h | 147 int sysp; member 490 #define CPP_IN_SYSTEM_HEADER(PFILE) ((PFILE)->map && (PFILE)->map->sysp)
|
| H A D | c-lex.c | 279 else if (new_map->sysp == 2) 292 if (new_map->sysp == 2) 303 in_system_header = new_map->sysp != 0;
|
| H A D | cpplib.c | 838 pfile->map->sysp); 851 unsigned int new_sysp = pfile->map->sysp; 916 _cpp_do_file_change (pfile, reason, to_file, file_line, sysp) in _cpp_do_file_change() argument 921 unsigned int sysp; 923 pfile->map = add_line_map (&pfile->line_maps, reason, sysp,
|
| H A D | cppinit.c | 249 new->sysp = cxx_aware ? 1 : 2; 251 new->sysp = 0; 311 if (cur->sysp) 318 if (!other->sysp
|
| H A D | cppmacro.c | 1563 macro->syshdr = pfile->map->sysp != 0;
|
| H A D | ChangeLog.4 | 649 so that sysp is already set. 651 * cpplib.c (do_line): Set buffer->sysp directly. Generate the 652 file_change callback after setting sysp. 655 (cpp_push_buffer): Don't generate a callback. Clear sysp. 1295 (stack_include_file): Set the buffer's sysp according to the 1297 (find_include_file): Don't set sysp. 1302 (struct cpp_buffer): New member sysp.
|
| H A D | ChangeLog.6 | 14272 * 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.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | line-map.c | 89 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 D | files.c | 166 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp); 702 int sysp; in _cpp_stack_file() local 708 sysp = 0; in _cpp_stack_file() 710 sysp = MAX (pfile->buffer->sysp, file->dir->sysp); in _cpp_stack_file() 713 if (CPP_OPTION (pfile, deps.style) > !!sysp && !file->stack_count) in _cpp_stack_file() 727 buffer->sysp = sysp; in _cpp_stack_file() 734 _cpp_do_file_change (pfile, LC_ENTER, file->path, 1, sysp); in _cpp_stack_file() 778 pfile->buffer ? pfile->buffer->sysp : 0); in search_path_head() 839 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; in open_file_failed() local 840 bool print_dep = CPP_OPTION (pfile, deps.style) > (angle_brackets || !!sysp); in open_file_failed() [all …]
|
| H A D | makedepend.c | 58 add_dir (char *name, bool sysp) in add_dir() argument 63 dir->sysp = sysp; in add_dir()
|
| H A D | internal.h | 296 unsigned char sysp; member 486 return pfile->buffer ? pfile->buffer->sysp : 0; in cpp_in_system_header()
|
| H A D | directives.c | 841 unsigned char map_sysp = map->sysp; in do_line() 896 unsigned int new_sysp = map->sysp; in do_linemarker() 946 pfile->buffer->sysp = new_sysp; in do_linemarker() 968 unsigned int sysp) in _cpp_do_file_change() argument 970 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
|
| H A D | ChangeLog | 18 * directives.c (do_linemarker): Set pfile->buffer->sysp always, not 478 * directives.c (do_line): Save sysp early before line table is
|
| H A D | macro.c | 1587 macro->syshdr = pfile->buffer && pfile->buffer->sysp != 0; in _cpp_create_definition()
|
| /openbsd-src/gnu/gcc/libcpp/include/ |
| H A D | line-map.h | 58 unsigned char sysp; member 125 (struct line_maps *, enum lc_reason, unsigned int sysp,
|
| H A D | cpplib.h | 494 unsigned char sysp; member
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-incpath.c | 356 p->sysp = 1 + !cxx_aware; in add_path() 358 p->sysp = 0; in add_path()
|
| H A D | c-ppoutput.c | 264 if (map->sysp == 2) in print_line() 266 else if (map->sysp == 1) in print_line()
|
| H A D | c-lex.c | 240 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()
|
| /openbsd-src/gnu/gcc/gcc/config/ |
| H A D | darwin-c.c | 434 p->sysp = 1 + !cxx_aware; in add_system_framework_path() 452 p->sysp = 0; in add_framework_path()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.td | 8731 def SYSPxt : SystemPXtI<0, "sysp">; 8736 "sysp", "\t$op1, $Cn, $Cm, $op2, $xzr_pair">, 8760 def : InstAlias<"sysp $op1, $Cn, $Cm, $op2",
|