Home
last modified time | relevance | path

Searched refs:restrict_pointed_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c5592 tree restrict_pointed_type; member
5774 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));
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc5716 tree restrict_pointed_type; member
5898 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()
H A DChangeLog-20158764 * tree-ssa-structalias.c (struct fieldoff): Add restrict_pointed_type
8766 (push_fields_onto_fieldstack): Handle restrict_pointed_type field.