OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outer_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-expr.cc
202
tree
outer_max
= TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type));
local
213
if (
outer_max
&& TREE_CODE (
outer_max
) != INTEGER_CST)
214
outer_max
= NULL_TREE;
222
if (
outer_max
224
|| !tree_int_cst_equal (inner_max,
outer_max
)))
/src/external/gpl3/gcc.old/dist/gcc/
gimple-expr.cc
195
tree
outer_max
= TYPE_MAX_VALUE (TYPE_DOMAIN (outer_type));
local
206
if (
outer_max
&& TREE_CODE (
outer_max
) != INTEGER_CST)
207
outer_max
= NULL_TREE;
215
if (
outer_max
217
|| !tree_int_cst_equal (inner_max,
outer_max
)))
Completed in 17 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026