Home
last modified time | relevance | path

Searched refs:INSTRING_WARN (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.c1431 if (warn_ampersand && in_string == INSTRING_WARN) in gfc_next_char_literal()
1456 if (in_string != INSTRING_WARN && c == '!') in gfc_next_char_literal()
2454 c = gfc_next_char_literal (INSTRING_WARN); in include_stmt()
H A Dscanner.cc1475 if (warn_ampersand && in_string == INSTRING_WARN) in gfc_next_char_literal()
1500 if (in_string != INSTRING_WARN && c == '!') in gfc_next_char_literal()
2500 c = gfc_next_char_literal (INSTRING_WARN); in include_stmt()
H A Dio.c377 c = next_char (INSTRING_WARN); in format_lex()
479 c = next_char (INSTRING_WARN); in format_lex()
1149 next_char (INSTRING_WARN); in check_format()
H A Dio.cc377 c = next_char (INSTRING_WARN); in format_lex()
479 c = next_char (INSTRING_WARN); in format_lex()
1149 next_char (INSTRING_WARN); in check_format()
H A Dmatch.c273 instring = INSTRING_WARN; in gfc_match_parens()
319 switch ((c = gfc_next_char_literal (INSTRING_WARN))) in gfc_match_special_char()
359 c = gfc_next_char_literal (INSTRING_WARN); in gfc_match_special_char()
H A Dmatch.cc273 instring = INSTRING_WARN; in gfc_match_parens()
319 switch ((c = gfc_next_char_literal (INSTRING_WARN))) in gfc_match_special_char()
359 c = gfc_next_char_literal (INSTRING_WARN); in gfc_match_special_char()
H A Dprimary.c346 gfc_char_t c = gfc_next_char_literal (INSTRING_WARN); in match_hollerith_constant()
944 c = gfc_next_char_literal (INSTRING_WARN); in next_string_char()
H A Dprimary.cc346 gfc_char_t c = gfc_next_char_literal (INSTRING_WARN); in match_hollerith_constant()
923 c = gfc_next_char_literal (INSTRING_WARN); in next_string_char()
H A Dgfortran.h156 { NONSTRING = 0, INSTRING_WARN, INSTRING_NOWARN }; enumerator
H A DChangeLog-2010164 '&' warning for INSTRING_WARN. (gfc_next_char): Use new enum.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c1431 if (warn_ampersand && in_string == INSTRING_WARN) in gfc_next_char_literal()
1456 if (in_string != INSTRING_WARN && c == '!') in gfc_next_char_literal()
2454 c = gfc_next_char_literal (INSTRING_WARN); in include_stmt()
H A Dio.c377 c = next_char (INSTRING_WARN); in format_lex()
479 c = next_char (INSTRING_WARN); in format_lex()
1149 next_char (INSTRING_WARN); in check_format()
H A Dmatch.c273 instring = INSTRING_WARN; in gfc_match_parens()
319 switch ((c = gfc_next_char_literal (INSTRING_WARN))) in gfc_match_special_char()
359 c = gfc_next_char_literal (INSTRING_WARN); in gfc_match_special_char()
H A Dprimary.c346 gfc_char_t c = gfc_next_char_literal (INSTRING_WARN); in match_hollerith_constant()
944 c = gfc_next_char_literal (INSTRING_WARN); in next_string_char()
H A Dgfortran.h122 { NONSTRING = 0, INSTRING_WARN, INSTRING_NOWARN }; enumerator