Searched refs:newattrs (Results 1 – 3 of 3) sorted by relevance
4285 tree newattrs, extvisattr; in cxx_init_decl_processing() local4321 newattrs = tree_cons (get_identifier ("alloc_size"), in cxx_init_decl_processing()4324 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs); in cxx_init_decl_processing()4362 newtype = cp_build_type_attribute_variant (newtype, newattrs); in cxx_init_decl_processing()
3683 tree newattrs, extvisattr; in cxx_init_decl_processing() local3715 newattrs = tree_cons (get_identifier ("alloc_size"), in cxx_init_decl_processing()3718 newtype = cp_build_type_attribute_variant (ptr_ftype_sizetype, newattrs); in cxx_init_decl_processing()
1662 tree newattrs = TYPE_ATTRIBUTES (newtype); in match_builtin_function_types() local1663 tree newtsafe = lookup_attribute ("transaction_safe", newattrs); in match_builtin_function_types()