Searched refs:continue_flag (Results 1 – 3 of 3) sorted by relevance
58 static int continue_flag, end_flag, gcc_attribute_flag; variable729 || 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 …]
59 static int continue_flag, end_flag, gcc_attribute_flag; variable777 || 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 …]
208 * scanner.c (skip_oacc_attribute): Remove continue_flag parameter.211 (skip_omp_attribute): Remove continue_flag parameter. Rename as ...