OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:module_fp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
module.cc
188
static gzFile
module_fp
;
variable
1696
if (gzputc (
module_fp
, out) == EOF)
6512
module_fp
= gzopen (filename_tmp, "w");
6513
if (
module_fp
== NULL)
6519
gzprintf (
module_fp
, "GFORTRAN module version '%s' created from %s\n",
6534
if (gzclose (
module_fp
))
7064
int nread = gzread (
module_fp
, module_content + len, rsize);
7310
module_fp
= NULL;
7312
module_fp
= gzopen_included_file (filename, true, true);
7316
if (
module_fp
== NULL && !module->non_intrinsic
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc
188
static gzFile
module_fp
;
variable
1696
if (gzputc (
module_fp
, out) == EOF)
6493
module_fp
= gzopen (filename_tmp, "w");
6494
if (
module_fp
== NULL)
6500
gzprintf (
module_fp
, "GFORTRAN module version '%s' created from %s\n",
6515
if (gzclose (
module_fp
))
7045
int nread = gzread (
module_fp
, module_content + len, rsize);
7291
module_fp
= NULL;
7293
module_fp
= gzopen_included_file (filename, true, true);
7297
if (
module_fp
== NULL && !module->non_intrinsic
[
all
...]
Completed in 73 milliseconds
Indexes created Sun Aug 30 00:27:18 UTC 2026