Searched refs:__compile_time_validate_argument (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__format/ |
H A D | format_functions.h | 169 __compile_time_validate_argument(basic_format_parse_context<_CharT>& __parse_ctx, in __compile_time_validate_argument() function 196 return __format::__compile_time_validate_argument<_CharT, bool>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 198 return __format::__compile_time_validate_argument<_CharT, _CharT>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 200 return __format::__compile_time_validate_argument<_CharT, int>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 202 return __format::__compile_time_validate_argument<_CharT, long long>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 205 return __format::__compile_time_validate_argument<_CharT, __int128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 211 return __format::__compile_time_validate_argument<_CharT, unsigned>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 213 … return __format::__compile_time_validate_argument<_CharT, unsigned long long>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 216 return __format::__compile_time_validate_argument<_CharT, __uint128_t>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() 222 return __format::__compile_time_validate_argument<_CharT, float, true>(__parse_ctx, __ctx); in __compile_time_visit_format_arg() [all …]
|