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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-gimple.h34 extern void declare_vars (tree, tree, bool);
H A Dtree-nested.c1102 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false);
1388 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false);
1899 declare_vars (root->new_local_var_chain, DECL_SAVED_TREE (root->context),
1902 declare_vars (root->debug_var_chain, DECL_SAVED_TREE (root->context),
H A Dgimplify.c183 declare_vars (c->temps, body, false);
654 declare_vars (tree vars, tree scope, bool debug_info) function
749 declare_vars (tmp, DECL_SAVED_TREE (current_function_decl), false);

Completed in 150 milliseconds