Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c2178 tree method_args, res_type; local
2220 method_args = DECL_ARGUMENTS (method);
2222 method_args = BLOCK_EXPR_DECLS (DECL_FUNCTION_BODY (method));
2224 method_args, NULL_TREE);
2243 for (tem = method_args; tem != NULL_TREE; tem = TREE_CHAIN (tem))