Searched refs:last_decl (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | attribs.cc | 447 diag_attr_exclusions (tree last_decl, tree node, tree attrname, in diag_attr_exclusions() argument 465 if (last_decl && last_decl != node && TREE_TYPE (last_decl) != node) in diag_attr_exclusions() 469 found |= diag_attr_exclusions (last_decl, last_decl, attrname, spec); in diag_attr_exclusions() 470 tree decl_type = TREE_TYPE (last_decl); in diag_attr_exclusions() 471 found |= diag_attr_exclusions (last_decl, decl_type, attrname, spec); in diag_attr_exclusions() 530 bool note = last_decl != NULL_TREE; in diag_attr_exclusions() 546 inform (DECL_SOURCE_LOCATION (last_decl), in diag_attr_exclusions() 604 tree last_decl /* = NULL_TREE */) in decl_attributes() argument 828 && !error_operand_p (last_decl)) in decl_attributes() 842 bool no_add = diag_attr_exclusions (last_decl, *anode, name, spec); in decl_attributes() [all …]
|
| D | ChangeLog-2020 | 24845 if last_decl is error_mark_node or has such a TREE_TYPE. 24849 if last_decl is error_mark_node or has such a TREE_TYPE.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl2.cc | 1637 tree last_decl = NULL_TREE; in find_last_decl() local 1646 last_decl = lookup_name (name); in find_last_decl() 1653 if (last_decl && BASELINK_P (last_decl)) in find_last_decl() 1654 last_decl = BASELINK_FUNCTIONS (last_decl); in find_last_decl() 1657 if (!last_decl) in find_last_decl() 1660 if (DECL_P (last_decl) || TREE_CODE (last_decl) == OVERLOAD) in find_last_decl() 1663 for (lkp_iterator iter (last_decl); iter; ++iter) in find_last_decl() 1765 tree last_decl = find_last_decl (*decl); in cplus_decl_attributes() local 1766 decl_attributes (decl, attributes, flags, last_decl); in cplus_decl_attributes()
|