Searched refs:prev_ref (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c392 tree jbuf_ref, handlers_ref,prev_ref;
421 prev_ref = build_component_ref (handler_decl, prev_ident);
428 expand_expr_stmt (build_chill_modify_expr (prev_ref,
432 current_handler->handler_ref = prev_ref;
391 tree jbuf_ref, handlers_ref,prev_ref; local
/haiku-buildtools/gcc/gcc/
H A Ddf-scan.c1844 df_ref prev_ref = DF_REF_PREV_REG (the_ref);
1852 if (prev_ref)
1853 DF_REF_NEXT_REG (prev_ref) = next_ref;
1857 DF_REF_PREV_REG (next_ref) = prev_ref;
1840 df_ref prev_ref = DF_REF_PREV_REG (the_ref); local
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-array.c5244 gfc_ref *ref, *prev_ref = NULL; local
5254 prev_ref = ref;
5261 if (!prev_ref)
5269 allocatable = prev_ref->u.c.component->attr.allocatable;
5270 coarray = prev_ref->u.c.component->attr.codimension;
5271 dimension = prev_ref->u.c.component->attr.dimension;

Completed in 179 milliseconds