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

  /src/external/gpl3/gcc/dist/gcc/fortran/
options.cc 33 gfc_option_t gfc_option; variable
57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL
62 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY
96 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL
98 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL);
107 gfc_option.flag_init_integer_value = 0;
108 gfc_option.flag_init_character_value = (char)0;
110 SET_FLAG (gfc_option.flag_init_integer, value, GFC_INIT_INTEGER_ON,
112 SET_FLAG (gfc_option.flag_init_logical, value, GFC_INIT_LOGICAL_FALSE,
114 SET_FLAG (gfc_option.flag_init_character, value, GFC_INIT_CHARACTER_ON
    [all...]
options.cc 33 gfc_option_t gfc_option; variable
57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL
62 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY
96 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL
98 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL);
107 gfc_option.flag_init_integer_value = 0;
108 gfc_option.flag_init_character_value = (char)0;
110 SET_FLAG (gfc_option.flag_init_integer, value, GFC_INIT_INTEGER_ON,
112 SET_FLAG (gfc_option.flag_init_logical, value, GFC_INIT_LOGICAL_FALSE,
114 SET_FLAG (gfc_option.flag_init_character, value, GFC_INIT_CHARACTER_ON
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
options.cc 33 gfc_option_t gfc_option; variable
57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL
61 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY;
94 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL
96 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL);
105 gfc_option.flag_init_integer_value = 0;
106 gfc_option.flag_init_character_value = (char)0;
108 SET_FLAG (gfc_option.flag_init_integer, value, GFC_INIT_INTEGER_ON,
110 SET_FLAG (gfc_option.flag_init_logical, value, GFC_INIT_LOGICAL_FALSE,
112 SET_FLAG (gfc_option.flag_init_character, value, GFC_INIT_CHARACTER_ON
    [all...]
options.cc 33 gfc_option_t gfc_option; variable
57 gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F95_DEL
61 gfc_option.warn_std = GFC_STD_F2018_DEL | GFC_STD_F95_DEL | GFC_STD_LEGACY;
94 gfc_option.allow_std |= GFC_STD_F95_OBS | GFC_STD_F95_DEL
96 gfc_option.warn_std &= ~(GFC_STD_LEGACY | GFC_STD_F95_DEL);
105 gfc_option.flag_init_integer_value = 0;
106 gfc_option.flag_init_character_value = (char)0;
108 SET_FLAG (gfc_option.flag_init_integer, value, GFC_INIT_INTEGER_ON,
110 SET_FLAG (gfc_option.flag_init_logical, value, GFC_INIT_LOGICAL_FALSE,
112 SET_FLAG (gfc_option.flag_init_character, value, GFC_INIT_CHARACTER_ON
    [all...]

Completed in 90 milliseconds