Searched refs:push_fields_onto_fieldstack (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | tree-flow.h | 1023 int push_fields_onto_fieldstack (tree, VEC(fieldoff_s,heap) **,
|
H A D | tree-ssa-structalias.c | 3679 push_fields_onto_fieldstack (tree type, VEC(fieldoff_s,heap) **fieldstack, in push_fields_onto_fieldstack() function 3735 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack() 3774 else if (!(pushed = push_fields_onto_fieldstack in push_fields_onto_fieldstack() 4076 push_fields_onto_fieldstack (decltype, &fieldstack, 0, &hasunion); in create_variable_info_for()
|
H A D | tree-ssa-alias.c | 3004 push_fields_onto_fieldstack (TREE_TYPE (var), &fieldstack, 0, NULL); in create_overlap_variables_for()
|