Home
last modified time | relevance | path

Searched refs:TYPE_REFERENCE_TO (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-browser.c257 TB_SET_HEAD (TYPE_REFERENCE_TO (head));
HDtree.c4844 fld_worklist_push (TYPE_REFERENCE_TO (t), fld); in find_decls_types_r()
5785 TYPE_REFERENCE_TO (t) = 0; in build_distinct_type_copy()
7150 if (TYPE_REFERENCE_TO (to_type) != 0 in build_reference_type_for_mode()
7151 && TREE_CODE (TYPE_REFERENCE_TO (to_type)) != REFERENCE_TYPE) in build_reference_type_for_mode()
7152 return TYPE_REFERENCE_TO (to_type); in build_reference_type_for_mode()
7156 for (t = TYPE_REFERENCE_TO (to_type); t; t = TYPE_NEXT_REF_TO (t)) in build_reference_type_for_mode()
7165 TYPE_NEXT_REF_TO (t) = TYPE_REFERENCE_TO (to_type); in build_reference_type_for_mode()
7166 TYPE_REFERENCE_TO (to_type) = t; in build_reference_type_for_mode()
HDprint-tree.c714 print_node_brief (file, "reference_to_this", TYPE_REFERENCE_TO (node), in print_node()
HDtree-inline.c420 TYPE_REFERENCE_TO (new_tree) = NULL; in remap_type_1()
HDtree.h2165 #define TYPE_REFERENCE_TO(NODE) (TYPE_CHECK (NODE)->type_common.reference_to) macro
HDfold-const.c14325 || TYPE_REFERENCE_TO (expr) in fold_checksum_tree()
14336 TYPE_REFERENCE_TO (tmp) = NULL; in fold_checksum_tree()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto.c819 TYPE_NEXT_REF_TO (t) = TYPE_REFERENCE_TO (TREE_TYPE (t)); in uniquify_nodes()
820 TYPE_REFERENCE_TO (TREE_TYPE (t)) = t; in uniquify_nodes()
/dragonfly/contrib/gcc-8.0/gcc/
HDprint-tree.c665 print_node_brief (file, "reference_to_this", TYPE_REFERENCE_TO (node), in print_node()
HDtree.c5493 fld_worklist_push (TYPE_REFERENCE_TO (t), fld); in find_decls_types_r()
6124 TYPE_REFERENCE_TO (t) = 0; in build_distinct_type_copy()
7621 if (TYPE_REFERENCE_TO (to_type) != 0 in build_reference_type_for_mode()
7622 && TREE_CODE (TYPE_REFERENCE_TO (to_type)) != REFERENCE_TYPE) in build_reference_type_for_mode()
7623 return TYPE_REFERENCE_TO (to_type); in build_reference_type_for_mode()
7627 for (t = TYPE_REFERENCE_TO (to_type); t; t = TYPE_NEXT_REF_TO (t)) in build_reference_type_for_mode()
7636 TYPE_NEXT_REF_TO (t) = TYPE_REFERENCE_TO (to_type); in build_reference_type_for_mode()
7637 TYPE_REFERENCE_TO (to_type) = t; in build_reference_type_for_mode()
HDtree.h1872 #define TYPE_REFERENCE_TO(NODE) (TYPE_CHECK (NODE)->type_common.reference_to) macro
HDtree-inline.c469 TYPE_REFERENCE_TO (new_tree) = NULL; in remap_type_1()
HDfold-const.c12118 || TYPE_REFERENCE_TO (expr) in fold_checksum_tree()
12130 TYPE_REFERENCE_TO (tmp) = NULL; in fold_checksum_tree()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto.c933 TYPE_NEXT_REF_TO (t) = TYPE_REFERENCE_TO (TREE_TYPE (t)); in lto_fixup_prevailing_type()
934 TYPE_REFERENCE_TO (TREE_TYPE (t)) = t; in lto_fixup_prevailing_type()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDclass.c1936 for (t = TYPE_REFERENCE_TO (klass); t; t = TYPE_NEXT_REF_TO (t)) in fixup_may_alias()
HDpt.c7288 TYPE_POINTER_TO (ntype) = TYPE_REFERENCE_TO (ntype) = NULL_TREE; in add_defaults_to_ttp()
14525 TYPE_REFERENCE_TO (r) = NULL_TREE; in tsubst()
HDdecl.c4234 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c3642 TYPE_REFERENCE_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
HDpt.c11151 TYPE_REFERENCE_TO (r) = NULL_TREE; in tsubst()