Searched refs:PARSE (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 964 #define PARSE(printer, method, ...) \ macro 1057 PARSE(printer, parser_backref, &backref); in printer_print_backref() 1103 PARSE(printer, parser_opt_integer_62, 'G', &bound_lifetimes); in printer_in_binder() 1131 PARSE(printer, parser_integer_62, <); in printer_print_generic_arg() 1158 PARSE(printer, parser_push_depth); in printer_print_path() 1160 PARSE(printer, parser_ch, &tag); in printer_print_path() 1170 PARSE(printer, parser_disambiguator, &dis); in printer_print_path() 1171 PARSE(printer, parser_ident, &name); in printer_print_path() 1184 PARSE(printer, parser_namespace, &ns); in printer_print_path() 1198 PARSE(printer, parser_disambiguator, &dis); in printer_print_path() [all …]
|