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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 1811 bool seen_comment = false; local
1898 seen_comment = true;
1913 if (seen_comment)
1915 seen_comment = true;
1919 /* For truncation and tab warnings, set seen_comment to false if one has
1923 if (seen_comment && first_comment && flag_openmp && comment_ix + 1 == i
1925 first_comment = seen_comment = false;
1926 if (seen_comment && first_comment && comment_ix + 4 == i)
1932 first_comment = seen_comment = false;
1938 first_comment = seen_comment = false
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 1807 bool seen_comment = false; local
1894 seen_comment = true;
1909 if (seen_comment)
1911 seen_comment = true;
1915 /* For truncation and tab warnings, set seen_comment to false if one has
1919 if (seen_comment && first_comment && flag_openmp && comment_ix + 1 == i
1921 first_comment = seen_comment = false;
1922 if (seen_comment && first_comment && comment_ix + 4 == i)
1928 first_comment = seen_comment = false;
1934 first_comment = seen_comment = false
    [all...]

Completed in 24 milliseconds