Searched refs:TYPE_POINTER_TO (Results 1 – 13 of 13) sorted by relevance
645 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()
3382 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()
264 TB_SET_HEAD (TYPE_POINTER_TO (head)); in browse_tree()
87 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
261 TYPE_POINTER_TO (new) = NULL; in remap_type_1()
1943 #define TYPE_POINTER_TO(NODE) (TYPE_CHECK (NODE)->type.pointer_to) macro
11922 && (TYPE_POINTER_TO (expr) || TYPE_REFERENCE_TO (expr) in fold_checksum_tree()11930 TYPE_POINTER_TO (expr) = NULL; in fold_checksum_tree()
18176 (create_tmp_var): If the type is an array, use TYPE_POINTER_TO as
30280 build_pointer_type not TYPE_POINTER_TO.
1058 * various.c: s/TYPE_POINTER_TO/build_pointer_type/.2326 TYPE_POINTER_TO.
1995 TYPE_POINTER_TO.2949 TYPE_POINTER_TO.
3234 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
7460 TYPE_POINTER_TO (r) = NULL_TREE; in tsubst()