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

  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 514 gfc_count (gfc_expr *op1, gfc_expr *op2) function
2089 Whenever gfc_count is called, '1' is added to the result. */
2091 simplify_transformation_to_scalar (result, mask, mask, gfc_count) :
2092 simplify_transformation_to_array (result, mask, dim, mask, gfc_count, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 488 gfc_count (gfc_expr *op1, gfc_expr *op2) function
2060 Whenever gfc_count is called, '1' is added to the result. */
2062 simplify_transformation_to_scalar (result, mask, mask, gfc_count) :
2063 simplify_transformation_to_array (result, mask, dim, mask, gfc_count, NULL);

Completed in 34 milliseconds