OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbattr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
decl.cc
11472
gfc_typebound_proc
tbattr
; /* Used for match_binding_attributes. */
local
11491
memset (&
tbattr
, 0, sizeof (
tbattr
));
11492
tbattr
.where = gfc_current_locus;
11495
m = match_binding_attributes (&
tbattr
, true, false);
11588
if (tb->access !=
tbattr
.access)
11599
tb->access =
tbattr
.access;
decl.cc
11472
gfc_typebound_proc
tbattr
; /* Used for match_binding_attributes. */
local
11491
memset (&
tbattr
, 0, sizeof (
tbattr
));
11492
tbattr
.where = gfc_current_locus;
11495
m = match_binding_attributes (&
tbattr
, true, false);
11588
if (tb->access !=
tbattr
.access)
11599
tb->access =
tbattr
.access;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
decl.cc
11401
gfc_typebound_proc
tbattr
; /* Used for match_binding_attributes. */
local
11420
memset (&
tbattr
, 0, sizeof (
tbattr
));
11421
tbattr
.where = gfc_current_locus;
11424
m = match_binding_attributes (&
tbattr
, true, false);
11517
if (tb->access !=
tbattr
.access)
11528
tb->access =
tbattr
.access;
decl.cc
11401
gfc_typebound_proc
tbattr
; /* Used for match_binding_attributes. */
local
11420
memset (&
tbattr
, 0, sizeof (
tbattr
));
11421
tbattr
.where = gfc_current_locus;
11424
m = match_binding_attributes (&
tbattr
, true, false);
11517
if (tb->access !=
tbattr
.access)
11528
tb->access =
tbattr
.access;
Completed in 104 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026