Home
last modified time | relevance | path

Searched refs:ref_decl (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-decl.c7853 tree ref_decl; in build_block_ref_decl() local
7913 ref_decl = build_decl (VAR_DECL, name, in build_block_ref_decl()
7917 DECL_SOURCE_LOCATION (ref_decl) = DECL_SOURCE_LOCATION in build_block_ref_decl()
7920 DECL_INITIAL (ref_decl) = error_mark_node; in build_block_ref_decl()
7922 c_apply_type_quals_to_decl (TYPE_QUAL_CONST, ref_decl); in build_block_ref_decl()
7923 BLOCK_DECL_COPIED (ref_decl) = 1; in build_block_ref_decl()
7933 bind (name, ref_decl, in build_block_ref_decl()
7936 tree_cons (NULL_TREE, ref_decl, cur_block->block_ref_decl_list); in build_block_ref_decl()
7940 return ref_decl; in build_block_ref_decl()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c20090 tree ref_decl; in build_block_ref_decl() local
20161 ref_decl = build_decl (VAR_DECL, name, in build_block_ref_decl()
20165 DECL_SOURCE_LOCATION (ref_decl) = DECL_SOURCE_LOCATION in build_block_ref_decl()
20168 DECL_CONTEXT (ref_decl) = current_function_decl; in build_block_ref_decl()
20169 DECL_INITIAL (ref_decl) = error_mark_node; in build_block_ref_decl()
20170 c_apply_type_quals_to_decl (TYPE_QUAL_CONST, ref_decl); in build_block_ref_decl()
20171 BLOCK_DECL_COPIED (ref_decl) = 1; in build_block_ref_decl()
20180 pushdecl_with_scope (ref_decl, b, /*is_friend=*/false); in build_block_ref_decl()
20182 add_decl_expr (ref_decl); in build_block_ref_decl()
20185 tree_cons (NULL_TREE, ref_decl, cur_block->block_ref_decl_list); in build_block_ref_decl()
[all …]