Searched refs:__compile_time_validate_argument (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__format/ |
| H A D | format_functions.h | 161 _LIBCPP_HIDE_FROM_ABI constexpr void __compile_time_validate_argument( in __compile_time_validate_argument() function 202 return __format::__compile_time_validate_argument<_CharT, bool>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 204 return __format::__compile_time_validate_argument<_CharT, _CharT>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 206 return __format::__compile_time_validate_argument<_CharT, int>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 208 return __format::__compile_time_validate_argument<_CharT, long long>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 211 return __format::__compile_time_validate_argument<_CharT, __int128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 217 return __format::__compile_time_validate_argument<_CharT, unsigned>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 222 return __format::__compile_time_validate_argument<_CharT, __uint128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 228 return __format::__compile_time_validate_argument<_CharT, float, true>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 230 return __format::__compile_time_validate_argument<_CharT, double, true>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() [all …]
|