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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 966 if (code->expr3)
970 gfc_conv_expr (&argse, code->expr3);
1164 if (code->expr3)
1168 gfc_conv_expr (&argse, code->expr3);
1249 if (code->expr3 && flag_coarray == GFC_FCOARRAY_LIB)
1251 gcc_assert (code->expr3->expr_type == EXPR_VARIABLE
1252 || code->expr3->expr_type == EXPR_FUNCTION);
1255 gfc_conv_expr (&argse, code->expr3);
6299 /* If an expr3 is present, then store the tree for accessing its
6303 available for expr3's type. *
6304 tree expr3, expr3_vptr, expr3_len, expr3_esize; local
    [all...]
gfortran.h 3051 gfc_expr *expr1, *expr2, *expr3, *expr4; member in struct:gfc_code
3067 /* Take the array specification from expr3 to allocate arrays
3070 /* expr3 is not explicit */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 962 if (code->expr3)
966 gfc_conv_expr (&argse, code->expr3);
1160 if (code->expr3)
1164 gfc_conv_expr (&argse, code->expr3);
1245 if (code->expr3 && flag_coarray == GFC_FCOARRAY_LIB)
1247 gcc_assert (code->expr3->expr_type == EXPR_VARIABLE
1248 || code->expr3->expr_type == EXPR_FUNCTION);
1251 gfc_conv_expr (&argse, code->expr3);
6199 /* If an expr3 is present, then store the tree for accessing its
6203 available for expr3's type. *
6204 tree expr3, expr3_vptr, expr3_len, expr3_esize; local
    [all...]
gfortran.h 2947 gfc_expr *expr1, *expr2, *expr3, *expr4; member in struct:gfc_code
2963 /* Take the array specification from expr3 to allocate arrays
  /src/external/mit/isl/dist/
isl_test.c 9468 isl_ast_expr *expr, *expr1, *expr2, *expr3; local
9497 expr3 = isl_ast_expr_from_id(isl_id_alloc(ctx, "C", NULL));
9498 expr = isl_ast_expr_sub(expr3, expr);

Completed in 107 milliseconds