Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dfrontend-passes.cc3459 gfc_code *else_alloc; in matmul_lhs_realloc() local
3596 else_alloc = XCNEW (gfc_code); in matmul_lhs_realloc()
3597 else_alloc->op = EXEC_IF; in matmul_lhs_realloc()
3598 else_alloc->loc = c->where; in matmul_lhs_realloc()
3599 else_alloc->next = allocate_else; in matmul_lhs_realloc()
3606 if_alloc_2->block = else_alloc; in matmul_lhs_realloc()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dfrontend-passes.c3181 gfc_code *else_alloc; in matmul_lhs_realloc() local
3318 else_alloc = XCNEW (gfc_code); in matmul_lhs_realloc()
3319 else_alloc->op = EXEC_IF; in matmul_lhs_realloc()
3320 else_alloc->loc = c->where; in matmul_lhs_realloc()
3321 else_alloc->next = allocate_else; in matmul_lhs_realloc()
3328 if_alloc_2->block = else_alloc; in matmul_lhs_realloc()