Searched refs:value_decl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks.c | 497 tree value_decl = build_decl (loc, CONST_DECL, in lhd_simulate_enum_decl() local 499 DECL_INITIAL (value_decl) = build_int_cst (integer_type_node, in lhd_simulate_enum_decl() 501 lang_hooks.decls.pushdecl (value_decl); in lhd_simulate_enum_decl() 502 value_chain = tree_cons (value_decl, DECL_INITIAL (value_decl), in lhd_simulate_enum_decl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.cc | 500 tree value_decl = build_decl (loc, CONST_DECL, in lhd_simulate_enum_decl() local 502 DECL_INITIAL (value_decl) = build_int_cst (integer_type_node, in lhd_simulate_enum_decl() 504 lang_hooks.decls.pushdecl (value_decl); in lhd_simulate_enum_decl() 505 value_chain = tree_cons (value_decl, DECL_INITIAL (value_decl), in lhd_simulate_enum_decl()
|