OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gfc_check_init_expr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
expr.cc
2477
if (a->expr && init_flag && !
gfc_check_init_expr
(a->expr))
2720
if (!
gfc_check_init_expr
(ap->expr))
2846
else if (not_restricted && !
gfc_check_init_expr
(ap->expr))
2974
gfc_check_init_expr
(gfc_expr *e)
function
2985
t = check_intrinsic_op (e,
gfc_check_init_expr
);
3150
t =
gfc_check_init_expr
(e->ref->u.ss.start);
3154
t =
gfc_check_init_expr
(e->ref->u.ss.end);
3171
t = gfc_check_constructor (e,
gfc_check_init_expr
);
3178
t = gfc_check_constructor (e,
gfc_check_init_expr
);
3213
t =
gfc_check_init_expr
(expr)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/fortran/
expr.cc
2459
if (a->expr && init_flag && !
gfc_check_init_expr
(a->expr))
2702
if (!
gfc_check_init_expr
(ap->expr))
2828
else if (not_restricted && !
gfc_check_init_expr
(ap->expr))
2956
gfc_check_init_expr
(gfc_expr *e)
function
2967
t = check_intrinsic_op (e,
gfc_check_init_expr
);
3132
t =
gfc_check_init_expr
(e->ref->u.ss.start);
3136
t =
gfc_check_init_expr
(e->ref->u.ss.end);
3153
t = gfc_check_constructor (e,
gfc_check_init_expr
);
3160
t = gfc_check_constructor (e,
gfc_check_init_expr
);
3190
t =
gfc_check_init_expr
(expr)
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026