GDB (xrefs)
Functions
/tmp/gdb-8.1/gdb/rust-lang.h File Reference

Go to the source code of this file.

Functions

int rust_parse (struct parser_state *)
 
void rustyyerror (const char *)
 
bool rust_tuple_type_p (struct type *type)
 
bool rust_tuple_struct_type_p (struct type *type)
 
std::string rust_crate_for_block (const struct block *block)
 
struct typerust_slice_type (const char *name, struct type *elt_type, struct type *usize_type)
 

Function Documentation

◆ rust_crate_for_block()

std::string rust_crate_for_block ( const struct block block)

Definition at line 56 of file rust-lang.c.

References block_scope(), cp_find_first_component(), and string.

Referenced by crate_name().

◆ rust_parse()

int rust_parse ( struct parser_state )

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

References convert_ast_to_expression(), parse_completion, and rust_parser::rust_ast.

◆ rust_slice_type()

struct type* rust_slice_type ( const char *  name,
struct type elt_type,
struct type usize_type 
)

◆ rust_tuple_struct_type_p()

bool rust_tuple_struct_type_p ( struct type type)

◆ rust_tuple_type_p()

bool rust_tuple_type_p ( struct type type)

◆ rustyyerror()

void rustyyerror ( const char *  )

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

References _, error(), lexptr, and prev_lexptr.