Searched refs:show_locus (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c300 /* show_locus()-- Print a line number and filename describing where
304 show_locus (st_parameter_common *cmp) function
550 show_locus (cmp);
755 show_locus (cmp);
796 show_locus (cmp);
847 show_locus (cmp);
859 show_locus (cmp);
H A Dminimal.c153 /* show_locus()-- Print a line number and filename describing where
157 show_locus (st_parameter_common *cmp) function
302 show_locus (cmp);
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c269 /* show_locus()-- Print a line number and filename describing where
273 show_locus (st_parameter_common *cmp) function
519 show_locus (cmp);
724 show_locus (cmp);
765 show_locus (cmp);
816 show_locus (cmp);
828 show_locus (cmp);
H A Dminimal.c153 /* show_locus()-- Print a line number and filename describing where
157 show_locus (st_parameter_common *cmp) function
302 show_locus (cmp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Derror.c288 show_locus (locus *loc, int c1, int c2) function
432 show_locus (l1, c1, -1);
444 margin of 5 used in the calculation of offset in show_locus. */
448 show_locus (l1, c1, -1);
449 show_locus (l2, -1, c2);
453 show_locus (l1, c1, c2);
475 This function is also called (recursively) by show_locus in the
476 case of included files; however, as show_locus does not resupply
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Derror.cc334 show_locus (locus *loc, int c1, int c2) function
478 show_locus (l1, c1, -1);
490 margin of 5 used in the calculation of offset in show_locus. */
494 show_locus (l1, c1, -1);
495 show_locus (l2, -1, c2);
499 show_locus (l1, c1, c2);
521 This function is also called (recursively) by show_locus in the
522 case of included files; however, as show_locus does not resupply
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h735 extern void show_locus (st_parameter_common *);
736 internal_proto(show_locus); variable
/netbsd-current/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h774 extern void show_locus (st_parameter_common *);
775 internal_proto(show_locus); variable

Completed in 192 milliseconds