OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_comp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc
5101
gfc_component *
tmp_comp
= NULL;
local
5173
gfc_add_component (dt_sym, "c_address", &
tmp_comp
);
5174
if (
tmp_comp
== NULL)
5177
tmp_comp
->ts.type = BT_INTEGER;
5180
tmp_comp
->ts.f90_type = BT_INTEGER;
5184
tmp_comp
->ts.kind = c_interop_kinds_table[index].value;
5185
tmp_comp
->attr.access = ACCESS_PRIVATE;
5188
tmp_comp
->ts.is_c_interop = 1;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc
4947
gfc_component *
tmp_comp
= NULL;
local
5019
gfc_add_component (dt_sym, "c_address", &
tmp_comp
);
5020
if (
tmp_comp
== NULL)
5023
tmp_comp
->ts.type = BT_INTEGER;
5026
tmp_comp
->ts.f90_type = BT_INTEGER;
5030
tmp_comp
->ts.kind = c_interop_kinds_table[index].value;
5031
tmp_comp
->attr.access = ACCESS_PRIVATE;
5034
tmp_comp
->ts.is_c_interop = 1;
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026