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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c87 struct nesting_info struct
89 struct nesting_info *outer;
90 struct nesting_info *inner;
91 struct nesting_info *next;
117 static inline struct nesting_info *
118 iter_nestinfo_start (struct nesting_info *root)
125 static inline struct nesting_info *
126 iter_nestinfo_next (struct nesting_info *node)
148 create_tmp_var_for (struct nesting_info *info, tree type, const char *prefix)
221 get_frame_type (struct nesting_info *inf
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc187 struct nesting_info struct
189 struct nesting_info *outer;
190 struct nesting_info *inner;
191 struct nesting_info *next;
217 static inline struct nesting_info *
218 iter_nestinfo_start (struct nesting_info *root)
225 static inline struct nesting_info *
226 iter_nestinfo_next (struct nesting_info *node)
248 create_tmp_var_for (struct nesting_info *info, tree type, const char *prefix)
318 get_frame_type (struct nesting_info *inf
[all...]

Completed in 189 milliseconds