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_CANONICAL
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
2275
equivalent
TYPE_CANONICAL
entries.
2277
As a special case, if
TYPE_CANONICAL
is NULL_TREE, and thus
2284
TYPE_CANONICAL
to tell whether two variables can be assigned
2287
TYPE_CANONICAL
of their unqualified variants. */
2288
#define
TYPE_CANONICAL
(NODE) (TYPE_CHECK (NODE)->type_common.canonical)
2295
#define TYPE_STRUCTURAL_EQUALITY_P(NODE) (
TYPE_CANONICAL
(NODE) == NULL_TREE)
2296
/* Sets the
TYPE_CANONICAL
field to NULL_TREE, indicating that the
2298
#define SET_TYPE_STRUCTURAL_EQUALITY(NODE) (
TYPE_CANONICAL
(NODE) = NULL_TREE)
5811
/* Return ture if get_alias_set care about
TYPE_CANONICAL
of given type.
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
2120
equivalent
TYPE_CANONICAL
entries.
2122
As a special case, if
TYPE_CANONICAL
is NULL_TREE, and thus
2129
TYPE_CANONICAL
to tell whether two variables can be assigned
2132
TYPE_CANONICAL
of their unqualified variants. */
2133
#define
TYPE_CANONICAL
(NODE) (TYPE_CHECK (NODE)->type_common.canonical)
2140
#define TYPE_STRUCTURAL_EQUALITY_P(NODE) (
TYPE_CANONICAL
(NODE) == NULL_TREE)
2141
/* Sets the
TYPE_CANONICAL
field to NULL_TREE, indicating that the
2143
#define SET_TYPE_STRUCTURAL_EQUALITY(NODE) (
TYPE_CANONICAL
(NODE) = NULL_TREE)
5522
/* Return ture if get_alias_set care about
TYPE_CANONICAL
of given type.
Completed in 75 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026