Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Drange_formatter.h74 bool __has_range_underlying_spec = *__begin == _CharT(':'); in parse() local
75 if (__has_range_underlying_spec) { in parse()
109 if (__has_range_underlying_spec) { in parse()
114 } else if (!__has_range_underlying_spec) in parse()