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

  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 437 #define conf_std(a, b, std) if (attr->a && attr->b \ macro
480 conf_std (pointer, intent, GFC_STD_F2003);
482 conf_std (in_namelist, allocatable, GFC_STD_F2003);
483 conf_std (in_namelist, pointer, GFC_STD_F2003);
589 conf_std (allocatable, dummy, GFC_STD_F2003);
590 conf_std (allocatable, function, GFC_STD_F2003);
591 conf_std (allocatable, result, GFC_STD_F2003);
592 conf_std (elemental, recursive, GFC_STD_F2018);
936 #undef conf_std macro
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 402 #define conf_std(a, b, std) if (attr->a && attr->b)\ macro
569 conf_std (allocatable, dummy, GFC_STD_F2003);
570 conf_std (allocatable, function, GFC_STD_F2003);
571 conf_std (allocatable, result, GFC_STD_F2003);
572 conf_std (elemental, recursive, GFC_STD_F2018);
930 #undef conf_std macro

Completed in 69 milliseconds