Searched refs:cur_attr (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gensupport.cc | 735 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in change_subst_attribute() local 736 if (GET_CODE (cur_attr) != SET_ATTR) in change_subst_attribute() 738 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in change_subst_attribute() 740 XSTR (cur_attr, 1) = new_value; in change_subst_attribute() 763 rtx cur_attr = RTVEC_ELT (attrs_vec, i); in has_subst_attribute() local 764 switch (GET_CODE (cur_attr)) in has_subst_attribute() 767 if (strcmp (XSTR (cur_attr, 0), subst_name) == 0) in has_subst_attribute() 769 value = XSTR (cur_attr, 1); in has_subst_attribute() 775 if (GET_CODE (SET_DEST (cur_attr)) != ATTR in has_subst_attribute() 776 || strcmp (XSTR (SET_DEST (cur_attr), 0), subst_name) != 0) in has_subst_attribute() [all …]
|
| D | attribs.cc | 618 tree cur_attr = lookup_attribute ("optimize", attributes); in decl_attributes() local 621 if (! cur_attr) in decl_attributes() 625 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes() 657 tree cur_attr = lookup_attribute ("target", attributes); in decl_attributes() local 660 if (! cur_attr) in decl_attributes() 663 TREE_VALUE (cur_attr) = chainon (opts, TREE_VALUE (cur_attr)); in decl_attributes()
|