Searched refs:gfc_linebuf (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr46571.c38 typedef struct gfc_linebuf struct
41 } gfc_linebuf; typedef in typeref:struct:gfc_linebuf
45 gfc_linebuf *lb;
/haiku-buildtools/gcc/gcc/fortran/
H A Dscanner.c67 static gfc_linebuf *line_head, *line_tail;
77 gfc_linebuf *lb;
280 gfc_linebuf *lb;
537 report_file_change (gfc_linebuf *lb)
2135 gfc_linebuf *b;
2286 b = XCNEWVAR (gfc_linebuf, gfc_linebuf_header_size
H A Dgfortran.h895 gfc_linebuf holds a single line of source code and information
909 typedef struct gfc_linebuf struct
913 struct gfc_linebuf *next;
919 } gfc_linebuf; typedef in typeref:struct:gfc_linebuf
921 #define gfc_linebuf_header_size (offsetof (gfc_linebuf, line))
928 gfc_linebuf *lb;
H A Derror.c327 gfc_linebuf *lb;
H A Dtrans.c1643 loc->lb = XCNEW (gfc_linebuf);

Completed in 195 milliseconds