Home
last modified time | relevance | path

Searched refs:TYPE_POINTER_TO (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dprint-tree.c645 if (TYPE_POINTER_TO (node) || TREE_CHAIN (node)) in print_node()
648 print_node_brief (file, "pointer_to_this", TYPE_POINTER_TO (node), in print_node()
H A Dtree.c3382 TYPE_POINTER_TO (ntype) = 0; in build_type_attribute_qual_variant()
3883 TYPE_POINTER_TO (t) = 0; in build_distinct_type_copy()
4990 if (TYPE_POINTER_TO (to_type) != 0 in build_pointer_type_for_mode()
4991 && TREE_CODE (TYPE_POINTER_TO (to_type)) != POINTER_TYPE) in build_pointer_type_for_mode()
4992 return TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode()
4996 for (t = TYPE_POINTER_TO (to_type); t; t = TYPE_NEXT_PTR_TO (t)) in build_pointer_type_for_mode()
5005 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode()
5006 TYPE_POINTER_TO (to_type) = t; in build_pointer_type_for_mode()
H A Dtree-browser.c264 TB_SET_HEAD (TYPE_POINTER_TO (head)); in browse_tree()
H A Dtree.def87 The TYPE_POINTER_TO field contains a type for a pointer to this type,
207 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
H A Dtree-inline.c261 TYPE_POINTER_TO (new) = NULL; in remap_type_1()
H A Dtree.h1943 #define TYPE_POINTER_TO(NODE) (TYPE_CHECK (NODE)->type.pointer_to) macro
H A Dfold-const.c11922 && (TYPE_POINTER_TO (expr) || TYPE_REFERENCE_TO (expr) in fold_checksum_tree()
11930 TYPE_POINTER_TO (expr) = NULL; in fold_checksum_tree()
H A DChangeLog.tree-ssa18176 (create_tmp_var): If the type is an array, use TYPE_POINTER_TO as
H A DChangeLog-200430280 build_pointer_type not TYPE_POINTER_TO.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19951058 * various.c: s/TYPE_POINTER_TO/build_pointer_type/.
2326 TYPE_POINTER_TO.
H A DChangeLog-19941995 TYPE_POINTER_TO.
2949 TYPE_POINTER_TO.
H A Ddecl.c3234 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
H A Dpt.c7460 TYPE_POINTER_TO (r) = NULL_TREE; in tsubst()