Searched refs:exploc_end (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c1648 expanded_location exploc_end = expand_location (end_loc); local
1650 if (exploc_start.file != exploc_end.file)
1655 if (exploc_start.line >= exploc_end.line)
1669 exploc_end.line - 1))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dread-rtl-function.cc1651 expanded_location exploc_end = expand_location (end_loc); local
1653 if (exploc_start.file != exploc_end.file)
1658 if (exploc_start.line >= exploc_end.line)
1672 exploc_end.line - 1))

Completed in 197 milliseconds