Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c18463 tree return_exp = TREE_OPERAND (node, 0); local
18473 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);
H A Dparse.y14898 tree return_exp = TREE_OPERAND (node, 0); local
14908 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);