]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/attribs.h
2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
[thirdparty/gcc.git] / gcc / attribs.h
index 9d3741c1305c144c03d8c085936f132e838cadd8..7f13332700ec123e0db31da16ae6c69f22db47c2 100644 (file)
@@ -41,4 +41,10 @@ extern tree make_attribute (const char *, const char *, tree);
 extern struct scoped_attributes* register_scoped_attributes (const struct attribute_spec *,
                                                             const char *);
 
+extern char *sorted_attr_string (tree);
+extern bool common_function_versions (tree, tree);
+extern char *make_unique_name (tree, const char *, bool);
+extern tree make_dispatcher_decl (const tree);
+extern bool is_function_default_version (const tree);
+
 #endif // GCC_ATTRIBS_H