OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_REFERENCE_TO
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ipa-free-lang-data.cc
766
fld_worklist_push (
TYPE_REFERENCE_TO
(t), fld);
768
/* While we do not stream TYPE_POINTER_TO and
TYPE_REFERENCE_TO
print-tree.cc
729
print_node_brief (file, "reference_to_this",
TYPE_REFERENCE_TO
(node),
tree.cc
5718
TYPE_REFERENCE_TO
(t) = 0;
7020
(such as a RECORD_TYPE for fat pointers in Ada) as
TYPE_REFERENCE_TO
.
7027
if (
TYPE_REFERENCE_TO
(to_type) != 0
7028
&& TREE_CODE (
TYPE_REFERENCE_TO
(to_type)) != REFERENCE_TYPE)
7029
return
TYPE_REFERENCE_TO
(to_type);
7033
for (t =
TYPE_REFERENCE_TO
(to_type); t; t = TYPE_NEXT_REF_TO (t))
7042
TYPE_NEXT_REF_TO (t) =
TYPE_REFERENCE_TO
(to_type);
7043
TYPE_REFERENCE_TO
(to_type) = t;
tree-inline.cc
476
TYPE_REFERENCE_TO
(new_tree) = NULL;
tree.h
2092
#define
TYPE_REFERENCE_TO
(NODE) (TYPE_CHECK (NODE)->type_common.reference_to)
fold-const.cc
13652
||
TYPE_REFERENCE_TO
(expr)
13666
TYPE_REFERENCE_TO
(tmp) = NULL;
/src/external/gpl3/gcc/dist/gcc/
ipa-free-lang-data.cc
766
fld_worklist_push (
TYPE_REFERENCE_TO
(t), fld);
768
/* While we do not stream TYPE_POINTER_TO and
TYPE_REFERENCE_TO
print-tree.cc
739
print_node_brief (file, "reference_to_this",
TYPE_REFERENCE_TO
(node),
tree.cc
5758
TYPE_REFERENCE_TO
(t) = 0;
7088
(such as a RECORD_TYPE for fat pointers in Ada) as
TYPE_REFERENCE_TO
.
7095
if (
TYPE_REFERENCE_TO
(to_type) != 0
7096
&& TREE_CODE (
TYPE_REFERENCE_TO
(to_type)) != REFERENCE_TYPE)
7097
return
TYPE_REFERENCE_TO
(to_type);
7101
for (t =
TYPE_REFERENCE_TO
(to_type); t; t = TYPE_NEXT_REF_TO (t))
7110
TYPE_NEXT_REF_TO (t) =
TYPE_REFERENCE_TO
(to_type);
7111
TYPE_REFERENCE_TO
(to_type) = t;
tree-inline.cc
474
TYPE_REFERENCE_TO
(new_tree) = NULL;
tree.h
2244
#define
TYPE_REFERENCE_TO
(NODE) (TYPE_CHECK (NODE)->type_common.reference_to)
fold-const.cc
14032
||
TYPE_REFERENCE_TO
(expr)
14046
TYPE_REFERENCE_TO
(tmp) = NULL;
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-common.cc
1003
TYPE_NEXT_REF_TO (t) =
TYPE_REFERENCE_TO
(TREE_TYPE (t));
1004
TYPE_REFERENCE_TO
(TREE_TYPE (t)) = t;
1496
/* Do not compare TYPE_POINTER_TO or
TYPE_REFERENCE_TO
. They will be
/src/external/gpl3/gcc/dist/gcc/lto/
lto-common.cc
1003
TYPE_NEXT_REF_TO (t) =
TYPE_REFERENCE_TO
(TREE_TYPE (t));
1004
TYPE_REFERENCE_TO
(TREE_TYPE (t)) = t;
1501
/* Do not compare TYPE_POINTER_TO or
TYPE_REFERENCE_TO
. They will be
/src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc
2107
for (t =
TYPE_REFERENCE_TO
(klass); t; t = TYPE_NEXT_REF_TO (t))
pt.cc
7921
TYPE_POINTER_TO (ntype) =
TYPE_REFERENCE_TO
(ntype) = NULL_TREE;
16079
TYPE_REFERENCE_TO
(r) = NULL_TREE;
decl.cc
4626
/* Looking up TYPE_POINTER_TO and
TYPE_REFERENCE_TO
yield the same
4629
TYPE_REFERENCE_TO
(unknown_type_node) = unknown_type_node;
/src/external/gpl3/gcc/dist/gcc/cp/
class.cc
2333
for (t =
TYPE_REFERENCE_TO
(klass); t; t = TYPE_NEXT_REF_TO (t))
pt.cc
8027
TYPE_POINTER_TO (ntype) =
TYPE_REFERENCE_TO
(ntype) = NULL_TREE;
16594
TYPE_REFERENCE_TO
(r) = NULL_TREE;
decl.cc
4959
/* Looking up TYPE_POINTER_TO and
TYPE_REFERENCE_TO
yield the same
4962
TYPE_REFERENCE_TO
(unknown_type_node) = unknown_type_node;
Completed in 251 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026