OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_0
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
7536
tree
type_0
;
7572
type_0
= TREE_TYPE ((*params)[0]);
7573
if (TREE_CODE (
type_0
) == ARRAY_TYPE && c_dialect_cxx ())
7577
type_0
= TREE_TYPE ((*params)[0]);
7579
if (TREE_CODE (
type_0
) != POINTER_TYPE || VOID_TYPE_P (TREE_TYPE (
type_0
)))
7586
if (!COMPLETE_TYPE_P (TREE_TYPE (
type_0
)))
7594
if (!tree_fits_uhwi_p ((TYPE_SIZE_UNIT (TREE_TYPE (
type_0
)))))
7602
size_0 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (
type_0
)));
7518
tree
type_0
;
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
7330
tree
type_0
;
7366
type_0
= TREE_TYPE ((*params)[0]);
7367
if (TREE_CODE (
type_0
) == ARRAY_TYPE && c_dialect_cxx ())
7371
type_0
= TREE_TYPE ((*params)[0]);
7373
if (TREE_CODE (
type_0
) != POINTER_TYPE || VOID_TYPE_P (TREE_TYPE (
type_0
)))
7380
if (!COMPLETE_TYPE_P (TREE_TYPE (
type_0
)))
7388
if (!tree_fits_uhwi_p ((TYPE_SIZE_UNIT (TREE_TYPE (
type_0
)))))
7396
size_0 = tree_to_uhwi (TYPE_SIZE_UNIT (TREE_TYPE (
type_0
)));
7312
tree
type_0
;
local
Completed in 36 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026