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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c5920 tree source_bytes; local
5980 source_bytes = gfc_create_var (gfc_array_index_type, "bytes");
5981 gfc_add_modify (&argse.pre, source_bytes, byte_size);
5999 source_bytes = source_bytes * array.dim[i].extent;
6015 gfc_array_index_type, tmp, source_bytes);
6016 gfc_add_modify (&body, source_bytes, tmp);
6043 gfc_array_index_type, tmp, source_bytes);
6044 gfc_add_modify (&argse.pre, source_bytes, tmp);
6047 se->expr = source_bytes;
6175 tree source_bytes; local
[all...]

Completed in 44 milliseconds