Home
last modified time | relevance | path

Searched refs:continue_flag (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c58 static int continue_flag, end_flag, gcc_attribute_flag; variable
729 || continue_flag) in skip_free_oacc_sentinel()
769 || continue_flag) in skip_free_omp_sentinel()
860 if (continue_flag || c == ' ' || c == '\t') in skip_free_comments()
885 if (continue_flag || c == ' ' || c == '\t') in skip_free_comments()
910 if (continue_flag || c == ' ' || c == '\t') in skip_free_comments()
949 && (continue_flag in skip_fixed_omp_sentinel()
978 && (continue_flag in skip_fixed_oacc_sentinel()
1139 && ((continue_flag && !digit_seen) in skip_fixed_comments()
1222 continue_flag = 0; in gfc_next_char_literal()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc59 static int continue_flag, end_flag, gcc_attribute_flag; variable
777 || continue_flag) in skip_free_oacc_sentinel()
817 || continue_flag) in skip_free_omp_sentinel()
908 if (continue_flag || c == ' ' || c == '\t') in skip_free_comments()
933 if (continue_flag || c == ' ' || c == '\t') in skip_free_comments()
990 && (continue_flag in skip_fixed_omp_sentinel()
1021 && (continue_flag in skip_fixed_oacc_sentinel()
1180 && ((continue_flag && !digit_seen) in skip_fixed_comments()
1264 continue_flag = 0; in gfc_next_char_literal()
1366 continue_flag = 1; in gfc_next_char_literal()
[all …]
H A DChangeLog-2015208 * scanner.c (skip_oacc_attribute): Remove continue_flag parameter.
211 (skip_omp_attribute): Remove continue_flag parameter. Rename as ...