Home
last modified time | relevance | path

Searched refs:sorted_attr_string (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.h45 extern char *sorted_attr_string (tree);
H A Dattribs.c891 sorted_attr_string (tree arglist) in sorted_attr_string() function
1008 target1 = sorted_attr_string (TREE_VALUE (attr1)); in common_function_versions()
1009 target2 = sorted_attr_string (TREE_VALUE (attr2)); in common_function_versions()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h49 extern char *sorted_attr_string (tree);
H A Dattribs.cc1047 sorted_attr_string (tree arglist) in sorted_attr_string() function
1164 target1 = sorted_attr_string (TREE_VALUE (attr1)); in common_function_versions()
1165 target2 = sorted_attr_string (TREE_VALUE (attr2)); in common_function_versions()
H A DChangeLog-201338812 (sorted_attr_string): Change argument from const char * to tree,
38818 sorted_attr_string caller. Avoid leaking memory. Use XNEWVEC
38823 sorted_attr_string caller. Use XDELETEVEC instead of free.
H A DChangeLog-201731284 * attribs.h (sorted_attr_string): Move machine independent
31293 (sorted_attr_string): Likewise.
31299 (sorted_attr_string): Likewise.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2743 attr_str = sorted_attr_string (TREE_VALUE (version_attr)); in ix86_mangle_function_version_assembler_name()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c2613 attr_str = sorted_attr_string (TREE_VALUE (version_attr)); in ix86_mangle_function_version_assembler_name()