Home
last modified time | relevance | path

Searched refs:orig_decl (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.c2191 tree orig_decl = decl; in do_local_using_decl() local
2237 cp_emit_debug_info_for_using (orig_decl, current_scope()); in do_local_using_decl()
3303 tree orig_decl = decl; in do_toplevel_using_decl() local
3319 cp_emit_debug_info_for_using (orig_decl, current_namespace); in do_toplevel_using_decl()
Dpt.c2353 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level() local
2356 decl = build_decl (TREE_CODE (orig_decl), DECL_NAME (orig_decl), type); in reduce_template_parm_level()
2357 TREE_CONSTANT (decl) = TREE_CONSTANT (orig_decl); in reduce_template_parm_level()
2358 TREE_INVARIANT (decl) = TREE_INVARIANT (orig_decl); in reduce_template_parm_level()
2359 TREE_READONLY (decl) = TREE_READONLY (orig_decl); in reduce_template_parm_level()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-write.c3267 tree orig_decl = TYPE_NAME (class); local
3272 if (!INNER_CLASS_TYPE_P (class) && !DECL_INNER_CLASS_LIST (orig_decl))
3304 decl = orig_decl;