Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dformatter.h44 if constexpr (requires { __formatter.set_debug_format(); }) in __set_debug_format()
45 __formatter.set_debug_format(); in __set_debug_format()
H A Drange_formatter.h177 __formatter.set_debug_format(); in __format_as_string()
187 __formatter.set_debug_format(); in __format_as_string()
H A Dformatter_char.h71 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format() function
H A Dformatter_string.h53 …_LIBCPP_HIDE_FROM_ABI constexpr void set_debug_format() { __parser_.__type_ = __format_spec::__typ… in set_debug_format() function
H A Drange_default_formatter.h189 __underlying_.set_debug_format();