OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constant_lbound
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc
4125
bool
constant_lbound
, constant_ubound;
local
4132
constant_lbound
= l->expr_type == EXPR_CONSTANT;
4138
if ((!upper && !
constant_lbound
)
4150
else if (!
constant_lbound
|| !constant_ubound)
/src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc
4070
bool
constant_lbound
, constant_ubound;
local
4077
constant_lbound
= l->expr_type == EXPR_CONSTANT;
4083
if ((!upper && !
constant_lbound
)
4095
else if (!
constant_lbound
|| !constant_ubound)
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026