Searched refs:remove_attribute (Results 1 – 15 of 15) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | attribs.h | 74 extern tree remove_attribute (const char *, tree);
|
H A D | cgraphunit.c | 728 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_common_attributes() 787 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_function_and_variable_attributes() 824 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_function_and_variable_attributes()
|
H A D | attribs.c | 1401 remove_attribute (const char *attr_name, tree list) in remove_attribute() function 1588 a = remove_attribute ("dllimport", a); in merge_dllimport_decl_attributes()
|
H A D | ipa-visibility.c | 503 DECL_ATTRIBUTES (node->decl) = remove_attribute ("weakref", in optimize_weakref()
|
H A D | ipa.c | 564 = remove_attribute ("always_inline", in remove_unreachable_nodes()
|
H A D | symtab.c | 1282 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in make_decl_local()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | cgraphunit.c | 959 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_common_attributes() 1023 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_function_and_variable_attributes() 1069 DECL_ATTRIBUTES (decl) = remove_attribute ("weakref", in process_function_and_variable_attributes()
|
H A D | tree.c | 5361 remove_attribute (const char *attr_name, tree list) in remove_attribute() function 5511 a = remove_attribute ("dllimport", a); in merge_dllimport_decl_attributes()
|
H A D | tree.h | 4627 extern tree remove_attribute (const char *, tree);
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | cvt.c | 1977 tree attrs = remove_attribute ("transaction_safe", in tx_unsafe_fn_variant()
|
H A D | pt.c | 13096 = remove_attribute ("visibility", DECL_ATTRIBUTES (r)); in tsubst_function_decl() 13782 = remove_attribute ("visibility", DECL_ATTRIBUTES (r)); in tsubst_decl()
|
H A D | decl.c | 7323 = remove_attribute ("omp declare target implicit", in cp_finish_decl()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-decl.c | 1665 oldattrs = remove_attribute ("transaction_safe", oldattrs); in match_builtin_function_types() 5222 = remove_attribute ("omp declare target implicit", in finish_decl()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 10105 = remove_attribute ("visibility", DECL_ATTRIBUTES (r)); in tsubst_decl() 10485 = remove_attribute ("visibility", DECL_ATTRIBUTES (r)); in tsubst_decl()
|
H A D | decl.c | 2096 = remove_attribute ("always_inline", in duplicate_decls()
|