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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
gimple-pretty-print.h 33 extern void pp_gimple_stmt_1 (pretty_printer *, gimple, int, int);
34 extern void gimple_dump_bb_for_graph (pretty_printer *, basic_block);
tree-pretty-print.h 36 extern void pp_base_tree_identifier (pretty_printer *, tree);
39 extern void print_declaration (pretty_printer *, tree, int, int);
40 extern int dump_generic_node (pretty_printer *, tree, int, int, bool);
45 extern void dump_omp_clauses (pretty_printer *, tree, int, int);
46 extern void print_call_name (pretty_printer *, tree, int);
cfghooks.h 31 void (*dump_bb_for_graph) (pretty_printer *, basic_block);
155 extern void dump_bb_for_graph (pretty_printer *, basic_block);
pretty-print.h 134 typedef bool (*printer_fn) (pretty_printer *, text_info *, const char *,
204 pp_base_get_prefix (const pretty_printer *pp) { return pp->prefix; }
300 /* Clients that directly derive from pretty_printer need to override
301 this macro to return a pointer to the base pretty_printer structure. */
304 extern void pp_construct (pretty_printer *, const char *, int);
305 extern void pp_base_set_line_maximum_length (pretty_printer *, int);
306 extern void pp_base_set_prefix (pretty_printer *, const char *);
307 extern void pp_base_destroy_prefix (pretty_printer *);
308 extern int pp_base_remaining_character_count_for_line (pretty_printer *);
309 extern void pp_base_clear_output_area (pretty_printer *);
    [all...]
coretypes.h 76 typedef struct pretty_print_info pretty_printer; typedef in typeref:struct:pretty_print_info
diagnostic.h 63 pretty_printer *printer;
rtl.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 23 pretty_printer = FancyGetopt(formats)
24 pretty_printer.print_help("List of available distribution formats:")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 23 pretty_printer = FancyGetopt(formats)
24 pretty_printer.print_help("List of available distribution formats:")
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
model.py 51 pretty_printer = PrettyPrinter(formatter)
52 self.visit(pretty_printer)
parse.py 350 self.pretty_printer = PrettyPrinter(self.formatter)
353 call.visit(self.pretty_printer)
  /external/mesa3d/src/gallium/tools/trace/
model.py 51 pretty_printer = PrettyPrinter(formatter)
52 self.visit(pretty_printer)
parse.py 350 self.pretty_printer = PrettyPrinter(self.formatter)
353 call.visit(self.pretty_printer)
  /external/chromium_org/third_party/WebKit/Tools/gdb/
webkit.py 329 for function, pretty_printer in pretty_printers:
331 return pretty_printer(val)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/c-family/
c-pretty-print.h 57 pretty_printer base;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]

Completed in 329 milliseconds