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

  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 448 *allocatable = "ALLOCATABLE", *elemental = "ELEMENTAL", local
562 conf (pointer, elemental);
564 conf (allocatable, elemental);
592 conf_std (elemental, recursive, GFC_STD_F2018);
632 conf (is_bind_c, elemental);
1619 if (attr->elemental)
1621 duplicate_attr ("ELEMENTAL", where);
1625 attr->elemental = 1;
2158 if (src->elemental && !gfc_add_elemental (dest, where)
    [all...]
gfortran.h 908 unsigned sequence:1, elemental:1, pure:1, recursive:1; member in struct:__anon13616
928 an array assignment may be used by an elemental procedure appearing
2514 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 417 *allocatable = "ALLOCATABLE", *elemental = "ELEMENTAL", local
542 conf (pointer, elemental);
544 conf (allocatable, elemental);
572 conf_std (elemental, recursive, GFC_STD_F2018);
612 conf (is_bind_c, elemental);
1613 if (attr->elemental)
1615 duplicate_attr ("ELEMENTAL", where);
1619 attr->elemental = 1;
2152 if (src->elemental && !gfc_add_elemental (dest, where)
    [all...]
gfortran.h 900 unsigned sequence:1, elemental:1, pure:1, recursive:1; member in struct:__anon16051
920 an array assignment may be used by an elemental procedure appearing
2424 unsigned elemental:1, inquiry:1, transformational:1, pure:1, member in struct:gfc_intrinsic_sym

Completed in 38 milliseconds