Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.h692 if (ret_decl) \
693 *ret_decl = NULL_TREE; \
H A Dparse.c13116 tree ret_decl; /* for EH checking */ local
13167 &is_static, &ret_decl);
13200 check_thrown_exceptions (location, ret_decl);
13817 is_static, ret_decl) in patch_method_invocation() argument
13821 tree *ret_decl;
14199 if (ret_decl)
14200 *ret_decl = list;
H A Dparse.y9551 tree ret_decl; /* for EH checking */ local
9602 &is_static, &ret_decl);
9635 check_thrown_exceptions (location, ret_decl);
10252 is_static, ret_decl) in patch_method_invocation() argument
10256 tree *ret_decl;
10634 if (ret_decl)
10635 *ret_decl = list;
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c7151 tree sc_spec, ret_spec, ret_decl, decl_specs; local
7181 if ((ret_decl = TREE_VALUE (TREE_TYPE (method))))
7185 tree save_expr = expr_last (ret_decl);
7188 method_decl = ret_decl;