OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thunk_formal
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
trans-decl.cc
2961
gfc_formal_arglist *
thunk_formal
;
local
3013
for (
thunk_formal
= gfc_sym_get_dummy_args (thunk_sym);
3014
thunk_formal
;
3015
thunk_formal
=
thunk_formal
->next)
3017
if (
thunk_formal
->sym == formal->sym)
3021
if (
thunk_formal
)
3024
DECL_ARTIFICIAL (
thunk_formal
->sym->backend_decl) = 1;
3025
vec_safe_push (args,
thunk_formal
->sym->backend_decl);
3028
tmp =
thunk_formal
->sym->ts.u.cl->backend_decl
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc
2913
gfc_formal_arglist *
thunk_formal
;
local
2965
for (
thunk_formal
= gfc_sym_get_dummy_args (thunk_sym);
2966
thunk_formal
;
2967
thunk_formal
=
thunk_formal
->next)
2969
if (
thunk_formal
->sym == formal->sym)
2973
if (
thunk_formal
)
2976
DECL_ARTIFICIAL (
thunk_formal
->sym->backend_decl) = 1;
2977
vec_safe_push (args,
thunk_formal
->sym->backend_decl);
2980
tmp =
thunk_formal
->sym->ts.u.cl->backend_decl
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026