Searched refs:end_struct_past_end1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c1022 access_path_may_continue_p (tree ref_type1, bool end_struct_past_end1, argument
1034 Punt if end_struct_past_end1 is true. We want to support arbitrary
1038 if (!end_struct_past_end1)
1080 bool end_struct_past_end1 = false; local
1102 end_struct_past_end1 is true if this traling refernece occurs in
1128 end_struct_past_end1 = true;
1207 if (access_path_may_continue_p (TREE_TYPE (ref1), end_struct_past_end1,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1170 access_path_may_continue_p (tree ref_type1, bool end_struct_past_end1, argument
1182 Punt if end_struct_past_end1 is true. We want to support arbitrary
1186 if (!end_struct_past_end1)
1228 bool end_struct_past_end1 = false; local
1250 end_struct_past_end1 is true if this trailing reference occurs in
1276 end_struct_past_end1 = true;
1355 if (access_path_may_continue_p (TREE_TYPE (ref1), end_struct_past_end1,

Completed in 297 milliseconds