OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:written_common
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
module.cc
5794
struct
written_common
struct
5796
BBT_HEADER(
written_common
);
5800
static struct
written_common
*written_commons = NULL;
5807
const char *aname = ((struct
written_common
*) a1)->name;
5808
const char *alabel = ((struct
written_common
*) a1)->label;
5809
const char *bname = ((struct
written_common
*) b1)->name;
5810
const char *blabel = ((struct
written_common
*) b1)->label;
5819
free_written_common (struct
written_common
*w)
5841
struct
written_common
*w;
5889
w = XCNEW (struct
written_common
);
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
module.cc
5775
struct
written_common
struct
5777
BBT_HEADER(
written_common
);
5781
static struct
written_common
*written_commons = NULL;
5788
const char *aname = ((struct
written_common
*) a1)->name;
5789
const char *alabel = ((struct
written_common
*) a1)->label;
5790
const char *bname = ((struct
written_common
*) b1)->name;
5791
const char *blabel = ((struct
written_common
*) b1)->label;
5800
free_written_common (struct
written_common
*w)
5822
struct
written_common
*w;
5870
w = XCNEW (struct
written_common
);
[
all
...]
Completed in 20 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026