Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Drtti.c1565 tree bltn_type = lookup_qualified_name in emit_support_tinfos() local
1567 if (TREE_CODE (bltn_type) != TYPE_DECL) in emit_support_tinfos()
1570 bltn_type = TREE_TYPE (bltn_type); in emit_support_tinfos()
1571 if (!COMPLETE_TYPE_P (bltn_type)) in emit_support_tinfos()
1573 tree dtor = CLASSTYPE_DESTRUCTOR (bltn_type); in emit_support_tinfos()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc1608 tree bltn_type = lookup_qualified_name in emit_support_tinfos() local
1610 if (TREE_CODE (bltn_type) != TYPE_DECL) in emit_support_tinfos()
1613 bltn_type = TREE_TYPE (bltn_type); in emit_support_tinfos()
1614 if (!COMPLETE_TYPE_P (bltn_type)) in emit_support_tinfos()
1616 tree dtor = CLASSTYPE_DESTRUCTOR (bltn_type); in emit_support_tinfos()