Searched refs:__compile_time_validate_argument (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | format_functions.h | 160 _LIBCPP_HIDE_FROM_ABI constexpr void __compile_time_validate_argument( in __compile_time_validate_argument() function 201 return __format::__compile_time_validate_argument<_CharT, bool>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 203 return __format::__compile_time_validate_argument<_CharT, _CharT>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 205 return __format::__compile_time_validate_argument<_CharT, int>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 207 return __format::__compile_time_validate_argument<_CharT, long long>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 210 return __format::__compile_time_validate_argument<_CharT, __int128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 216 return __format::__compile_time_validate_argument<_CharT, unsigned>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 218 … return __format::__compile_time_validate_argument<_CharT, unsigned long long>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 221 return __format::__compile_time_validate_argument<_CharT, __uint128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 227 return __format::__compile_time_validate_argument<_CharT, float, true>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() [all …]
|