Searched refs:declare_vars (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimplify.h61 extern void declare_vars (tree, gimple, bool);
H A Dtree-nested.c1374 declare_vars (info->new_local_var_chain,
1441 declare_vars (info->new_local_var_chain,
1944 declare_vars (info->new_local_var_chain,
2007 declare_vars (info->new_local_var_chain,
2328 declare_vars (info->new_local_var_chain,
2778 declare_vars (root->frame_decl,
2881 declare_vars (root->new_local_var_chain,
2945 declare_vars (root->debug_var_chain, scope, true);
H A Dgimplify.c292 declare_vars (c->temps, body, false);
605 declare_vars (tree vars, gimple gs, bool debug_info) function
726 declare_vars (tmp, gimple_seq_first_stmt (body_seq), false);
9303 /* tree-nested.c may later on call declare_vars (..., true);
9309 declare_vars (nonlocal_vla_vars, outer_bind, true);

Completed in 111 milliseconds