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

  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1183 location_t newloc, tree new_attrs,
1187 if (!old_attrs || !new_attrs)
1191 while (old_attrs && new_attrs)
1195 if (!contract_attribute_valid_p (new_attrs)
1199 if (check_for_mismatched_contracts (old_attrs, new_attrs, ctx))
1202 new_attrs = CONTRACT_CHAIN (new_attrs);
1206 if (old_attrs || new_attrs)
1216 new_attrs
optimize.cc 460 tree new_attrs = NULL_TREE; local
461 tree *p = &new_attrs;
474 return new_attrs;
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 5104 tree new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs); local
5105 if (!new_attrs)
5110 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE);
5111 new_attrs = tree_cons (name, new_attrs, NULL_TREE);
5117 new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs);
5118 if (!new_attrs)
5121 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
unique.c 507 unique_attrs *new_attrs = NULL; local
604 attr->next = new_attrs;
605 new_attrs = attr;
610 for ( attr = new_attrs;
622 /* (nconc legacy->uri->attrs (nreverse new_attrs)) */
624 for ( attr = new_attrs;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 5475 tree new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs); local
5476 if (!new_attrs)
5481 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE);
5482 new_attrs = tree_cons (name, new_attrs, NULL_TREE);
5488 new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs);
5489 if (!new_attrs)
5492 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32.cc 3955 tree new_attrs = *attributes;
3960 if (lookup_attribute ("noinline", new_attrs) == NULL)
3961 new_attrs = tree_cons (get_identifier ("noinline"), NULL, new_attrs);
3962 if (lookup_attribute ("noclone", new_attrs) == NULL)
3963 new_attrs = tree_cons (get_identifier ("noclone"), NULL, new_attrs);
3968 *attributes = new_attrs;
3943 tree new_attrs = *attributes; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32.cc 3953 tree new_attrs = *attributes;
3958 if (lookup_attribute ("noinline", new_attrs) == NULL)
3959 new_attrs = tree_cons (get_identifier ("noinline"), NULL, new_attrs);
3960 if (lookup_attribute ("noclone", new_attrs) == NULL)
3961 new_attrs = tree_cons (get_identifier ("noclone"), NULL, new_attrs);
3966 *attributes = new_attrs;
3941 tree new_attrs = *attributes; local
  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 1569 tree new_attrs = NULL_TREE;
1570 tree *ptr = &new_attrs;
1593 return start ? attrs : new_attrs;
1568 tree new_attrs = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 1496 tree new_attrs = NULL_TREE;
1497 tree *ptr = &new_attrs;
1521 return start ? attrs : new_attrs;
1495 tree new_attrs = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 3673 tree new_attrs = NULL_TREE;
3674 tree *ptr = &new_attrs;
3687 return new_attrs;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 4743 tree new_attrs = NULL_TREE;
4744 tree *ptr = &new_attrs;
4757 return new_attrs;
aarch64.cc 28985 tree new_attrs = DECL_ATTRIBUTES (newdecl);
28986 tree new_new = lookup_attribute ("arm", "new", new_attrs);
29007 return merge_attributes (old_attrs, new_attrs);
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 4304 tree new_attrs;
4309 new_attrs = c_parser_gnu_attributes (parser);
4310 return c_parser_parms_list_declarator (parser, new_attrs, expr,
4302 tree new_attrs; local
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 4954 tree new_attrs;
4959 new_attrs = c_parser_gnu_attributes (parser);
4960 return c_parser_parms_list_declarator (parser, new_attrs, expr,
4952 tree new_attrs; local

Completed in 133 milliseconds