HomeSort by: relevance | last modified time | path
    Searched defs:decl_attributes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 470 attrs[0] = DECL_ATTRIBUTES (node);
622 decl_attributes (tree *node, tree attributes, int flags, function
958 old_attrs = DECL_ATTRIBUTES (*anode);
981 DECL_ATTRIBUTES (*anode) = r;
1068 decl_attributes (&TREE_TYPE (fndecl), tree_cons (attr, NULL, NULL), 0);
1195 attr1 = lookup_attribute ("target", DECL_ATTRIBUTES (fn1));
1196 attr2 = lookup_attribute ("target", DECL_ATTRIBUTES (fn2));
1220 DECL_ATTRIBUTES (fn2)
1223 DECL_ATTRIBUTES (fn2));
1286 tree attr = lookup_attribute ("target", DECL_ATTRIBUTES (decl))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 481 attrs[0] = DECL_ATTRIBUTES (node);
603 decl_attributes (tree *node, tree attributes, int flags, function
896 old_attrs = DECL_ATTRIBUTES (*anode);
919 DECL_ATTRIBUTES (*anode) = r;
1006 decl_attributes (&TREE_TYPE (fndecl), tree_cons (attr, NULL, NULL), 0);
1133 attr1 = lookup_attribute ("target", DECL_ATTRIBUTES (fn1));
1134 attr2 = lookup_attribute ("target", DECL_ATTRIBUTES (fn2));
1157 DECL_ATTRIBUTES (fn2)
1160 DECL_ATTRIBUTES (fn2));
1222 tree attr = lookup_attribute ("target", DECL_ATTRIBUTES (decl))
    [all...]

Completed in 22 milliseconds