Home
last modified time | relevance | path

Searched refs:saw_sep_last (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dpath.cc340 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local
341 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()
345 saw_sep_last = true; in _M_split_cmpts()
346 else if (saw_sep_last) in _M_split_cmpts()
349 saw_sep_last = false; in _M_split_cmpts()
353 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
A Dstd-path.cc545 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local
546 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()
550 saw_sep_last = true; in _M_split_cmpts()
551 else if (saw_sep_last) in _M_split_cmpts()
554 saw_sep_last = false; in _M_split_cmpts()
558 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dpath.cc346 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local
347 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()
351 saw_sep_last = true; in _M_split_cmpts()
352 else if (saw_sep_last) in _M_split_cmpts()
355 saw_sep_last = false; in _M_split_cmpts()
359 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dpath.cc346 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local
347 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()
351 saw_sep_last = true; in _M_split_cmpts()
352 else if (saw_sep_last) in _M_split_cmpts()
355 saw_sep_last = false; in _M_split_cmpts()
359 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dpath.cc346 bool saw_sep_last = _S_is_dir_sep(_M_pathname[0]); in _M_split_cmpts() local
347 bool saw_non_sep = !saw_sep_last; in _M_split_cmpts()
351 saw_sep_last = true; in _M_split_cmpts()
352 else if (saw_sep_last) in _M_split_cmpts()
355 saw_sep_last = false; in _M_split_cmpts()
359 if (saw_non_sep && saw_sep_last) in _M_split_cmpts()

Completed in 11 milliseconds