Searched refs:GET_ARG_VAL_SIMPLEST (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libc/src/stdio/printf_core/ |
| H A D | parser.cpp | 24 #define GET_ARG_VAL_SIMPLEST(arg_type, index) get_arg_value<arg_type>(index) macro 26 #define GET_ARG_VAL_SIMPLEST(arg_type, _) get_next_arg_value<arg_type>() 51 section.min_width = GET_ARG_VAL_SIMPLEST(int, parse_index(&cur_pos)); in get_next_section() 91 section.conv_val_raw = GET_ARG_VAL_SIMPLEST(int, conv_index); in get_next_section() 103 section.conv_val_raw = GET_ARG_VAL_SIMPLEST(int, conv_index); in get_next_section() 106 section.conv_val_raw = GET_ARG_VAL_SIMPLEST(long, conv_index); in get_next_section() 114 section.conv_val_raw = GET_ARG_VAL_SIMPLEST(intmax_t, conv_index); in get_next_section() 117 section.conv_val_raw = GET_ARG_VAL_SIMPLEST(size_t, conv_index); in get_next_section() 135 bit_cast<uint64_t>(GET_ARG_VAL_SIMPLEST(double, conv_index)); in get_next_section() 138 GET_ARG_VAL_SIMPLEST(long double, conv_index)); in get_next_section() [all …]
|