Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc7582 tree stub_decl = NULL_TREE; in decl_value() local
7605 stub_decl = TYPE_STUB_DECL (type); in decl_value()
7606 bool has_stub = inner != stub_decl; in decl_value()
7608 u (has_stub ? TREE_CODE (stub_decl) : 0); in decl_value()
7611 stub_tag = insert (stub_decl); in decl_value()
7614 start (stub_decl, true); in decl_value()
7615 tree_node_bools (stub_decl); in decl_value()
7618 TREE_CODE (stub_decl), stub_decl); in decl_value()
7622 stub_decl = NULL_TREE; in decl_value()
7664 if (stub_decl) in decl_value()
[all …]