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

  /src/external/gpl3/gcc/dist/gcc/
attribs.cc 1729 merge_attributes (tree a1, tree a2)
1778 return merge_attributes (TYPE_ATTRIBUTES (t1),
1788 return merge_attributes (DECL_ATTRIBUTES (olddecl),
1891 a = merge_attributes (DECL_ATTRIBUTES (old), DECL_ATTRIBUTES (new_tree));
1727 merge_attributes (tree a1, tree a2) function
  /src/external/gpl3/gcc.old/dist/gcc/
attribs.cc 1630 merge_attributes (tree a1, tree a2)
1679 return merge_attributes (TYPE_ATTRIBUTES (t1),
1689 return merge_attributes (DECL_ATTRIBUTES (olddecl),
1792 a = merge_attributes (DECL_ATTRIBUTES (old), DECL_ATTRIBUTES (new_tree));
1628 merge_attributes (tree a1, tree a2) function

Completed in 21 milliseconds