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

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dnetware.c143 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); local
146 if (lookup_attribute ("stdcall", type_attributes))
148 else if (lookup_attribute ("fastcall", type_attributes))
150 else if ((newid = lookup_attribute ("regparm", type_attributes)) != NULL_TREE)
H A Dwinnt.c348 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl));
351 if (lookup_attribute ("stdcall", type_attributes))
353 else if (lookup_attribute ("fastcall", type_attributes))
347 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); local

Completed in 49 milliseconds