Searched refs:expr3_tmp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c5358 /* expr3_tmp gets the tree when code->expr3.mold is set, i.e.,
5360 tree expr3_tmp = NULL_TREE; local
5392 expr3_tmp = se.expr;
5443 expr3_tmp = tmp;
5472 else if (expr3_tmp != NULL_TREE
5473 && (VAR_P (expr3_tmp) ||!code->expr3->ref))
5474 tmp = gfc_class_vptr_get (expr3_tmp);
5505 else if (expr3_tmp != NULL_TREE && !code->expr3->ref)
5506 expr3_len = gfc_class_len_get (expr3_tmp);

Completed in 97 milliseconds