Home
last modified time | relevance | path

Searched defs:c_pretty_print_info (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dc-pretty-print.h55 struct c_pretty_print_info struct
57 pretty_printer base;
60 int *offset_list;
62 pp_flags flags;
66 c_pretty_print_fn declaration;
67 c_pretty_print_fn declaration_specifiers;
68 c_pretty_print_fn declarator;
69 c_pretty_print_fn abstract_declarator;
70 c_pretty_print_fn direct_abstract_declarator;
71 c_pretty_print_fn type_specifier_seq;
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-pretty-print.h37 struct c_pretty_print_info struct
39 struct pretty_print_info base;
42 int *offset_list;
46 c_pretty_print_fn declaration;
47 c_pretty_print_fn declaration_specifiers;
48 c_pretty_print_fn type_specifier;
49 c_pretty_print_fn declarator;
50 c_pretty_print_fn direct_declarator;
51 c_pretty_print_fn parameter_declaration;
52 c_pretty_print_fn type_id;
[all …]