Home
last modified time | relevance | path

Searched refs:_NullSentinel (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Dpath.h90 struct _NullSentinel {};
188 static _NullSentinel __range_end(_Iter) { return _NullSentinel{}; }
272 static void __append_range(__path_string& __dest, _Iter __b, _NullSentinel) {
321 static void __append_range(__path_string& __dest, _Iter __b, _NullSentinel) {
367 static void __append_range(__path_string& __dest, _Iter __b, _NullSentinel) {
H A Du8path.h63 u8path(_InputIt __f, _NullSentinel) { in u8path() argument