HomeSort by: relevance | last modified time | path
    Searched refs:old_attrs (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1182 match_contract_conditions (location_t oldloc, tree old_attrs,
1187 if (!old_attrs || !new_attrs)
1191 while (old_attrs && new_attrs)
1196 || !contract_attribute_valid_p (old_attrs))
1199 if (check_for_mismatched_contracts (old_attrs, new_attrs, ctx))
1201 old_attrs = CONTRACT_CHAIN (old_attrs);
1206 if (old_attrs || new_attrs)
decl2.cc 1490 tree old_attrs = *q;
1519 gcc_assert (TYPE_ATTRIBUTES (variant) == old_attrs);
1488 tree old_attrs = *q; local
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 954 tree old_attrs; local
958 old_attrs = DECL_ATTRIBUTES (*anode);
960 old_attrs = TYPE_ATTRIBUTES (*anode);
962 for (a = find_same_attribute (attr, old_attrs);
976 r = tree_cons (build_tree_list (ns, name), args, old_attrs);
978 r = tree_cons (name, args, old_attrs);
992 if (TYPE_ATTRIBUTES (variant) == old_attrs)
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 892 tree old_attrs; local
896 old_attrs = DECL_ATTRIBUTES (*anode);
898 old_attrs = TYPE_ATTRIBUTES (*anode);
900 for (a = lookup_attribute (spec->name, old_attrs);
914 r = tree_cons (build_tree_list (ns, name), args, old_attrs);
916 r = tree_cons (name, args, old_attrs);
930 if (TYPE_ATTRIBUTES (variant) == old_attrs)
  /src/usr.bin/xlint/lint1/
cgram.y 118 attribute *old_attrs = list->attrs;
123 memcpy(list->attrs, old_attrs,
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 3671 get_arm_sve_vector_bits_attributes (tree old_attrs, tree new_sve_type_args)
3675 for (tree attr = old_attrs; attr; attr = TREE_CHAIN (attr))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 4741 get_arm_sve_vector_bits_attributes (tree old_attrs, tree new_sve_type_args)
4745 for (tree attr = old_attrs; attr; attr = TREE_CHAIN (attr))
aarch64.cc 807 tree old_attrs = TYPE_ATTRIBUTES (type); local
815 auto old_flags = aarch64_lookup_shared_state_flags (old_attrs,
830 old_attrs);
28982 tree old_attrs = DECL_ATTRIBUTES (olddecl);
28983 tree old_new = lookup_attribute ("arm", "new", old_attrs);
28999 old_attrs = remove_attribute ("arm", "new", old_attrs);
29007 return merge_attributes (old_attrs, new_attrs);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 1419 tree old_attrs = *q;
1448 gcc_assert (TYPE_ATTRIBUTES (variant) == old_attrs);
1417 tree old_attrs = *q; local

Completed in 49 milliseconds