Searched refs:ret_decl (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.h543 if (ret_decl) \
544 *ret_decl = NULL_TREE; \
H A Dparse.c9555 patch_method_invocation (patch, primary, where, is_static, ret_decl)
9558 tree *ret_decl;
9826 if (ret_decl)
9827 *ret_decl = list;
H A Dparse.y6898 patch_method_invocation (patch, primary, where, is_static, ret_decl)
6901 tree *ret_decl;
7169 if (ret_decl)
7170 *ret_decl = list;
/haiku-buildtools/gcc/gcc/
H A Dtree-chkp.c1343 tree ret_decl = DECL_RESULT (cfun->decl); local
1349 if (BOUNDED_P (ret_decl))
1352 bounds = chkp_maybe_copy_and_register_bounds (ret_decl, bounds);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c7184 tree sc_spec, ret_spec, ret_decl, decl_specs;
7213 if ((ret_decl = TREE_VALUE (TREE_TYPE (method))))
7217 tree save_expr = expr_last (ret_decl);
7220 method_decl = ret_decl;
7163 tree sc_spec, ret_spec, ret_decl, decl_specs; local

Completed in 201 milliseconds