Searched refs:LC_LEAVE (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | line-map.c | 100 else if (reason == LC_LEAVE) 147 else if (reason == LC_LEAVE)
|
| D | line-map.h | 31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator
|
| D | cppmain.c | 395 else if (map->reason == LC_LEAVE)
|
| D | cpplib.c | 887 reason = LC_LEAVE; 1984 _cpp_do_file_change (pfile, LC_LEAVE, 0, 0, 0);
|
| D | c-lex.c | 287 else if (new_map->reason == LC_LEAVE)
|
| D | ChangeLog.6 | 14294 with LC_LEAVE, use the obvious values for the return point so the
|
| /openbsd/src/gnu/gcc/libcpp/ |
| D | line-map.c | 112 else if (reason == LC_LEAVE) in linemap_add() 169 else if (reason == LC_LEAVE) in linemap_add()
|
| D | directives.c | 936 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/ |
| D | line-map.h | 31 enum lc_reason {LC_ENTER = 0, LC_LEAVE, LC_RENAME}; enumerator
|
| /openbsd/src/gnu/gcc/gcc/treelang/ |
| D | tree1.c | 205 linemap_add (&line_table, LC_LEAVE, false, NULL, 0); in treelang_parse_file()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | c-ppoutput.c | 413 else if (map->reason == LC_LEAVE) in pp_file_change()
|
| D | c-lex.c | 248 else if (new_map->reason == LC_LEAVE) in fe_file_change()
|
| D | c-opts.c | 1476 if (new_map == 0 || (new_map->reason == LC_LEAVE && MAIN_FILE_P (new_map))) in cb_file_change()
|