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

  /src/external/gpl3/gcc/dist/gcc/fortran/
matchexp.cc 110 next_operator (gfc_intrinsic_op t) function
250 if (next_operator (INTRINSIC_MINUS))
252 if (next_operator (INTRINSIC_PLUS))
271 if (!next_operator (INTRINSIC_POWER))
366 if (next_operator (INTRINSIC_TIMES))
370 if (next_operator (INTRINSIC_DIVIDE))
557 if (!next_operator (INTRINSIC_CONCAT))
690 i = next_operator (INTRINSIC_NOT);
728 if (!next_operator (INTRINSIC_AND))
771 if (!next_operator (INTRINSIC_OR)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
matchexp.cc 110 next_operator (gfc_intrinsic_op t) function
250 if (next_operator (INTRINSIC_MINUS))
252 if (next_operator (INTRINSIC_PLUS))
271 if (!next_operator (INTRINSIC_POWER))
366 if (next_operator (INTRINSIC_TIMES))
370 if (next_operator (INTRINSIC_DIVIDE))
557 if (!next_operator (INTRINSIC_CONCAT))
690 i = next_operator (INTRINSIC_NOT);
728 if (!next_operator (INTRINSIC_AND))
771 if (!next_operator (INTRINSIC_OR)
    [all...]

Completed in 32 milliseconds