Searched refs:match_udr_expr (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.c | 2769 match_udr_expr (gfc_symtree *omp_sym1, gfc_symtree *omp_sym2) in match_udr_expr() function 3064 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction() 3095 if (!match_udr_expr (omp_priv, omp_orig)) in gfc_match_omp_declare_reduction()
|
H A D | openmp.cc | 4062 match_udr_expr (gfc_symtree *omp_sym1, gfc_symtree *omp_sym2) in match_udr_expr() function 4357 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction() 4388 if (!match_udr_expr (omp_priv, omp_orig)) in gfc_match_omp_declare_reduction()
|
H A D | ChangeLog-2014 | 1737 (match_udr_expr, gfc_omp_udr_predef, gfc_omp_udr_find,
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 2769 match_udr_expr (gfc_symtree *omp_sym1, gfc_symtree *omp_sym2) in match_udr_expr() function 3064 if (!match_udr_expr (omp_out, omp_in)) in gfc_match_omp_declare_reduction() 3095 if (!match_udr_expr (omp_priv, omp_orig)) in gfc_match_omp_declare_reduction()
|