Searched refs:LC_RENAME (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h28 LC_LEAVE is when reaching a file's end. LC_RENAME is when a file
31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator in enum:lc_reason
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c125 reason = LC_RENAME;
167 else if (reason == LC_RENAME)
221 map = (struct line_map*) linemap_add (set, LC_RENAME, map->sysp,
H A Ddirectives.c886 _cpp_do_file_change (pfile, LC_RENAME, new_file, new_lineno,
902 enum lc_reason reason = LC_RENAME;
H A Dfiles.c1126 _cpp_do_file_change (pfile, LC_RENAME, map->to_file,
/freebsd-9.3-release/contrib/gcc/
H A Dc-opts.c1425 linemap_add (&line_table, LC_RENAME, 0,
1443 linemap_add (&line_table, LC_RENAME, 0,
1504 cpp_change_file (parse_in, LC_RENAME, this_input_filename);
H A Dfix-header.c630 cpp_change_file (scan_in, LC_RENAME, "<built-in>");
632 cpp_change_file (scan_in, LC_RENAME, in_fname);

Completed in 116 milliseconds