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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 1913 bool cst_array_ctor; local
1918 cst_array_ctor = e->expr_type == EXPR_ARRAY
1926 if (sym->assoc->variable || cst_array_ctor)
1954 if ((!sym->assoc->variable && !cst_array_ctor)
trans-stmt.cc 1913 bool cst_array_ctor; local
1918 cst_array_ctor = e->expr_type == EXPR_ARRAY
1926 if (sym->assoc->variable || cst_array_ctor)
1954 if ((!sym->assoc->variable && !cst_array_ctor)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 1908 bool cst_array_ctor; local
1911 cst_array_ctor = e->expr_type == EXPR_ARRAY
1919 if (sym->assoc->variable || cst_array_ctor)
1942 if ((!sym->assoc->variable && !cst_array_ctor)
trans-stmt.cc 1908 bool cst_array_ctor; local
1911 cst_array_ctor = e->expr_type == EXPR_ARRAY
1919 if (sym->assoc->variable || cst_array_ctor)
1942 if ((!sym->assoc->variable && !cst_array_ctor)

Completed in 41 milliseconds