HomeSort by: relevance | last modified time | path
    Searched defs:gfc_arith_plus (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 661 gfc_arith_plus (gfc_expr *op1, gfc_expr *op2, gfc_expr **resultp) function
688 gfc_internal_error ("gfc_arith_plus(): Bad basic type");
1971 return eval_intrinsic_f3 (INTRINSIC_PLUS, gfc_arith_plus, op1, op2);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 619 gfc_arith_plus (gfc_expr *op1, gfc_expr *op2, gfc_expr **resultp) function
643 gfc_internal_error ("gfc_arith_plus(): Bad basic type");
1835 return eval_intrinsic_f3 (INTRINSIC_PLUS, gfc_arith_plus, op1, op2);

Completed in 15 milliseconds