/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dump-parse-tree.c | 1042 gfc_op2string ((gfc_intrinsic_op) op)); in show_f2k_derived() 1291 gfc_op2string ((gfc_intrinsic_op) n->u.reduction_op)); in show_omp_namelist() 3140 gfc_op2string ((gfc_intrinsic_op) op)); in show_namespace()
|
H A D | interface.c | 374 s1 = gfc_op2string (current_interface.op); in gfc_match_end_interface() 375 s2 = gfc_op2string (op); in gfc_match_end_interface() 2133 gfc_op2string ((gfc_intrinsic_op) i)); in gfc_check_interfaces()
|
H A D | resolve.c | 4025 gfc_op2string (e->value.op.op)); in resolve_operator() 4046 gfc_op2string (e->value.op.op)); in resolve_operator() 4072 gfc_op2string (e->value.op.op), gfc_typename (e)); in resolve_operator() 4090 gfc_op2string (e->value.op.op)); in resolve_operator() 4094 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 4152 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 4289 ? ".eqv." : ".neqv.", gfc_op2string (e->value.op.op)); in resolve_operator() 4293 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 13869 if (!resolve_tb_generic_targets (super_type, p, gfc_op2string(op))) in resolve_typebound_intrinsic_op()
|
H A D | openmp.c | 1659 gfc_op2string ((gfc_intrinsic_op) rop)); 2989 snprintf (name, sizeof name, "operator %s", gfc_op2string (op)); in gfc_match_omp_declare_reduction() 4840 udr_name = gfc_op2string ((gfc_intrinsic_op)
|
H A D | gfortran.h | 2936 const char *gfc_op2string (gfc_intrinsic_op);
|
H A D | class.c | 3045 gfc_op2string (op), derived->name, where); in gfc_find_typebound_intrinsic_op()
|
H A D | decl.c | 9116 "already been specified", gfc_op2string (op)); in access_attr_decl() 11367 gfc_op2string (op)); in gfc_match_generic()
|
H A D | match.c | 42 gfc_op2string (gfc_intrinsic_op op) in gfc_op2string() function
|
H A D | module.c | 5516 "in module %qs", gfc_op2string (u->op), &u->where, in read_module()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dump-parse-tree.cc | 1069 gfc_op2string ((gfc_intrinsic_op) op)); in show_f2k_derived() 1363 gfc_op2string ((gfc_intrinsic_op) n->u.reduction_op)); in show_omp_namelist() 3474 gfc_op2string ((gfc_intrinsic_op) op)); in show_namespace()
|
H A D | interface.cc | 374 s1 = gfc_op2string (current_interface.op); in gfc_match_end_interface() 375 s2 = gfc_op2string (op); in gfc_match_end_interface() 2153 gfc_op2string ((gfc_intrinsic_op) i)); in gfc_check_interfaces()
|
H A D | resolve.cc | 4108 gfc_op2string (e->value.op.op)); in resolve_operator() 4132 gfc_op2string (e->value.op.op)); in resolve_operator() 4158 gfc_op2string (e->value.op.op), gfc_typename (e)); in resolve_operator() 4176 gfc_op2string (e->value.op.op)); in resolve_operator() 4180 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 4238 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 4375 ? ".eqv." : ".neqv.", gfc_op2string (e->value.op.op)); in resolve_operator() 4379 gfc_op2string (e->value.op.op), gfc_typename (op1), in resolve_operator() 14081 if (!resolve_tb_generic_targets (super_type, p, gfc_op2string(op))) in resolve_typebound_intrinsic_op()
|
H A D | openmp.cc | 1256 gfc_op2string ((gfc_intrinsic_op) rop)); in gfc_match_omp_clause_reduction() 4282 snprintf (name, sizeof name, "operator %s", gfc_op2string (op)); in gfc_match_omp_declare_reduction() 7313 udr_name = gfc_op2string ((gfc_intrinsic_op) in resolve_omp_clauses()
|
H A D | gfortran.h | 3221 const char *gfc_op2string (gfc_intrinsic_op);
|
H A D | class.cc | 3059 gfc_op2string (op), derived->name, where); in gfc_find_typebound_intrinsic_op()
|
H A D | decl.cc | 9204 "already been specified", gfc_op2string (op)); in access_attr_decl() 11457 gfc_op2string (op)); in gfc_match_generic()
|
H A D | match.cc | 42 gfc_op2string (gfc_intrinsic_op op) in gfc_op2string() function
|
H A D | module.cc | 5726 "in module %qs", gfc_op2string (u->op), &u->where, in read_module()
|
H A D | ChangeLog-2017 | 1207 (gfc_op2string, gfc_match_member_sep, gfc_match_label): Remove
|
H A D | ChangeLog-2007 | 1917 (gfc_op2string): New function for converting a gfc_intrinsic_op to 1920 (gfc_op2string): Replace macro with function prototype.
|
H A D | ChangeLog-2016 | 1783 * match.c (gfc_op2string): Add DTIO operators.
|
H A D | ChangeLog-2015 | 1778 * match.c(gfc_op2string): Return 'none' for INTRINSIC_NONE.
|