OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_elem_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-sra.cc
1124
HOST_WIDE_INT
min_elem_size
;
local
1126
min_elem_size
= 0;
1128
min_elem_size
= BITS_PER_UNIT;
1133
|| (tree_to_shwi (TYPE_SIZE (TREE_TYPE (type))) <=
min_elem_size
)
tree-sra.cc
1124
HOST_WIDE_INT
min_elem_size
;
local
1126
min_elem_size
= 0;
1128
min_elem_size
= BITS_PER_UNIT;
1133
|| (tree_to_shwi (TYPE_SIZE (TREE_TYPE (type))) <=
min_elem_size
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-sra.cc
1025
HOST_WIDE_INT
min_elem_size
;
local
1027
min_elem_size
= 0;
1029
min_elem_size
= BITS_PER_UNIT;
1034
|| (tree_to_shwi (TYPE_SIZE (TREE_TYPE (type))) <=
min_elem_size
)
tree-sra.cc
1025
HOST_WIDE_INT
min_elem_size
;
local
1027
min_elem_size
= 0;
1029
min_elem_size
= BITS_PER_UNIT;
1034
|| (tree_to_shwi (TYPE_SIZE (TREE_TYPE (type))) <=
min_elem_size
)
Completed in 46 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026