Searched refs:decl_attr_list (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c3423 tree decl_attr_list = decl != 0 ? DECL_MACHINE_ATTRIBUTES (decl) : 0;
3434 && VALID_MACHINE_DECL_ATTRIBUTE (decl, decl_attr_list, attr_name, attr_args))
3437 decl_attr_list);
3447 decl_attr_list = tree_cons (attr_name, attr_args, decl_attr_list);
3448 decl = build_decl_attribute_variant (decl, decl_attr_list);
3400 tree decl_attr_list = decl != 0 ? DECL_MACHINE_ATTRIBUTES (decl) : 0; local

Completed in 94 milliseconds