Home
last modified time | relevance | path

Searched refs:gfc_match_init_expr (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.h298 match gfc_match_init_expr (gfc_expr **);
H A Darray.c92 m = gfc_match_init_expr (&ar->start[i]); in match_subscript()
124 m = gfc_match_init_expr (&ar->end[i]); in match_subscript()
146 m = init ? gfc_match_init_expr (&ar->stride[i]) in match_subscript()
H A Dmatch.c1032 m = init_flag ? gfc_match_init_expr (&e1) : gfc_match_expr (&e1); in gfc_match_iterator()
1041 m = init_flag ? gfc_match_init_expr (&e2) : gfc_match_expr (&e2); in gfc_match_iterator()
1053 m = init_flag ? gfc_match_init_expr (&e3) : gfc_match_expr (&e3); in gfc_match_iterator()
6046 m = gfc_match_init_expr (&c->high); in match_case_selector()
6062 m = gfc_match_init_expr (&c->low); in match_case_selector()
6082 m = gfc_match_init_expr (&c->high); in match_case_selector()
H A Ddecl.c461 m = gfc_match_init_expr (result); in match_data_constant()
2937 m = gfc_match_init_expr (&initializer); in variable_decl()
3175 n = gfc_match_init_expr (&e); in gfc_match_kind_spec()
3328 n = gfc_match_init_expr (&e); in match_char_kind()
8108 if (gfc_match_init_expr (&e) != MATCH_YES) in gfc_match_bind_c()
9339 m = gfc_match_init_expr (&init); in do_parm()
10808 m = gfc_match_init_expr (&initializer); in enumerator_decl()
H A Dprimary.c863 m = gfc_match_init_expr (&start); in match_substring()
881 m = gfc_match_init_expr (&end); in match_substring()
H A Dexpr.c3180 gfc_match_init_expr (gfc_expr **result) in gfc_match_init_expr() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.h309 match gfc_match_init_expr (gfc_expr **);
H A Darray.cc92 m = gfc_match_init_expr (&ar->start[i]); in match_subscript()
124 m = gfc_match_init_expr (&ar->end[i]); in match_subscript()
153 m = init ? gfc_match_init_expr (&ar->stride[i]) in match_subscript()
H A Dmatch.cc1006 m = init_flag ? gfc_match_init_expr (&e1) : gfc_match_expr (&e1); in gfc_match_iterator()
1015 m = init_flag ? gfc_match_init_expr (&e2) : gfc_match_expr (&e2); in gfc_match_iterator()
1027 m = init_flag ? gfc_match_init_expr (&e3) : gfc_match_expr (&e3); in gfc_match_iterator()
6115 m = gfc_match_init_expr (&c->high); in match_case_selector()
6131 m = gfc_match_init_expr (&c->low); in match_case_selector()
6151 m = gfc_match_init_expr (&c->high); in match_case_selector()
H A Ddecl.cc461 m = gfc_match_init_expr (result); in match_data_constant()
3035 m = gfc_match_init_expr (&initializer); in variable_decl()
3272 n = gfc_match_init_expr (&e); in gfc_match_kind_spec()
3424 n = gfc_match_init_expr (&e); in match_char_kind()
8197 if (gfc_match_init_expr (&e) != MATCH_YES) in gfc_match_bind_c()
9427 m = gfc_match_init_expr (&init); in do_parm()
10898 m = gfc_match_init_expr (&initializer); in enumerator_decl()
H A Dprimary.cc842 m = gfc_match_init_expr (&start); in match_substring()
860 m = gfc_match_init_expr (&end); in match_substring()
H A DChangeLog58 (gfc_match_init_expr): Prevent PDT analysis for function calls.
1438 (gfc_match_init_expr): Likewise.
H A DChangeLog-2008470 * expr.c (gfc_match_init_expr): Fix error message to mention new option.
525 from gfc_match_init_expr, so that checking can be deferred.
526 (gfc_match_init_expr): Use gfc_reduce_init_expr.
H A DChangeLog-20201976 * match.c (gfc_match_type_spec): Replace gfc_match_init_expr with
H A Dexpr.cc3212 gfc_match_init_expr (gfc_expr **result) in gfc_match_init_expr() function
H A DChangeLog-2007444 * decl.c (match_data_constant): Use gfc_match_init_expr to match the
5605 (gfc_match_init_expr): Do not call error on non-reduction of
H A DChangeLog-20041891 * match.c (match_case_selector): Call gfc_match_init_expr
H A DChangeLog-20093305 expr.c (gfc_match_init_expr): Add global variable init_flag to
H A DChangeLog-2005146 (gfc_match_init_expr): Call check_enquiry again to make sure that
H A DChangeLog-20103724 * match.c (gfc_match_stopcode): Use gfc_match_init_expr. Go to cleanup