Searched refs:gfc_data_value (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h2445 typedef struct gfc_data_value struct
2449 struct gfc_data_value *next;
2451 gfc_data_value; typedef in typeref:struct:gfc_data_value
2457 gfc_data_value *value;
H A Ddecl.c42 gfc_data_value and gfc_data. */
44 #define gfc_get_data_value() XCNEW (gfc_data_value)
141 /* Free a gfc_data_value structure and everything beneath it. */
144 free_value (gfc_data_value *p)
146 gfc_data_value *q;
447 gfc_data_value *new_val, *tail;
H A Dresolve.c13996 gfc_data_value *vnode;

Completed in 196 milliseconds