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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 2174 tree tmptype; local
2204 tmptype = build_range_type (gfc_array_index_type,
2206 tmptype = build_array_type (type, tmptype);
2208 init = build_constructor (tmptype, v);
2212 tmp = gfc_create_var (tmptype, "data");
2599 tree tmptype, init, tmp; local
2649 tmptype = gfc_get_nodesc_array_type (type, &as, PACKED_STATIC, true);
2658 init = build_constructor (tmptype, v);
2664 tmptype);
    [all...]
trans-intrinsic.cc 4101 tree tmptype = TREE_TYPE (args[i]); local
4102 if (TYPE_PRECISION (tmptype) > TYPE_PRECISION (argtype))
4103 argtype = tmptype;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 2160 tree tmptype; local
2190 tmptype = build_range_type (gfc_array_index_type,
2192 tmptype = build_array_type (type, tmptype);
2194 init = build_constructor (tmptype, v);
2198 tmp = gfc_create_var (tmptype, "data");
2552 tree tmptype, init, tmp; local
2602 tmptype = gfc_get_nodesc_array_type (type, &as, PACKED_STATIC, true);
2611 init = build_constructor (tmptype, v);
2617 tmptype);
    [all...]
trans-intrinsic.cc 4094 tree tmptype = TREE_TYPE (args[i]); local
4095 if (TYPE_PRECISION (tmptype) > TYPE_PRECISION (argtype))
4096 argtype = tmptype;

Completed in 143 milliseconds