Searched refs:type_attributes (Results 1 – 2 of 2) sorted by relevance
143 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); in i386_nlm_encode_section_info() local146 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()
347 tree type_attributes = TYPE_ATTRIBUTES (TREE_TYPE (decl)); in i386_pe_encode_section_info() local350 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()