Searched refs:caller_type (Results 1 – 1 of 1) sorted by relevance
1185 tree caller_type = TREE_TYPE (TREE_TYPE (callee)); in declare_return_variable() local1224 if (!lang_hooks.types_compatible_p (caller_type, callee_type)) in declare_return_variable()1230 else if (TREE_CODE (TYPE_SIZE_UNIT (caller_type)) != INTEGER_CST) in declare_return_variable()1282 if (!lang_hooks.types_compatible_p (TREE_TYPE (var), caller_type)) in declare_return_variable()1283 use = fold_convert (caller_type, var); in declare_return_variable()