Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDnetware.c143 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); in i386_nlm_encode_section_info() local
146 if (lookup_attribute ("stdcall", type_attributes)) in i386_nlm_encode_section_info()
148 else if (lookup_attribute ("fastcall", type_attributes)) in i386_nlm_encode_section_info()
150 else if ((newid = lookup_attribute ("regparm", type_attributes)) != NULL_TREE) in i386_nlm_encode_section_info()
HDwinnt.c347 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); in i386_pe_encode_section_info() local
350 if (lookup_attribute ("stdcall", type_attributes)) in i386_pe_encode_section_info()
352 else if (lookup_attribute ("fastcall", type_attributes)) in i386_pe_encode_section_info()