Searched refs:restrict_pointed_type (Results 1 – 3 of 3) sorted by relevance
5592 tree restrict_pointed_type; member5774 e.restrict_pointed_type = TREE_TYPE (field_type); in push_fields_onto_fieldstack()6195 && !type_contains_placeholder_p (fo->restrict_pointed_type)6197 TYPE_UID (fo->restrict_pointed_type)))6200 tree heapvar = build_fake_var_decl (fo->restrict_pointed_type);6204 TYPE_UID (fo->restrict_pointed_type));6209 TYPE_UID (fo->restrict_pointed_type));
5716 tree restrict_pointed_type; member5898 e.restrict_pointed_type = TREE_TYPE (field_type); in push_fields_onto_fieldstack()6319 && !type_contains_placeholder_p (fo->restrict_pointed_type) in create_variable_info_for_1()6321 TYPE_UID (fo->restrict_pointed_type))) in create_variable_info_for_1()6324 tree heapvar = build_fake_var_decl (fo->restrict_pointed_type); in create_variable_info_for_1()6328 TYPE_UID (fo->restrict_pointed_type)); in create_variable_info_for_1()6333 TYPE_UID (fo->restrict_pointed_type)); in create_variable_info_for_1()
8764 * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type8766 (push_fields_onto_fieldstack): Handle restrict_pointed_type field.