Home
last modified time | relevance | path

Searched refs:ARITH_OK (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.c96 case ARITH_OK: in gfc_arith_error()
427 return ARITH_OK; in gfc_arith_not()
441 return ARITH_OK; in gfc_arith_and()
455 return ARITH_OK; in gfc_arith_or()
469 return ARITH_OK; in gfc_arith_eqv()
483 return ARITH_OK; in gfc_arith_neqv()
583 return ARITH_OK; in gfc_arith_identity()
728 rc = ARITH_OK; in gfc_arith_divide()
816 rc = ARITH_OK; in arith_power()
1022 return ARITH_OK; in gfc_arith_concat()
[all …]
H A Darith.cc96 case ARITH_OK: in gfc_arith_error()
426 return ARITH_OK; in gfc_arith_not()
440 return ARITH_OK; in gfc_arith_and()
454 return ARITH_OK; in gfc_arith_or()
468 return ARITH_OK; in gfc_arith_eqv()
482 return ARITH_OK; in gfc_arith_neqv()
582 return ARITH_OK; in gfc_arith_identity()
727 rc = ARITH_OK; in gfc_arith_divide()
815 rc = ARITH_OK; in arith_power()
1021 return ARITH_OK; in gfc_arith_concat()
[all …]
H A Dprimary.c286 if (gfc_range_check (e) != ARITH_OK) in match_integer_constant()
763 case ARITH_OK: in match_real_constant()
H A Dprimary.cc286 if (gfc_range_check (e) != ARITH_OK) in match_integer_constant()
742 case ARITH_OK: in match_real_constant()
H A Dgfortran.h227 { ARITH_OK = 1, ARITH_OVERFLOW, ARITH_UNDERFLOW, ARITH_NAN, enumerator
H A Ddecl.c8230 kind) != ARITH_OK); in set_enum_kind()
10747 gfc_c_int_kind) != ARITH_OK) in enum_initializer()
H A Ddecl.cc8311 kind) != ARITH_OK); in set_enum_kind()
10829 gfc_c_int_kind) != ARITH_OK) in enum_initializer()
H A Dresolve.c8670 case_expr->ts.kind) != ARITH_OK) in resolve_select()
8678 case_expr->ts.kind) != ARITH_OK) in resolve_select()
H A Dresolve.cc8805 case_expr->ts.kind) != ARITH_OK) in resolve_select()
8813 case_expr->ts.kind) != ARITH_OK) in resolve_select()
H A Dsimplify.c88 case ARITH_OK: in range_check()
H A Dsimplify.cc88 case ARITH_OK: in range_check()
H A DChangeLog-20062284 * arith.c (gfc_range_check): Return ARITH_OK if -fno-range-check. Add
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.c96 case ARITH_OK: in gfc_arith_error()
427 return ARITH_OK; in gfc_arith_not()
441 return ARITH_OK; in gfc_arith_and()
455 return ARITH_OK; in gfc_arith_or()
469 return ARITH_OK; in gfc_arith_eqv()
483 return ARITH_OK; in gfc_arith_neqv()
583 return ARITH_OK; in gfc_arith_identity()
728 rc = ARITH_OK; in gfc_arith_divide()
816 rc = ARITH_OK; in arith_power()
1022 return ARITH_OK; in gfc_arith_concat()
[all …]
H A Dprimary.c286 if (gfc_range_check (e) != ARITH_OK) in match_integer_constant()
763 case ARITH_OK: in match_real_constant()
H A Dgfortran.h193 { ARITH_OK = 1, ARITH_OVERFLOW, ARITH_UNDERFLOW, ARITH_NAN, enumerator
H A Ddecl.c8230 kind) != ARITH_OK); in set_enum_kind()
10747 gfc_c_int_kind) != ARITH_OK) in enum_initializer()
H A Dresolve.c8670 case_expr->ts.kind) != ARITH_OK) in resolve_select()
8678 case_expr->ts.kind) != ARITH_OK) in resolve_select()
H A Dsimplify.c88 case ARITH_OK: in range_check()