Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dscanner.cc1813 bool warned_tabs = false; in load_line() local
1952 if (warn_tabs && seen_comment == 0 && !warned_tabs) in load_line()
1954 warned_tabs = true; in load_line()
H A DChangeLog-20192324 variables, add warned_tabs automatic variable. Use current_file->line
2325 instead of current_line and warned_tabs boolean to avoid diagnosing
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dscanner.c1765 bool warned_tabs = false; in load_line() local
1904 if (warn_tabs && seen_comment == 0 && !warned_tabs) in load_line()
1906 warned_tabs = true; in load_line()