Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dresolve.cc14990 cons_where (gfc_expr *struct_expr) in cons_where() argument
14994 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE); in cons_where()
14996 cons = gfc_constructor_first (struct_expr->value.constructor); in cons_where()
15003 return &struct_expr->where; in cons_where()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dresolve.c14773 cons_where (gfc_expr *struct_expr) in cons_where() argument
14777 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE); in cons_where()
14779 cons = gfc_constructor_first (struct_expr->value.constructor); in cons_where()
14786 return &struct_expr->where; in cons_where()