Home
last modified time | relevance | path

Searched refs:declare_vars (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-gimple.h34 extern void declare_vars (tree, tree, bool);
Dtree-nested.c1100 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_nonlocal_reference()
1386 declare_vars (info->new_local_var_chain, OMP_PARALLEL_BODY (t), false); in convert_local_reference()
1897 declare_vars (root->new_local_var_chain, DECL_SAVED_TREE (root->context), in finalize_nesting_tree_1()
1900 declare_vars (root->debug_var_chain, DECL_SAVED_TREE (root->context), in finalize_nesting_tree_1()
Dgimplify.c183 declare_vars (c->temps, body, false); in pop_gimplify_context()
654 declare_vars (tree vars, tree scope, bool debug_info) in declare_vars() function
749 declare_vars (tmp, DECL_SAVED_TREE (current_function_decl), false); in gimple_add_tmp_var()
DChangeLog-20064444 * gimplify.c (declare_tmp_vars): Rename into declare_vars.
4449 * tree-gimple.h (declare_tmp_vars): Rename into declare_vars.