Searched refs:saw_non_sep (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc347 bool saw_non_sep = !saw_sep_last; local
356 saw_non_sep = true;
359 if (saw_non_sep && saw_sep_last)
H A Dstd-path.cc546 bool saw_non_sep = !saw_sep_last; local
555 saw_non_sep = true;
558 if (saw_non_sep && saw_sep_last)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc350 bool saw_non_sep = !saw_sep_last; local
359 saw_non_sep = true;
362 if (saw_non_sep && saw_sep_last)

Completed in 122 milliseconds