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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc346 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); local
347 bool saw_non_sep = !saw_sep_last;
351 saw_sep_last = true;
352 else if (saw_sep_last)
355 saw_sep_last = false;
359 if (saw_non_sep && saw_sep_last)
H A Dstd-path.cc545 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); local
546 bool saw_non_sep = !saw_sep_last;
550 saw_sep_last = true;
551 else if (saw_sep_last)
554 saw_sep_last = false;
558 if (saw_non_sep && saw_sep_last)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc349 bool saw_sep_last = _S_is_dir_sep(pathname[0]); local
350 bool saw_non_sep = !saw_sep_last;
354 saw_sep_last = true;
355 else if (saw_sep_last)
358 saw_sep_last = false;
362 if (saw_non_sep && saw_sep_last)

Completed in 142 milliseconds