GDB (xrefs)
Public Attributes | List of all members
rust_op Struct Reference

Public Attributes

enum exp_opcode opcode
 
enum type_code typecode
 
unsigned int compound_assignment: 1
 
unsigned int completing: 1
 
RUSTSTYPE left
 
RUSTSTYPE right
 

Detailed Description

Definition at line 450 of file rust-exp.c.

Member Data Documentation

◆ completing

unsigned int rust_op::completing

Definition at line 466 of file rust-exp.c.

Referenced by ast_structop(), and convert_ast_to_expression().

◆ compound_assignment

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().

◆ left

RUSTSTYPE rust_op::left

◆ opcode

enum exp_opcode rust_op::opcode

◆ right

RUSTSTYPE rust_op::right

◆ typecode

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().


The documentation for this struct was generated from the following file: