Home
last modified time | relevance | path

Searched refs:ddecl (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dtree.c2520 build_decl_attribute_variant (ddecl, attribute) in build_decl_attribute_variant() argument
2521 tree ddecl, attribute; in build_decl_attribute_variant()
2523 DECL_ATTRIBUTES (ddecl) = attribute;
2524 return ddecl;
/openbsd/gnu/gcc/gcc/
H A Dtree.c3287 build_decl_attribute_variant (tree ddecl, tree attribute) in build_decl_attribute_variant() argument
3289 DECL_ATTRIBUTES (ddecl) = attribute; in build_decl_attribute_variant()
3290 return ddecl; in build_decl_attribute_variant()