|
GDB (xrefs)
|
Public Attributes | |
| enum exp_opcode | opcode |
| enum type_code | typecode |
| unsigned int | compound_assignment: 1 |
| unsigned int | completing: 1 |
| RUSTSTYPE | left |
| RUSTSTYPE | right |
Definition at line 450 of file rust-exp.c.
| unsigned int rust_op::completing |
Definition at line 466 of file rust-exp.c.
Referenced by ast_structop(), and convert_ast_to_expression().
| unsigned int rust_op::compound_assignment |
Definition at line 462 of file rust-exp.c.
Referenced by ast_compound_assignment(), and convert_ast_to_expression().
| RUSTSTYPE rust_op::left |
Definition at line 469 of file rust-exp.c.
Referenced by ast_array_type(), ast_call_ish(), ast_cast(), ast_compound_assignment(), ast_dliteral(), ast_function_type(), ast_literal(), ast_operation(), ast_path(), ast_pointer_type(), ast_range(), ast_reference_type(), ast_slice_type(), ast_string(), ast_struct(), ast_structop(), ast_structop_anonymous(), ast_tuple_type(), convert_ast_to_expression(), convert_ast_to_type(), convert_name(), and super_name().
| enum exp_opcode rust_op::opcode |
Definition at line 453 of file rust-exp.c.
Referenced by ast_basic_type(), ast_call_ish(), ast_cast(), ast_compound_assignment(), ast_dliteral(), ast_literal(), ast_operation(), ast_path(), ast_range(), ast_string(), ast_struct(), ast_structop(), ast_structop_anonymous(), ast_unary(), convert_ast_to_expression(), convert_ast_to_type(), convert_name(), and super_name().
| RUSTSTYPE rust_op::right |
Definition at line 470 of file rust-exp.c.
Referenced by ast_array_type(), ast_call_ish(), ast_cast(), ast_compound_assignment(), ast_function_type(), ast_operation(), ast_path(), ast_range(), ast_struct(), ast_structop(), ast_structop_anonymous(), convert_ast_to_expression(), convert_ast_to_type(), convert_name(), and super_name().
| enum type_code rust_op::typecode |
Definition at line 456 of file rust-exp.c.
Referenced by ast_basic_type(), and convert_ast_to_type().
1.8.14