Searched refs:decl_result (Results 1 – 5 of 5) sorted by relevance
3115 tree decl_result = DECL_RESULT (fndecl); in assign_parms() local3116 rtx decl_rtl = DECL_RTL (decl_result); in assign_parms()3120 : DECL_REGISTER (decl_result)) in assign_parms()3124 real_decl_rtl = targetm.calls.function_value (TREE_TYPE (decl_result), in assign_parms()4263 tree decl_result = DECL_RESULT (current_function_decl); in clobber_return_register() local4264 rtx decl_rtl = DECL_RTL (decl_result); in clobber_return_register()4403 tree decl_result = DECL_RESULT (current_function_decl); in expand_function_end() local4404 rtx decl_rtl = DECL_RTL (decl_result); in expand_function_end()4408 : DECL_REGISTER (decl_result)) in expand_function_end()4426 if (TYPE_MODE (TREE_TYPE (decl_result)) != BLKmode in expand_function_end()[all …]
5240 tree decl_result = DECL_RESULT (fndecl); local5241 rtx decl_rtl = DECL_RTL (decl_result);5245 : DECL_REGISTER (decl_result))5250 real_decl_rtl = FUNCTION_OUTGOING_VALUE (TREE_TYPE (decl_result),5253 real_decl_rtl = FUNCTION_VALUE (TREE_TYPE (decl_result),6844 tree decl_result = DECL_RESULT (current_function_decl); in clobber_return_register() local6845 rtx decl_rtl = DECL_RTL (decl_result); in clobber_return_register()7080 tree decl_result = DECL_RESULT (current_function_decl); local7081 rtx decl_rtl = DECL_RTL (decl_result);7085 : DECL_REGISTER (decl_result))[all …]
5790 tree decl_result; local5912 decl_result = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type));5917 if (!decl_result && QUALIFIED_P (TYPE_NAME (class_type)))5933 decl_result = IDENTIFIER_CLASS_VALUE (name);5935 } while (!decl_result && separator);5937 return decl_result;
9355 tree decl_result; local9477 decl_result = IDENTIFIER_CLASS_VALUE (TYPE_NAME (class_type));9482 if (!decl_result && QUALIFIED_P (TYPE_NAME (class_type)))9498 decl_result = IDENTIFIER_CLASS_VALUE (name);9500 } while (!decl_result && separator);9502 return decl_result;
1455 * parse.y (do_resolve_class): New local `decl_result.'