Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dline-map.c100 else if (reason == LC_LEAVE)
147 else if (reason == LC_LEAVE)
Dline-map.h31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator
Dcppmain.c395 else if (map->reason == LC_LEAVE)
Dcpplib.c887 reason = LC_LEAVE;
1984 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0);
Dc-lex.c287 else if (new_map->reason == LC_LEAVE)
DChangeLog.614294 with LC_LEAVE, use the obvious values for the return point so the
/openbsd/src/gnu/gcc/libcpp/
Dline-map.c112 else if (reason == LC_LEAVE) in linemap_add()
169 else if (reason == LC_LEAVE) in linemap_add()
Ddirectives.c936 reason = LC_LEAVE; in do_linemarker()
2208 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0); in _cpp_pop_buffer()
/openbsd/src/gnu/gcc/libcpp/include/
Dline-map.h31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator
/openbsd/src/gnu/gcc/gcc/treelang/
Dtree1.c205 linemap_add (&line_table, LC_LEAVE, false, NULL, 0); in treelang_parse_file()
/openbsd/src/gnu/gcc/gcc/
Dc-ppoutput.c413 else if (map->reason == LC_LEAVE) in pp_file_change()
Dc-lex.c248 else if (new_map->reason == LC_LEAVE) in fe_file_change()
Dc-opts.c1476 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()