HomeSort by relevance Sort by last modified time
    Searched refs:pp_base (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
143 #define pp_needs_newline(PP) pp_base (PP)->need_newline
149 #define pp_indentation(PP) pp_base (PP)->indent_skip
193 pp_base_set_line_maximum_length (pp_base (PP), L)
194 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P)
195 #define pp_destroy_prefix(PP) pp_base_destroy_prefix (pp_base (PP))
197 pp_base_remaining_character_count_for_line (pp_base (PP)
289 #define pp_base macro
    [all...]
c-pretty-print.h 49 initialize the pp_base() part, then call pp_c_pretty_printer_init
93 /* Override the pp_base macro. Derived pretty-printers should not
95 #undef pp_base macro
96 #define pp_base(PP) (&pp_c_base (PP)->base) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
143 #define pp_needs_newline(PP) pp_base (PP)->need_newline
149 #define pp_indentation(PP) pp_base (PP)->indent_skip
193 pp_base_set_line_maximum_length (pp_base (PP), L)
194 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P)
195 #define pp_destroy_prefix(PP) pp_base_destroy_prefix (pp_base (PP))
197 pp_base_remaining_character_count_for_line (pp_base (PP)
289 #define pp_base macro
    [all...]
c-pretty-print.h 49 initialize the pp_base() part, then call pp_c_pretty_printer_init
93 /* Override the pp_base macro. Derived pretty-printers should not
95 #undef pp_base macro
96 #define pp_base(PP) (&pp_c_base (PP)->base) macro
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
pretty-print.h 123 #define pp_line_cutoff(PP) pp_base (PP)->wrapping.line_cutoff
126 #define pp_prefixing_rule(PP) pp_base (PP)->wrapping.rule
129 #define pp_wrapping_mode(PP) pp_base (PP)->wrapping
139 #define pp_format_decoder(PP) pp_base (PP)->format_decoder
143 #define pp_needs_newline(PP) pp_base (PP)->need_newline
149 #define pp_indentation(PP) pp_base (PP)->indent_skip
193 pp_base_set_line_maximum_length (pp_base (PP), L)
194 #define pp_set_prefix(PP, P) pp_base_set_prefix (pp_base (PP), P)
195 #define pp_destroy_prefix(PP) pp_base_destroy_prefix (pp_base (PP))
197 pp_base_remaining_character_count_for_line (pp_base (PP)
289 #define pp_base macro
    [all...]
c-pretty-print.h 49 initialize the pp_base() part, then call pp_c_pretty_printer_init
93 /* Override the pp_base macro. Derived pretty-printers should not
95 #undef pp_base macro
96 #define pp_base(PP) (&pp_c_base (PP)->base) macro

Completed in 42 milliseconds