Home
last modified time | relevance | path

Searched refs:newattrs (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c4285 tree newattrs, extvisattr; in cxx_init_decl_processing() local
4321 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()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c3683 tree newattrs, extvisattr; in cxx_init_decl_processing() local
3715 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()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-decl.c1662 tree newattrs = TYPE_ATTRIBUTES (newtype); in match_builtin_function_types() local
1663 tree newtsafe = lookup_attribute ("transaction_safe", newattrs); in match_builtin_function_types()