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

  /src/external/gpl3/gcc/dist/gcc/fortran/
scanner.cc 1812 bool first_comment = true; local
1914 first_comment = false;
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;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
scanner.cc 1808 bool first_comment = true; local
1910 first_comment = false;
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;

Completed in 150 milliseconds