Home
last modified time | relevance | path

Searched refs:LC_LEAVE (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
HDline-map.c112 else if (reason == LC_LEAVE) in linemap_add()
169 else if (reason == LC_LEAVE) in linemap_add()
HDdirectives.c941 reason = LC_LEAVE; in do_linemarker()
2230 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
HDline-map.h31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator
/freebsd-11-stable/contrib/gcc/
HDc-ppoutput.c438 else if (map->reason == LC_LEAVE) in pp_file_change()
HDc-lex.c248 else if (new_map->reason == LC_LEAVE) in fe_file_change()
HDc-opts.c1529 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
HDChangeLog-200114294 with LC_LEAVE, use the obvious values for the return point so the
HDChangeLog-20036976 (push_command_line_include): When done with options, pass LC_LEAVE