Lines Matching defs:cnext
5456 gfc_code *cnext)
5471 if (cnext && cnext->resolved_sym)
5472 return gfc_trans_call (cnext, true, mask, count1, invert);
5673 gfc_code *cnext;
5800 cnext = cblock->next;
5801 while (cnext)
5803 switch (cnext->op)
5808 arg = cnext->ext.actual;
5822 expr1 = cnext->expr1;
5823 expr2 = cnext->expr2;
5829 && cnext->op != EXEC_ASSIGN_CALL)
5844 cnext);
5862 cnext);
5870 gfc_trans_where_2 (cnext, cmask, invert,
5879 cnext = cnext->next;