Home
last modified time | relevance | path

Searched defs:fieldstack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c5622 sort_fieldstack (vec<fieldoff_s> fieldstack) in sort_fieldstack()
5690 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack, in push_fields_onto_fieldstack()
6032 check_for_overlaps (vec<fieldoff_s> fieldstack) in check_for_overlaps()
6063 auto_vec<fieldoff_s> fieldstack; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc5746 sort_fieldstack (vec<fieldoff_s> &fieldstack) in sort_fieldstack()
5814 push_fields_onto_fieldstack (tree type, vec<fieldoff_s> *fieldstack, in push_fields_onto_fieldstack()
6156 check_for_overlaps (const vec<fieldoff_s> &fieldstack) in check_for_overlaps()
6187 auto_vec<fieldoff_s> fieldstack; in create_variable_info_for_1() local