Searched refs:return_exp (Results 1 – 2 of 2) sorted by relevance
18463 tree return_exp = TREE_OPERAND (node, 0); local18473 if (return_exp && (mtype == void_type_node || DECL_CONSTRUCTOR_P (meth)))18482 if (!return_exp && (mtype != void_type_node && !DECL_CONSTRUCTOR_P (meth)))18517 if (return_exp)18519 tree exp = java_complete_tree (return_exp);
14898 tree return_exp = TREE_OPERAND (node, 0); local14908 if (return_exp && (mtype == void_type_node || DECL_CONSTRUCTOR_P (meth)))14917 if (!return_exp && (mtype != void_type_node && !DECL_CONSTRUCTOR_P (meth)))14952 if (return_exp)14954 tree exp = java_complete_tree (return_exp);