Home
last modified time | relevance | path

Searched refs:gfc_op2string (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddump-parse-tree.c1042 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 Dinterface.c374 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 Dresolve.c4025 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 Dopenmp.c1659 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 Dgfortran.h2936 const char *gfc_op2string (gfc_intrinsic_op);
H A Dclass.c3045 gfc_op2string (op), derived->name, where); in gfc_find_typebound_intrinsic_op()
H A Ddecl.c9116 "already been specified", gfc_op2string (op)); in access_attr_decl()
11367 gfc_op2string (op)); in gfc_match_generic()
H A Dmatch.c42 gfc_op2string (gfc_intrinsic_op op) in gfc_op2string() function
H A Dmodule.c5516 "in module %qs", gfc_op2string (u->op), &u->where, in read_module()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddump-parse-tree.cc1069 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 Dinterface.cc374 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 Dresolve.cc4108 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 Dopenmp.cc1256 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 Dgfortran.h3221 const char *gfc_op2string (gfc_intrinsic_op);
H A Dclass.cc3059 gfc_op2string (op), derived->name, where); in gfc_find_typebound_intrinsic_op()
H A Ddecl.cc9204 "already been specified", gfc_op2string (op)); in access_attr_decl()
11457 gfc_op2string (op)); in gfc_match_generic()
H A Dmatch.cc42 gfc_op2string (gfc_intrinsic_op op) in gfc_op2string() function
H A Dmodule.cc5726 "in module %qs", gfc_op2string (u->op), &u->where, in read_module()
H A DChangeLog-20171207 (gfc_op2string, gfc_match_member_sep, gfc_match_label): Remove
H A DChangeLog-20071917 (gfc_op2string): New function for converting a gfc_intrinsic_op to
1920 (gfc_op2string): Replace macro with function prototype.
H A DChangeLog-20161783 * match.c (gfc_op2string): Add DTIO operators.
H A DChangeLog-20151778 * match.c(gfc_op2string): Return 'none' for INTRINSIC_NONE.