Searched refs:TYPE_POINTER_TO (Results 1 – 25 of 25) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | vtable-verify.c | 735 TYPE_POINTER_TO in verify_bb_vtables() 751 TYPE_POINTER_TO in verify_bb_vtables()
|
| HD | print-tree.c | 660 if (TYPE_POINTER_TO (node) || TREE_CHAIN (node)) in print_node() 663 print_node_brief (file, "pointer_to_this", TYPE_POINTER_TO (node), in print_node()
|
| HD | tree.c | 5492 fld_worklist_push (TYPE_POINTER_TO (t), fld); in find_decls_types_r() 6123 TYPE_POINTER_TO (t) = 0; in build_distinct_type_copy() 7552 if (TYPE_POINTER_TO (to_type) != 0 in build_pointer_type_for_mode() 7553 && TREE_CODE (TYPE_POINTER_TO (to_type)) != POINTER_TYPE) in build_pointer_type_for_mode() 7554 return TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode() 7558 for (t = TYPE_POINTER_TO (to_type); t; t = TYPE_NEXT_PTR_TO (t)) in build_pointer_type_for_mode() 7567 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode() 7568 TYPE_POINTER_TO (to_type) = t; in build_pointer_type_for_mode()
|
| HD | tree.def | 89 The TYPE_POINTER_TO field contains a type for a pointer to this type, 203 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
|
| HD | tree-cfg.c | 3545 if (!TYPE_POINTER_TO (src_obj)) in one_pointer_to_useless_type_conversion_p() 3548 for (src = TYPE_POINTER_TO (src_obj); src; src = TYPE_NEXT_PTR_TO (src)) in one_pointer_to_useless_type_conversion_p()
|
| HD | tree.h | 1871 #define TYPE_POINTER_TO(NODE) (TYPE_CHECK (NODE)->type_common.pointer_to) macro
|
| HD | tree-inline.c | 468 TYPE_POINTER_TO (new_tree) = NULL; in remap_type_1()
|
| HD | fold-const.c | 12117 && (TYPE_POINTER_TO (expr) in fold_checksum_tree() 12129 TYPE_POINTER_TO (tmp) = NULL; in fold_checksum_tree()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | print-tree.c | 709 if (TYPE_POINTER_TO (node) || TREE_CHAIN (node)) in print_node() 712 print_node_brief (file, "pointer_to_this", TYPE_POINTER_TO (node), in print_node()
|
| HD | tree-browser.c | 264 TB_SET_HEAD (TYPE_POINTER_TO (head));
|
| HD | tree.c | 4843 fld_worklist_push (TYPE_POINTER_TO (t), fld); in find_decls_types_r() 5784 TYPE_POINTER_TO (t) = 0; in build_distinct_type_copy() 7083 if (TYPE_POINTER_TO (to_type) != 0 in build_pointer_type_for_mode() 7084 && TREE_CODE (TYPE_POINTER_TO (to_type)) != POINTER_TYPE) in build_pointer_type_for_mode() 7085 return TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode() 7089 for (t = TYPE_POINTER_TO (to_type); t; t = TYPE_NEXT_PTR_TO (t)) in build_pointer_type_for_mode() 7098 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (to_type); in build_pointer_type_for_mode() 7099 TYPE_POINTER_TO (to_type) = t; in build_pointer_type_for_mode()
|
| HD | tree.def | 86 The TYPE_POINTER_TO field contains a type for a pointer to this type, 200 The field TYPE_POINTER_TO (TREE_TYPE (array_type)) is always nonzero
|
| HD | tree-cfg.c | 3104 if (!TYPE_POINTER_TO (src_obj)) in one_pointer_to_useless_type_conversion_p() 3107 for (src = TYPE_POINTER_TO (src_obj); src; src = TYPE_NEXT_PTR_TO (src)) in one_pointer_to_useless_type_conversion_p()
|
| HD | tree-inline.c | 419 TYPE_POINTER_TO (new_tree) = NULL; in remap_type_1()
|
| HD | tree.h | 2164 #define TYPE_POINTER_TO(NODE) (TYPE_CHECK (NODE)->type_common.pointer_to) macro
|
| HD | fold-const.c | 14324 && (TYPE_POINTER_TO (expr) in fold_checksum_tree() 14335 TYPE_POINTER_TO (tmp) = NULL; in fold_checksum_tree()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | vtable-class-hierarchy.c | 804 arg3 = build1 (ADDR_EXPR, TYPE_POINTER_TO (TREE_TYPE (array_arg)), array_arg); in insert_call_to_register_set()
|
| HD | class.c | 1933 for (t = TYPE_POINTER_TO (klass); t; t = TYPE_NEXT_PTR_TO (t)) in fixup_may_alias()
|
| HD | pt.c | 7288 TYPE_POINTER_TO (ntype) = TYPE_REFERENCE_TO (ntype) = NULL_TREE; in add_defaults_to_ttp() 14524 TYPE_POINTER_TO (r) = NULL_TREE; in tsubst()
|
| HD | decl.c | 4233 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
|
| /dragonfly/contrib/gcc-4.7/gcc/lto/ |
| HD | lto.c | 813 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (TREE_TYPE (t)); in uniquify_nodes() 814 TYPE_POINTER_TO (TREE_TYPE (t)) = t; in uniquify_nodes()
|
| /dragonfly/contrib/gcc-8.0/gcc/lto/ |
| HD | lto.c | 927 TYPE_NEXT_PTR_TO (t) = TYPE_POINTER_TO (TREE_TYPE (t)); in lto_fixup_prevailing_type() 928 TYPE_POINTER_TO (TREE_TYPE (t)) = t; in lto_fixup_prevailing_type()
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-act.c | 2265 gen_type_name_0 (class_type ? typ : TYPE_POINTER_TO (typ)); in objc_lookup_protocol() 2782 = TYPE_CANONICAL (TYPE_POINTER_TO (orig_pointee_type)); in objc_get_protocol_qualified_type() 2784 TYPE_POINTER_TO (TREE_TYPE (type)) = type; in objc_get_protocol_qualified_type() 2796 type = TYPE_POINTER_TO (type); in objc_get_protocol_qualified_type()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | decl.c | 3641 TYPE_POINTER_TO (unknown_type_node) = unknown_type_node; in cxx_init_decl_processing()
|
| HD | pt.c | 11150 TYPE_POINTER_TO (r) = NULL_TREE; in tsubst()
|