| 752 | | c_printchar, /* Print a character constant */ |
|---|
| 753 | | c_printstr, /* Function to print string constant */ |
|---|
| 754 | | c_emit_char, /* Print a single char */ |
|---|
| 755 | | c_create_fundamental_type, /* Create fundamental type in this language */ |
|---|
| 756 | | c_print_type, /* Print a type using appropriate syntax */ |
|---|
| 757 | | c_val_print, /* Print a value using appropriate syntax */ |
|---|
| 758 | | c_value_print, /* Print a top-level value */ |
|---|
| 759 | | NULL, /* Language specific skip_trampoline */ |
|---|
| 760 | | NULL, /* value_of_this */ |
|---|
| 761 | | basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |
|---|
| | 752 | c_printchar, /* Print a character constant */ |
|---|
| | 753 | c_printstr, /* Function to print string constant */ |
|---|
| | 754 | c_emit_char, /* Print a single char */ |
|---|
| | 755 | c_create_fundamental_type, /* Create fundamental type in this language */ |
|---|
| | 756 | c_print_type, /* Print a type using appropriate syntax */ |
|---|
| | 757 | c_val_print, /* Print a value using appropriate syntax */ |
|---|
| | 758 | c_value_print, /* Print a top-level value */ |
|---|
| | 759 | NULL, /* Language specific skip_trampoline */ |
|---|
| | 760 | NULL, /* value_of_this */ |
|---|
| | 761 | basic_lookup_symbol_nonlocal, /* lookup_symbol_nonlocal */ |
|---|
| 763 | | d_demangle, /* Language specific symbol demangler */ |
|---|
| 764 | | NULL, /* Language specific class_name_from_physname */ |
|---|
| 765 | | c_op_print_tab, /* expression operators for printing */ |
|---|
| 766 | | 1, /* c-style arrays */ |
|---|
| 767 | | 0, /* String lower bound */ |
|---|
| | 763 | d_demangle, /* Language specific symbol demangler */ |
|---|
| | 764 | NULL, /* Language specific class_name_from_physname */ |
|---|
| | 765 | c_op_print_tab, /* expression operators for printing */ |
|---|
| | 766 | 1, /* c-style arrays */ |
|---|
| | 767 | 0, /* String lower bound */ |
|---|