Searched refs:gfc_or (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.h | 51 gfc_expr *gfc_or (gfc_expr *, gfc_expr *);
|
H A D | matchexp.cc | 784 total = gfc_or (all, e); in match_equiv_operand()
|
H A D | arith.cc | 1882 gfc_or (gfc_expr *op1, gfc_expr *op2) in gfc_or() function
|
H A D | simplify.cc | 415 result = gfc_or (result, in compute_dot_product() 1089 return simplify_transformation (mask, dim, NULL, false, gfc_or); in gfc_simplify_any()
|
H A D | expr.cc | 1288 result = gfc_or (op1, op2); in simplify_intrinsic_op()
|
H A D | trans-openmp.cc | 2134 e4 = gfc_or (e3, e1); in gfc_trans_omp_array_reduction_or_udr()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.h | 51 gfc_expr *gfc_or (gfc_expr *, gfc_expr *);
|
H A D | matchexp.c | 784 total = gfc_or (all, e); in match_equiv_operand()
|
H A D | arith.c | 1832 gfc_or (gfc_expr *op1, gfc_expr *op2) in gfc_or() function
|
H A D | simplify.c | 383 result = gfc_or (result, in compute_dot_product() 1057 return simplify_transformation (mask, dim, NULL, false, gfc_or); in gfc_simplify_any()
|
H A D | expr.c | 1278 result = gfc_or (op1, op2); in simplify_intrinsic_op()
|
H A D | trans-openmp.c | 1848 e4 = gfc_or (e3, e1); in gfc_trans_omp_array_reduction_or_udr()
|