HomeSort by relevance Sort by last modified time
    Searched defs:format_decoder (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
176 TEXT->format_spec points to a format code. FORMAT_DECODER should call
178 FORMAT_DECODER can read arguments from *TEXT->args_pts using VA_ARG.
180 should advance the TEXT->format_spec as it goes. When FORMAT_DECODER
183 printer_fn format_decoder; member in struct:pretty_print_info
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
176 TEXT->format_spec points to a format code. FORMAT_DECODER should call
178 FORMAT_DECODER can read arguments from *TEXT->args_pts using VA_ARG.
180 should advance the TEXT->format_spec as it goes. When FORMAT_DECODER
183 printer_fn format_decoder; member in struct:pretty_print_info

Completed in 131 milliseconds