OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:constructor_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
9106
static tree
constructor_type
;
9381
p->type =
constructor_type
;
9413
constructor_type
= type;
9420
if (RECORD_OR_UNION_TYPE_P (
constructor_type
))
9422
constructor_fields = TYPE_FIELDS (
constructor_type
);
9431
else if (TREE_CODE (
constructor_type
) == ARRAY_TYPE)
9433
if (TYPE_DOMAIN (
constructor_type
))
9436
= TYPE_MAX_VALUE (TYPE_DOMAIN (
constructor_type
));
9440
&& TYPE_SIZE (
constructor_type
))
9453
TYPE_MIN_VALUE (TYPE_DOMAIN (
constructor_type
)));
9079
static tree
constructor_type
;
variable
[
all
...]
c-typeck.cc
9106
static tree
constructor_type
;
9381
p->type =
constructor_type
;
9413
constructor_type
= type;
9420
if (RECORD_OR_UNION_TYPE_P (
constructor_type
))
9422
constructor_fields = TYPE_FIELDS (
constructor_type
);
9431
else if (TREE_CODE (
constructor_type
) == ARRAY_TYPE)
9433
if (TYPE_DOMAIN (
constructor_type
))
9436
= TYPE_MAX_VALUE (TYPE_DOMAIN (
constructor_type
));
9440
&& TYPE_SIZE (
constructor_type
))
9453
TYPE_MIN_VALUE (TYPE_DOMAIN (
constructor_type
)));
9079
static tree
constructor_type
;
variable
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
8307
static tree
constructor_type
;
8585
p->type =
constructor_type
;
8617
constructor_type
= type;
8624
if (RECORD_OR_UNION_TYPE_P (
constructor_type
))
8626
constructor_fields = TYPE_FIELDS (
constructor_type
);
8635
else if (TREE_CODE (
constructor_type
) == ARRAY_TYPE)
8637
if (TYPE_DOMAIN (
constructor_type
))
8640
= TYPE_MAX_VALUE (TYPE_DOMAIN (
constructor_type
));
8644
&& TYPE_SIZE (
constructor_type
))
8656
TYPE_MIN_VALUE (TYPE_DOMAIN (
constructor_type
)));
8282
static tree
constructor_type
;
variable
[
all
...]
c-typeck.cc
8307
static tree
constructor_type
;
8585
p->type =
constructor_type
;
8617
constructor_type
= type;
8624
if (RECORD_OR_UNION_TYPE_P (
constructor_type
))
8626
constructor_fields = TYPE_FIELDS (
constructor_type
);
8635
else if (TREE_CODE (
constructor_type
) == ARRAY_TYPE)
8637
if (TYPE_DOMAIN (
constructor_type
))
8640
= TYPE_MAX_VALUE (TYPE_DOMAIN (
constructor_type
));
8644
&& TYPE_SIZE (
constructor_type
))
8656
TYPE_MIN_VALUE (TYPE_DOMAIN (
constructor_type
)));
8282
static tree
constructor_type
;
variable
[
all
...]
Completed in 80 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026