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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 1846 bool not_call_expr = TREE_CODE (rse->expr) != CALL_EXPR; local
1858 if ((not_call_expr && gfc_get_class_from_expr (lse->expr) == NULL_TREE)
1871 || not_call_expr)
1904 if (not_call_expr)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 1784 bool not_call_expr = TREE_CODE (rse->expr) != CALL_EXPR; local
1796 if ((not_call_expr && gfc_get_class_from_expr (lse->expr) == NULL_TREE)
1809 || not_call_expr)
1842 if (not_call_expr)

Completed in 93 milliseconds